index
:
qmk.git
jworthe-oryx
master
Open-source keyboard firmware for Atmel AVR and Arm USB families. Fork of https://github.com/qmk/qmk_firmware
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
jump_bootloader.h
blob: 9e923e8abae9dbc0e098681aafd7d94d62dba408 (
plain
)
1
2
3
4
5
6
#ifndef JUMP_BOOTLOADER_H #define JUMP_BOOTLOADER_H 1 void jump_bootloader(void); #endif