1
0
Fork 0

Merge pull request #5 from IBNobody/make_nkro_report_32_bytes

Change NKRO size fron 16 bytes to 32 bytes.
This commit is contained in:
IBNobody 2016-09-06 15:00:51 -05:00 committed by GitHub
commit 91e0f62417

View file

@ -226,7 +226,7 @@ typedef struct
#define MOUSE_EPSIZE 8
#define EXTRAKEY_EPSIZE 8
#define CONSOLE_EPSIZE 32
#define NKRO_EPSIZE 16
#define NKRO_EPSIZE 32
#define MIDI_STREAM_EPSIZE 64
#define CDC_NOTIFICATION_EPSIZE 8
#define CDC_EPSIZE 16