Change NKRO size fron 16 bytes to 32 bytes.
This commit is contained in:
parent
ff53e16767
commit
16e706214f
1 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue