diff options
author | tmk <nobody@nowhere> | 2011-02-22 01:21:53 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2011-02-22 03:09:23 +0900 |
commit | d2b9489a5e19fabb5d6ec285192b19dc25b36d5e (patch) | |
tree | ee312006103ccf8f6e18a54e9bca920700d0100d /host.h | |
parent | 60052acc0fe3e6429f5c1d24073b1f6af019bd19 (diff) | |
download | qmk_firmware-d2b9489a5e19fabb5d6ec285192b19dc25b36d5e.tar.gz |
fixed hhkb to comply new API.
Diffstat (limited to 'host.h')
-rw-r--r-- | host.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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); |