git://git.gir.st
/
tmk_keyboard.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28a5c26
)
news_usb: Fix README
author
tmk
<hasu@tmk-kbd.com>
Sun, 16 Jul 2017 22:22:20 +0000
(07:22 +0900)
committer
tmk
<hasu@tmk-kbd.com>
Sun, 16 Jul 2017 22:22:20 +0000
(07:22 +0900)
converter/news_usb/README.md
patch
|
blob
|
blame
|
history
diff --git
a/converter/news_usb/README.md
b/converter/news_usb/README.md
index 1a127b1e234ab7851cb3a0ae975a4bf80bbe5504..3ed5dad98456f96a392f49a6e70dbf002227115e 100644
(file)
--- a/
converter/news_usb/README.md
+++ b/
converter/news_usb/README.md
@@
-35,7
+35,7
@@
NEWS keyboard protocol is a usual asynchronous serial communication. You can rec
Its scan code is one byte consists of 1-bit release(break) flag at MSB and 7-bit code.
For example 0x29 is sent when 'a' key is pressed and 0xA9 when released.
- MSB LSB
+
MSB LSB
7 6 5 4 3 2 1 0 bit
| | | | | | | |
| +-+-+-+-+-+-+-- scan code(00-7F)