Browse Source

Fixing USB NKRO key buffer bug

- Missing a byte in the array
simple
Jacob Alexander 9 years ago
parent
commit
ae21a90455
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Output/pjrcUSB/output_com.h

+ 1
- 1
Output/pjrcUSB/output_com.h 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