From: tmk Date: Tue, 6 Sep 2016 20:50:25 +0000 (+0900) Subject: core: Change lufa NKRO report size 16 to 32 bytes X-Git-Url: https://git.gir.st/tmk_keyboard.git/commitdiff_plain/61cad24a871ec79b6222fe492ab807714d36cdaa core: Change lufa NKRO report size 16 to 32 bytes --- diff --git a/tmk_core/protocol/lufa/descriptor.h b/tmk_core/protocol/lufa/descriptor.h index 42af0791..119f4298 100644 --- a/tmk_core/protocol/lufa/descriptor.h +++ b/tmk_core/protocol/lufa/descriptor.h @@ -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,