~ruther/qmk_firmware

ref: c1ea29b8e4b51b198da45e1b5fb33e03e08a36ea qmk_firmware/keyboards/ducky/one2mini/1861st/1861st.c -rw-r--r-- 236 bytes
c1ea29b8 — QMK Bot Merge remote-tracking branch 'origin/master' into develop 2 years ago
                                                                                
1
2
3
4
5
6
7
8
// Copyright 2022 Nick Brassel (@tzarc)
// SPDX-License-Identifier: GPL-2.0-or-later
#include "quantum.h"

void bootloader_jump(void) {
    // TODO: Work out how to jump to LDROM, for now just reset the board.
    NVIC_SystemReset();
}