aboutsummaryrefslogtreecommitdiff
path: root/protocol/pjrc/usb_keyboard.c
diff options
context:
space:
mode:
Diffstat (limited to 'protocol/pjrc/usb_keyboard.c')
-rw-r--r--protocol/pjrc/usb_keyboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocol/pjrc/usb_keyboard.c b/protocol/pjrc/usb_keyboard.c
index c11995db6..d16833187 100644
--- a/protocol/pjrc/usb_keyboard.c
+++ b/protocol/pjrc/usb_keyboard.c
@@ -56,7 +56,7 @@ int8_t usb_keyboard_send_report(report_keyboard_t *report)
56 int8_t result = 0; 56 int8_t result = 0;
57 57
58#ifdef NKRO_ENABLE 58#ifdef NKRO_ENABLE
59 if (keyboard_nkro && keyboard_protocol) 59 if (keyboard_nkro)
60 result = send_report(report, KBD2_ENDPOINT, 0, KBD2_SIZE); 60 result = send_report(report, KBD2_ENDPOINT, 0, KBD2_SIZE);
61 else 61 else
62#endif 62#endif