diff options
Diffstat (limited to 'common/host.h')
-rw-r--r-- | common/host.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/host.h b/common/host.h index 8ff2629852..a56e6c3b04 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); |