From d2b9489a5e19fabb5d6ec285192b19dc25b36d5e Mon Sep 17 00:00:00 2001 From: tmk Date: Tue, 22 Feb 2011 01:21:53 +0900 Subject: fixed hhkb to comply new API. --- host.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'host.h') 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); -- cgit v1.2.3