summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2021-01-15 14:11:04 +1100
committerGitHub <noreply@github.com>2021-01-15 14:11:04 +1100
commitf519a9908ee2bd1b34a92db22edd54f05c509617 (patch)
treea6145d8f9776197978b386db8fc3812ac8a1b026
parentf1b06d0ae782996e90b2dba03044cc39f079581d (diff)
arm_atsam: temporarily lower raw HID endpoint/report size (#11554)0.11.47
-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 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