Archived
1
0

Fixing USB NKRO key buffer bug

- Missing a byte in the array
This commit is contained in:
Jacob Alexander 2014-10-02 19:29:56 -07:00
parent 0cbfe53794
commit ae21a90455

View File

@ -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