qmk_firmware

QMK firmware for my keyboards (Corne, Sweep Ferris) and trackball (Ploopy Adept)
Log | Files | Refs | Submodules | LICENSE

1861st.c (236B)


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