Explorar el Código

Fixing USB NKRO key buffer bug

- Missing a byte in the array
simple
Jacob Alexander hace 9 años
padre
commit
ae21a90455
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      Output/pjrcUSB/output_com.h

+ 1
- 1
Output/pjrcUSB/output_com.h Ver fichero

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