X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=common%2Fhost.h;h=a56e6c3b04f05d115eb8d408213c7fbc86f6b445;hb=0a4cc0db3191200819b8cda5481b5cf387b00a2f;hp=8ff26298527587f50347e5ef6160c7a54991eb70;hpb=772ab7025ddf88126d9d6ddb654f62434985504b;p=tmk_firmware.git diff --git a/common/host.h b/common/host.h index 8ff2629..a56e6c3 100644 --- a/common/host.h +++ b/common/host.h @@ -32,6 +32,9 @@ extern "C" { extern bool keyboard_nkro; #endif +uint8_t keyboard_idle; +uint8_t keyboard_protocol; + /* host driver */ void host_set_driver(host_driver_t *driver);