qmk_firmware/keyboards/ducky/one2mini/1861st/1861st.c
2022-02-06 19:09:21 -08:00

8 lines
235 B
C

// Copyright 2022 Nick Brassel (@tzarc)
// SPDX-License-Identifier: GPL-2.0-or-later
#include "1861st.h"
void bootloader_jump(void) {
// TODO: Work out how to jump to LDROM, for now just reset the board.
NVIC_SystemReset();
}