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
|
@ -66,7 +66,7 @@
|
|||
|
||||
#define NKRO_KEYBOARD_INTERFACE 1 // NKRO Keyboard
|
||||
#define NKRO_KEYBOARD_ENDPOINT 2
|
||||
#define NKRO_KEYBOARD_SIZE 128
|
||||
#define NKRO_KEYBOARD_SIZE 64
|
||||
#define NKRO_KEYBOARD_INTERVAL 1
|
||||
|
||||
#define CDC_IAD_DESCRIPTOR 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue