logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git

wm1.c (246B)


  1. #include "quantum.h"
  2. void bootloader_jump(void) {
  3. // 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.
  4. NVIC_SystemReset();
  5. }