]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - tmk_core/protocol/usb_descriptor.h
Change the CDC_NOTIFICATION_EPSIZE back to 8 from 32
[qmk_firmware.git] / tmk_core / protocol / usb_descriptor.h
index 1eedfe5a5c90509a8919c42e449086f5e37565d9..192bb6ef3a3343879f29c2431c576b02c745603f 100644 (file)
@@ -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,