logo

qmk_firmware

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

1861st.c (236B)


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