]> git.friedersdorff.com Git - max/tmk_keyboard.git/commitdiff
core: Change lufa NKRO report size 16 to 32 bytes
authortmk <hasu@tmk-kbd.com>
Tue, 6 Sep 2016 20:50:25 +0000 (05:50 +0900)
committertmk <hasu@tmk-kbd.com>
Tue, 6 Sep 2016 20:50:25 +0000 (05:50 +0900)
tmk_core/protocol/lufa/descriptor.h

index 42af07917c33f5795e538c40e7bf19c6d01d5269..119f4298549340596aa4002e703d43c5e6ad0a34 100644 (file)
@@ -155,7 +155,7 @@ typedef struct
 #define MOUSE_EPSIZE                8
 #define EXTRAKEY_EPSIZE             8
 #define CONSOLE_EPSIZE              32
-#define NKRO_EPSIZE                 16
+#define NKRO_EPSIZE                 32
 
 
 uint16_t CALLBACK_USB_GetDescriptor(const uint16_t wValue,