diff options
author | tmk <nobody@nowhere> | 2011-03-10 00:50:27 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2011-03-10 11:17:54 +0900 |
commit | cec254950509038ca9c805e87feea9091d77d29f (patch) | |
tree | c4f542b18dc080e32508aced1ee0ccce5cbf3a53 /adb.c | |
parent | 1a7c3585ed9a68099e371b3180a404dd5d08ce1a (diff) | |
download | qmk_firmware-cec254950509038ca9c805e87feea9091d77d29f.tar.gz qmk_firmware-cec254950509038ca9c805e87feea9091d77d29f.zip |
FIX: send last report when idle timeouts. (pjrc)
Diffstat (limited to 'adb.c')
-rwxr-xr-x[-rw-r--r--] | adb.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -280,7 +280,6 @@ Pinouts 4: GND - Commands -------- ADB command is 1byte and consists of 4bit-address, 2bit-command @@ -381,6 +380,7 @@ Keyboard Data(Register0) You can read the state from PSW line(active low) however the switch has a special scancode 0x7F7F, so you can also read from Data line. It uses 0xFFFF for release scancode. + Release code seems to delay about some 100ms. Due to Mac soft power? Keyboard LEDs & state of keys(Register2) This register hold current state of three LEDs and nine keys. |