summaryrefslogtreecommitdiffstats
path: root/tmk_core/protocol/host.h
diff options
context:
space:
mode:
Diffstat (limited to 'tmk_core/protocol/host.h')
-rw-r--r--tmk_core/protocol/host.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tmk_core/protocol/host.h b/tmk_core/protocol/host.h
index 6b15f0d0c1..782f3fd70d 100644
--- a/tmk_core/protocol/host.h
+++ b/tmk_core/protocol/host.h
@@ -35,6 +35,7 @@ extern "C" {
extern uint8_t keyboard_idle;
extern uint8_t keyboard_protocol;
+extern uint8_t bluetooth_report_protocol;
/* host driver */
void host_set_driver(host_driver_t *driver);