Skip to content

Commit e17abef

Browse files
committed
core: Change lufa NKRO report size 16 to 32 bytes
1 parent 375b20f commit e17abef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

protocol/lufa/descriptor.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ typedef struct
155155
#define MOUSE_EPSIZE 8
156156
#define EXTRAKEY_EPSIZE 8
157157
#define CONSOLE_EPSIZE 32
158-
#define NKRO_EPSIZE 16
158+
#define NKRO_EPSIZE 32
159159

160160

161161
uint16_t CALLBACK_USB_GetDescriptor(const uint16_t wValue,

0 commit comments

Comments
 (0)