~ruther/qmk_firmware

ref: bf918a8f6ccb4b1c56e7bac2bf632bd5ee264f1f qmk_firmware/keyboards/xiaomi/mk02/mk02.c -rw-r--r-- 160 bytes
bf918a8f — VertorWang Add moky67 keyboard (#23118) 11 months ago
                                                                                
1
2
3
4
5
6
7
8
#include "quantum.h"

void bootloader_jump(void) {
    uint32_t *magic_address = (void*)0x20000FFC;
    *magic_address = 0x626c6472;

    NVIC_SystemReset();
}
Do not follow this link