aboutsummaryrefslogtreecommitdiff
path: root/common/host.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/host.h')
-rw-r--r--common/host.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/host.h b/common/host.h
index a56e6c3b0..918af69e8 100644
--- a/common/host.h
+++ b/common/host.h
@@ -32,8 +32,8 @@ extern "C" {
32extern bool keyboard_nkro; 32extern bool keyboard_nkro;
33#endif 33#endif
34 34
35uint8_t keyboard_idle; 35extern uint8_t keyboard_idle;
36uint8_t keyboard_protocol; 36extern uint8_t keyboard_protocol;
37 37
38 38
39/* host driver */ 39/* host driver */