aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tmk_core/protocol/arm_atsam/usb/udi_device_epsize.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmk_core/protocol/arm_atsam/usb/udi_device_epsize.h b/tmk_core/protocol/arm_atsam/usb/udi_device_epsize.h
index 65339bffe..09de47546 100644
--- a/tmk_core/protocol/arm_atsam/usb/udi_device_epsize.h
+++ b/tmk_core/protocol/arm_atsam/usb/udi_device_epsize.h
@@ -21,7 +21,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
21#define KEYBOARD_EPSIZE 8 21#define KEYBOARD_EPSIZE 8
22#define MOUSE_EPSIZE 8 22#define MOUSE_EPSIZE 8
23#define EXTRAKEY_EPSIZE 8 23#define EXTRAKEY_EPSIZE 8
24#define RAW_EPSIZE 64 24#define RAW_EPSIZE 32
25#define CONSOLE_EPSIZE 32 25#define CONSOLE_EPSIZE 32
26#define NKRO_EPSIZE 32 26#define NKRO_EPSIZE 32
27#define MIDI_STREAM_EPSIZE 64 27#define MIDI_STREAM_EPSIZE 64