summaryrefslogtreecommitdiff
path: root/protocol/adb.h
diff options
context:
space:
mode:
authortmk <nobody@nowhere>2012-12-12 09:45:00 +0900
committertmk <nobody@nowhere>2012-12-12 09:49:59 +0900
commitcf1eb8fbc6789776d3b3457dd5cf4ed84815e8b3 (patch)
treedc2ec05a2b19e60a0550b44085142fd548b5a54f /protocol/adb.h
parent72dc413a19562b6a67509d4fd6a1cb9c07227d3d (diff)
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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/protocol/adb.h b/protocol/adb.h
index 1e4ca40132..bfe598bbf1 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