X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=common%2Fhost.h;h=84a6c24773fed65e6cfb77d52abf2f807ffaa9f6;hb=e9af482690152f1beedbbb915791eccd2d5c22d1;hp=26bf3c362f985cec8b70f29c77ac2b9f65792efe;hpb=c5060ea81942b0e3f8577536ff78402a19abe3d3;p=max%2Ftmk_keyboard.git diff --git a/common/host.h b/common/host.h index 26bf3c36..84a6c247 100644 --- a/common/host.h +++ b/common/host.h @@ -39,6 +39,10 @@ void host_set_driver(host_driver_t *driver); host_driver_t *host_get_driver(void); uint8_t host_keyboard_leds(void); +/* new interface */ +void host_register_key(uint8_t key); +void host_unregister_key(uint8_t key); + /* keyboard report operations */ void host_add_key(uint8_t key); void host_del_key(uint8_t key);