forked from mirrors/qmk_userspace
RESET -> QK_BOOT default keymaps (#17037)
This commit is contained in:
parent
4a8bd7b9a5
commit
b7771ec25b
1893 changed files with 2240 additions and 2240 deletions
|
@ -50,13 +50,13 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
|||
* ,------+------.
|
||||
* | 8 | 9 |
|
||||
* ,------+------+------.
|
||||
* | 0 | FUNC | RESET|
|
||||
* | 0 | FUNC | QK_BOOT|
|
||||
* `--------------------'
|
||||
*/
|
||||
[_FUNC] = LAYOUT(
|
||||
BACKLIT,
|
||||
KC_8, KC_9,
|
||||
KC_0, _______, RESET
|
||||
KC_0, _______, QK_BOOT
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue