mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-06-24 01:52:15 +00:00
Merge remote-tracking branch 'origin/develop' into xap
This commit is contained in:
commit
f684e181da
@ -80,3 +80,7 @@ void __early_init(void) {
|
||||
void boardInit(void) {
|
||||
|
||||
}
|
||||
|
||||
void restart_usb_driver(USBDriver *usbp) {
|
||||
// Do nothing. Restarting the USB driver on these boards breaks it.
|
||||
}
|
||||
|
@ -80,3 +80,7 @@ void __early_init(void) {
|
||||
void boardInit(void) {
|
||||
|
||||
}
|
||||
|
||||
void restart_usb_driver(USBDriver *usbp) {
|
||||
// Do nothing. Restarting the USB driver on these boards breaks it.
|
||||
}
|
||||
|
@ -18,3 +18,5 @@
|
||||
#ifndef EARLY_INIT_PERFORM_BOOTLOADER_JUMP
|
||||
# define EARLY_INIT_PERFORM_BOOTLOADER_JUMP TRUE
|
||||
#endif
|
||||
|
||||
#define USB_ENDPOINTS_ARE_REORDERABLE
|
||||
|
Loading…
Reference in New Issue
Block a user