summaryrefslogtreecommitdiff
path: root/keyboards/wolfmarkclub/wm1/wm1.c
blob: 83c4c8bb45890edca4071da34f6fe6f40dd9f041 (plain)
1
2
3
4
5
6
#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();
}