diff options
author | Ryan <fauxpark@gmail.com> | 2021-01-15 14:11:04 +1100 |
---|---|---|
committer | Drashna Jael're <drashna@live.com> | 2021-02-02 09:37:32 -0800 |
commit | d909bc27657561e0c6a760c99f345528ae2667b5 (patch) | |
tree | 2400bcb7d66a178bda54225308babd505c76c3c0 /tmk_core/protocol | |
parent | 8d6f9ce2a8499fce6c756b6d19cf8e332e861601 (diff) |
arm_atsam: temporarily lower raw HID endpoint/report size (#11554)
Diffstat (limited to 'tmk_core/protocol')
-rw-r--r-- | tmk_core/protocol/arm_atsam/usb/udi_device_epsize.h | 2 |
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 65339bffec..09de475469 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/>. #define KEYBOARD_EPSIZE 8 #define MOUSE_EPSIZE 8 #define EXTRAKEY_EPSIZE 8 -#define RAW_EPSIZE 64 +#define RAW_EPSIZE 32 #define CONSOLE_EPSIZE 32 #define NKRO_EPSIZE 32 #define MIDI_STREAM_EPSIZE 64 |