diff options
| author | Fred Sundvik <fsundvik@gmail.com> | 2018-02-11 01:33:57 +0200 |
|---|---|---|
| committer | Jack Humbert <jack.humb@gmail.com> | 2018-02-12 15:48:44 -0500 |
| commit | 25c7533092914776af89bc3f66f71b73d7d5a494 (patch) | |
| tree | 38f7ba5c0cde7a8f8823eeb1da2be741bbb22469 /tmk_core | |
| parent | 50038882e082940e9a35df31a17e4c999387d76e (diff) | |
| download | qmk_firmware-25c7533092914776af89bc3f66f71b73d7d5a494.tar.gz qmk_firmware-25c7533092914776af89bc3f66f71b73d7d5a494.zip | |
Change the CDC_NOTIFICATION_EPSIZE back to 8 from 32
Diffstat (limited to 'tmk_core')
| -rw-r--r-- | tmk_core/protocol/usb_descriptor.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
| 261 | #define CONSOLE_EPSIZE 32 | 261 | #define CONSOLE_EPSIZE 32 |
| 262 | #define NKRO_EPSIZE 32 | 262 | #define NKRO_EPSIZE 32 |
| 263 | #define MIDI_STREAM_EPSIZE 64 | 263 | #define MIDI_STREAM_EPSIZE 64 |
| 264 | #define CDC_NOTIFICATION_EPSIZE 32 | 264 | #define CDC_NOTIFICATION_EPSIZE 8 |
| 265 | #define CDC_EPSIZE 16 | 265 | #define CDC_EPSIZE 16 |
| 266 | 266 | ||
| 267 | uint16_t get_usb_descriptor(const uint16_t wValue, | 267 | uint16_t get_usb_descriptor(const uint16_t wValue, |
