summaryrefslogtreecommitdiff
path: root/host.h
diff options
context:
space:
mode:
authortmk <nobody@nowhere>2011-02-22 01:21:53 +0900
committertmk <nobody@nowhere>2011-02-22 03:09:23 +0900
commitd2b9489a5e19fabb5d6ec285192b19dc25b36d5e (patch)
treeee312006103ccf8f6e18a54e9bca920700d0100d /host.h
parent60052acc0fe3e6429f5c1d24073b1f6af019bd19 (diff)
fixed hhkb to comply new API.
Diffstat (limited to 'host.h')
-rw-r--r--host.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/host.h b/host.h
index 5764e02c33..045ccd8e69 100644
--- a/host.h
+++ b/host.h
@@ -70,8 +70,7 @@ void host_add_code(uint8_t code);
void host_swap_keyboard_report(void);
void host_clear_keyboard_report(void);
uint8_t host_has_anykey(void);
-uint8_t *host_get_keys(void);
-uint8_t host_get_mods(void);
+uint8_t host_get_first_key(void);
void host_send_keyboard_report(void);