From b690da761124898879fc7253b84d0d13675ce0a6 Mon Sep 17 00:00:00 2001 From: tmk Date: Thu, 31 Mar 2022 12:38:00 +0900 Subject: [PATCH] lufa: Revert console endpoint size to 32 Original prebuilt binary hid_listen for Windows doesn't work with 64-byte size console endpoint. Linux and MacOS hid_listen work well. --- tmk_core/protocol/lufa/descriptor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmk_core/protocol/lufa/descriptor.h b/tmk_core/protocol/lufa/descriptor.h index 4dfb37fc..d8880ed8 100644 --- a/tmk_core/protocol/lufa/descriptor.h +++ b/tmk_core/protocol/lufa/descriptor.h @@ -159,7 +159,7 @@ typedef struct #define MOUSE_EPSIZE 8 #endif -#define CONSOLE_EPSIZE 64 +#define CONSOLE_EPSIZE 32 #define NKRO_EPSIZE 32