From 4264f90c8481c29936fd235cea7ff7005fb47735 Mon Sep 17 00:00:00 2001 From: Daniel Schaefer Date: Fri, 24 Nov 2023 14:48:15 +0800 Subject: [PATCH] fl16: Disable selective suspend Causing too many issues Signed-off-by: Daniel Schaefer --- tmk_core/protocol/chibios/usb_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmk_core/protocol/chibios/usb_main.c b/tmk_core/protocol/chibios/usb_main.c index f5ad455046..746a5129e0 100644 --- a/tmk_core/protocol/chibios/usb_main.c +++ b/tmk_core/protocol/chibios/usb_main.c @@ -103,7 +103,7 @@ static uint8_t msos_descriptor_set[] __attribute__((aligned(4))) = { 0x6C, 0x00, 0x65, 0x00, 0x64, 0x00, 0x00, 0x00, 0x04, 0x00, // wPropertyDataLength – 4 bytes - 0x01, 0x00, 0x00, 0x00 // PropertyData - 0x00000001 + 0x00, 0x00, 0x00, 0x00 // PropertyData - 0x00000001 }; union {