qmk_firmware/keyboards/wolfmarkclub/wm1/wm1.c

7 lines
246 B
C
Raw Normal View History

#include "quantum.h"
2022-02-07 04:09:21 +01:00
void bootloader_jump(void) {
// This board doesn't use the "standard" stm32duino bootloader, and no information is available regarding how to enter bootloader mode. All we can do here is reset.
NVIC_SystemReset();
}