diff options
Diffstat (limited to 'protocol/pjrc/usb_keyboard.h')
-rw-r--r-- | protocol/pjrc/usb_keyboard.h | 2 |
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; |