From 25c7533092914776af89bc3f66f71b73d7d5a494 Mon Sep 17 00:00:00 2001 From: Fred Sundvik Date: Sun, 11 Feb 2018 01:33:57 +0200 Subject: Change the CDC_NOTIFICATION_EPSIZE back to 8 from 32 --- tmk_core/protocol/usb_descriptor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tmk_core') diff --git a/tmk_core/protocol/usb_descriptor.h b/tmk_core/protocol/usb_descriptor.h index 1eedfe5a5..192bb6ef3 100644 --- a/tmk_core/protocol/usb_descriptor.h +++ b/tmk_core/protocol/usb_descriptor.h @@ -261,7 +261,7 @@ typedef struct #define CONSOLE_EPSIZE 32 #define NKRO_EPSIZE 32 #define MIDI_STREAM_EPSIZE 64 -#define CDC_NOTIFICATION_EPSIZE 32 +#define CDC_NOTIFICATION_EPSIZE 8 #define CDC_EPSIZE 16 uint16_t get_usb_descriptor(const uint16_t wValue, -- cgit v1.2.3-24-g4f1b