From: Fred Sundvik Date: Sat, 10 Feb 2018 23:33:57 +0000 (+0200) Subject: Change the CDC_NOTIFICATION_EPSIZE back to 8 from 32 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=25c7533092914776af89bc3f66f71b73d7d5a494;p=qmk_firmware.git Change the CDC_NOTIFICATION_EPSIZE back to 8 from 32 --- 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,