X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=common%2Fhost.h;h=918af69e8f41242083912519d9486b16f758572a;hb=1f96edaed60def1f513ddd8adcdfa3e12b971006;hp=8ff26298527587f50347e5ef6160c7a54991eb70;hpb=fd9ee507a557e17b5af9fcd8892868ddf07bbb7a;p=max%2Ftmk_keyboard.git diff --git a/common/host.h b/common/host.h index 8ff26298..918af69e 100644 --- a/common/host.h +++ b/common/host.h @@ -32,6 +32,9 @@ extern "C" { extern bool keyboard_nkro; #endif +extern uint8_t keyboard_idle; +extern uint8_t keyboard_protocol; + /* host driver */ void host_set_driver(host_driver_t *driver);