# HG changeset patch # User Jacob Alexander # Date 1412303396 25200 # Node ID 01b686cc94e84cfe692f170360a0eeabf1874e41 # Parent d494b74d5242c63785e167ca0693f13524a1895b Fixing USB NKRO key buffer bug - Missing a byte in the array diff -r d494b74d5242 -r 01b686cc94e8 Output/pjrcUSB/output_com.h --- a/Output/pjrcUSB/output_com.h Thu Oct 02 01:40:14 2014 -0700 +++ b/Output/pjrcUSB/output_com.h Thu Oct 02 19:29:56 2014 -0700 @@ -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