Add onekey keymap for testing reset to bootloader. (#8288)
This commit is contained in:
parent
c543ccf07c
commit
78069d4826
1 changed files with 5 additions and 0 deletions
5
keyboards/handwired/onekey/keymaps/reset/keymap.c
Normal file
5
keyboards/handwired/onekey/keymaps/reset/keymap.c
Normal file
|
@ -0,0 +1,5 @@
|
|||
#include QMK_KEYBOARD_H
|
||||
|
||||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||||
LAYOUT( RESET )
|
||||
};
|
Loading…
Reference in a new issue