]> git.donarmstrong.com Git - kiibohd-controller.git/commitdiff
Fixing USB NKRO key buffer bug
authorJacob Alexander <haata@kiibohd.com>
Fri, 3 Oct 2014 02:29:56 +0000 (19:29 -0700)
committerJacob Alexander <haata@kiibohd.com>
Fri, 3 Oct 2014 02:29:56 +0000 (19:29 -0700)
- Missing a byte in the array

Output/pjrcUSB/output_com.h

index 5d7a1d4a644b80b486677f66f02dd99622f6e410..a1658f73e2d6786565e3af3b3868a13bd874d68a 100644 (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