diff options
| author | tmk <nobody@nowhere> | 2012-06-18 12:23:17 +0900 |
|---|---|---|
| committer | tmk <nobody@nowhere> | 2012-06-18 12:23:17 +0900 |
| commit | 76033dcd892a115240c5a990e5643cd53acbca87 (patch) | |
| tree | ec2bf5e87331d3b8a54c486a5b064455ac739e75 /protocol/adb.c | |
| parent | dd10d11a449b1c050d6e42c61e2ecb910b5b678e (diff) | |
| download | qmk_firmware-76033dcd892a115240c5a990e5643cd53acbca87.tar.gz qmk_firmware-76033dcd892a115240c5a990e5643cd53acbca87.zip | |
Add a keymap layer into ADB converter.
Diffstat (limited to 'protocol/adb.c')
| -rw-r--r-- | protocol/adb.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/protocol/adb.c b/protocol/adb.c index 116f61272..d60b8608b 100644 --- a/protocol/adb.c +++ b/protocol/adb.c | |||
| @@ -381,7 +381,6 @@ Keyboard Data(Register0) | |||
| 381 | You can read the state from PSW line(active low) however | 381 | You can read the state from PSW line(active low) however |
| 382 | the switch has a special scancode 0x7F7F, so you can | 382 | the switch has a special scancode 0x7F7F, so you can |
| 383 | also read from Data line. It uses 0xFFFF for release scancode. | 383 | also read from Data line. It uses 0xFFFF for release scancode. |
| 384 | Release code seems to delay about some 100ms. Due to Mac soft power? | ||
| 385 | 384 | ||
| 386 | Keyboard LEDs & state of keys(Register2) | 385 | Keyboard LEDs & state of keys(Register2) |
| 387 | This register hold current state of three LEDs and nine keys. | 386 | This register hold current state of three LEDs and nine keys. |
