Fixing USB NKRO key buffer bug
- Missing a byte in the array
This commit is contained in:
parent
0cbfe53794
commit
ae21a90455
@ -36,7 +36,7 @@
|
|||||||
|
|
||||||
// Max size of key buffer needed for NKRO
|
// Max size of key buffer needed for NKRO
|
||||||
// Boot mode uses only the first 6 bytes
|
// 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
|
#define USB_BOOT_MAX_KEYS 6
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user