~ruther/qmk_firmware

f519a9908ee2bd1b34a92db22edd54f05c509617 — Ryan 4 years ago f1b06d0
arm_atsam: temporarily lower raw HID endpoint/report size (#11554)

1 files changed, 1 insertions(+), 1 deletions(-)

M tmk_core/protocol/arm_atsam/usb/udi_device_epsize.h
M tmk_core/protocol/arm_atsam/usb/udi_device_epsize.h => tmk_core/protocol/arm_atsam/usb/udi_device_epsize.h +1 -1
@@ 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