changeset 237:01b686cc94e8

Fixing USB NKRO key buffer bug - Missing a byte in the array
author Jacob Alexander <haata@kiibohd.com>
date Thu, 02 Oct 2014 19:29:56 -0700
parents d494b74d5242
children bc1553655509
files Output/pjrcUSB/output_com.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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