From 5e3f2d2b2e5065a04495f2c55fae0849966b5d23 Mon Sep 17 00:00:00 2001 From: tmk Date: Fri, 25 Apr 2014 15:32:21 +0900 Subject: Make NKRO deafult when it is available - NKRO is used only when keyboard_protocol = 1(report) --- common/host.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'common/host.h') 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); -- cgit v1.2.3