summaryrefslogtreecommitdiff
path: root/keyboards/ducky/one2mini/1861st/1861st.c
blob: 1c164ea70d44dc88e327ff93b9d05b125bf5847c (plain)
1
2
3
4
5
6
7
8
// 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();
}