Files
qmk_firmware/keyboards/wolfmarkclub/wm1/wm1.c
2024-06-22 12:14:17 +01:00

7 lines
246 B
C

#include "quantum.h"
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();
}