]> git.friedersdorff.com Git - max/tmk_keyboard.git/blobdiff - host.h
fix for ps2_usb Makefile and circuit
[max/tmk_keyboard.git] / host.h
diff --git a/host.h b/host.h
index 5764e02c33a32be3387baa4d6c8f698b7713d0b4..045ccd8e694fddef5592335fe4ea91f6fc68e20f 100644 (file)
--- 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);