Setting max packet size (Interrupt) to 64 bytes
- 128 bytes is invalid for USB 2.0 Full-Speed (max 64 bytes)
This commit is contained in:
parent
bba9a1c973
commit
fc84d45470
2 changed files with 2 additions and 2 deletions
|
@ -203,7 +203,7 @@ int8_t usb_serial_set_control(uint8_t signals); // set DSR, DCD, RI, etc
|
|||
|
||||
#define KEYBOARD_NKRO_INTERFACE 0
|
||||
#define KEYBOARD_NKRO_ENDPOINT 1
|
||||
#define KEYBOARD_NKRO_SIZE 128
|
||||
#define KEYBOARD_NKRO_SIZE 64
|
||||
#define KEYBOARD_NKRO_HID_BUFFER EP_DOUBLE_BUFFER
|
||||
|
||||
#define KEYBOARD_INTERFACE 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue