[Core] Bump mouse endpoint packet size to 16 bytes (#21711)
2 files changed, 2 insertions(+), 2 deletions(-) M tmk_core/protocol/arm_atsam/usb/udi_device_epsize.h M tmk_core/protocol/usb_descriptor.h
M tmk_core/protocol/arm_atsam/usb/udi_device_epsize.h => tmk_core/protocol/arm_atsam/usb/udi_device_epsize.h +1 -1
@@ 19,7 19,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define _UDI_DEVICE_EPSIZE_H_ #define KEYBOARD_EPSIZE 8 #define MOUSE_EPSIZE 8 #define MOUSE_EPSIZE 16 #define EXTRAKEY_EPSIZE 8 #define RAW_EPSIZE 32 #define CONSOLE_EPSIZE 32
M tmk_core/protocol/usb_descriptor.h => tmk_core/protocol/usb_descriptor.h +1 -1