Fixing USB NKRO key buffer bug
- Missing a byte in the array
This commit is contained in:
parent
0cbfe53794
commit
ae21a90455
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@
|
|||
|
||||
// Max size of key buffer needed for NKRO
|
||||
// Boot mode uses only the first 6 bytes
|
||||
#define USB_NKRO_BITFIELD_SIZE_KEYS 26
|
||||
#define USB_NKRO_BITFIELD_SIZE_KEYS 27
|
||||
#define USB_BOOT_MAX_KEYS 6
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue