mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-02-22 23:07:43 +00:00
Merge remote-tracking branch 'origin/develop' into xap
This commit is contained in:
commit
7ef34a1f80
@ -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
|
||||
|
@ -320,7 +320,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
|
||||
|
Loading…
Reference in New Issue
Block a user