]> git.friedersdorff.com Git - max/tmk_keyboard.git/blobdiff - converter/news_usb/README.md
pc98_usb: Update reset and LED control command
[max/tmk_keyboard.git] / converter / news_usb / README.md
index 1a127b1e234ab7851cb3a0ae975a4bf80bbe5504..3ed5dad98456f96a392f49a6e70dbf002227115e 100644 (file)
@@ -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)