aboutsummaryrefslogtreecommitdiff
path: root/protocol/pjrc/usb.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocol/pjrc/usb.h')
-rw-r--r--protocol/pjrc/usb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocol/pjrc/usb.h b/protocol/pjrc/usb.h
index 0eb58fc39..a195b671d 100644
--- a/protocol/pjrc/usb.h
+++ b/protocol/pjrc/usb.h
@@ -122,7 +122,7 @@ void usb_remote_wakeup(void);
122#define KBD_INTERFACE 0 122#define KBD_INTERFACE 0
123#define KBD_ENDPOINT 1 123#define KBD_ENDPOINT 1
124#define KBD_SIZE 8 124#define KBD_SIZE 8
125#define KBD_BUFFER EP_DOUBLE_BUFFER 125#define KBD_BUFFER EP_SINGLE_BUFFER
126#define KBD_REPORT_KEYS (KBD_SIZE - 2) 126#define KBD_REPORT_KEYS (KBD_SIZE - 2)
127 127
128// secondary keyboard 128// secondary keyboard