X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=common%2Fhost.h;h=918af69e8f41242083912519d9486b16f758572a;hb=fa545c87f74833856761572ef631d20accc1d026;hp=8ff26298527587f50347e5ef6160c7a54991eb70;hpb=772ab7025ddf88126d9d6ddb654f62434985504b;p=tmk_firmware.git diff --git a/common/host.h b/common/host.h index 8ff2629..918af69 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);