forked from mirrors/qmk_userspace
Fix endpoint buffer setting for AT90USB82/162.
This commit is contained in:
parent
ed52ebb987
commit
b92ea1f985
3 changed files with 27 additions and 2 deletions
|
@ -122,7 +122,7 @@ void usb_remote_wakeup(void);
|
|||
#define KBD_INTERFACE 0
|
||||
#define KBD_ENDPOINT 1
|
||||
#define KBD_SIZE 8
|
||||
#define KBD_BUFFER EP_DOUBLE_BUFFER
|
||||
#define KBD_BUFFER EP_SINGLE_BUFFER
|
||||
#define KBD_REPORT_KEYS (KBD_SIZE - 2)
|
||||
|
||||
// secondary keyboard
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue