Skip to content

Commit

Permalink
[Core] Bump mouse endpoint packet size to 16 bytes (qmk#21711)
Browse files Browse the repository at this point in the history
  • Loading branch information
KarlK90 authored and mechlovin committed Oct 25, 2023
1 parent 24c61c6 commit 4cda285
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tmk_core/protocol/arm_atsam/usb/udi_device_epsize.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ along with this program. If not, see <https://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
Expand Down
2 changes: 1 addition & 1 deletion tmk_core/protocol/usb_descriptor.h
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ enum usb_endpoints {

#define KEYBOARD_EPSIZE 8
#define SHARED_EPSIZE 32
#define MOUSE_EPSIZE 8
#define MOUSE_EPSIZE 16
#define RAW_EPSIZE 32
#define CONSOLE_EPSIZE 32
#define MIDI_STREAM_EPSIZE 64
Expand Down

0 comments on commit 4cda285

Please sign in to comment.