diff options
author | tmk <nobody@nowhere> | 2012-12-12 09:45:00 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2012-12-12 09:49:59 +0900 |
commit | cf1eb8fbc6789776d3b3457dd5cf4ed84815e8b3 (patch) | |
tree | dc2ec05a2b19e60a0550b44085142fd548b5a54f /protocol/adb.h | |
parent | 72dc413a19562b6a67509d4fd6a1cb9c07227d3d (diff) | |
download | qmk_firmware-cf1eb8fbc6789776d3b3457dd5cf4ed84815e8b3.tar.gz |
Add ADB extended keyboard support by blargg@GH.
This offers distinction between left/right modifiers.
Diffstat (limited to 'protocol/adb.h')
-rw-r--r-- | protocol/adb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocol/adb.h b/protocol/adb.h index 1e4ca4013..bfe598bbf 100644 --- a/protocol/adb.h +++ b/protocol/adb.h @@ -56,6 +56,7 @@ POSSIBILITY OF SUCH DAMAGE. void adb_host_init(void); bool adb_host_psw(void); uint16_t adb_host_kbd_recv(void); +void adb_host_listen(uint8_t cmd, uint8_t data_h, uint8_t data_l); void adb_host_kbd_led(uint8_t led); #endif |