summaryrefslogtreecommitdiff
path: root/protocol/pjrc/usb_keyboard.h
diff options
context:
space:
mode:
authortmk <nobody@nowhere>2014-04-25 15:32:21 +0900
committertmk <nobody@nowhere>2014-04-27 04:16:49 +0900
commit5e3f2d2b2e5065a04495f2c55fae0849966b5d23 (patch)
tree4e224b2a2d6a6445ae489ab0b1c150cc3c4a83e4 /protocol/pjrc/usb_keyboard.h
parent62117e7ea77bf036e4e08bb02d682311e3c3d401 (diff)
Make NKRO deafult when it is available
- NKRO is used only when keyboard_protocol = 1(report)
Diffstat (limited to 'protocol/pjrc/usb_keyboard.h')
-rw-r--r--protocol/pjrc/usb_keyboard.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/protocol/pjrc/usb_keyboard.h b/protocol/pjrc/usb_keyboard.h
index c362ca3b86..9b798e9a86 100644
--- a/protocol/pjrc/usb_keyboard.h
+++ b/protocol/pjrc/usb_keyboard.h
@@ -30,8 +30,6 @@
#include "host.h"
-extern uint8_t usb_keyboard_protocol;
-extern uint8_t usb_keyboard_idle_config;
extern uint8_t usb_keyboard_idle_count;
extern volatile uint8_t usb_keyboard_leds;