diff options
author | Joel Challis <git@zvecr.com> | 2022-05-15 20:26:27 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-15 20:26:27 +0100 |
commit | b7771ec25b96f2b88a7fa4201081e10ca6fbb9d4 (patch) | |
tree | 407a374842244534259c36e94c996be7490cea0a /keyboards/maple_computing/jnao/keymaps/via | |
parent | 4a8bd7b9a523601911ba467588b2a6a0aa693db6 (diff) |
RESET -> QK_BOOT default keymaps (#17037)
Diffstat (limited to 'keyboards/maple_computing/jnao/keymaps/via')
-rw-r--r-- | keyboards/maple_computing/jnao/keymaps/via/keymap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/maple_computing/jnao/keymaps/via/keymap.c b/keyboards/maple_computing/jnao/keymaps/via/keymap.c index 00305db81d..feb0fd0f2c 100644 --- a/keyboards/maple_computing/jnao/keymaps/via/keymap.c +++ b/keyboards/maple_computing/jnao/keymaps/via/keymap.c @@ -108,7 +108,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { * |------+------+------+------+------+------|------+------+------+------+------+------| * | |Voice-|Voice+|Mus on|Musoff|MIDIon|MIDIof| | | | | | * |------+------+------+------+------+------+------+------+------+------+------+------| - * | | | | | | | | | | | |RESET | + * | | | | | | | | | | | |QK_BOOT | * `-----------------------------------------------------------------------------------' */ [_ADJUST] = LAYOUT_ortho_5x12( @@ -116,7 +116,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { TSKMGR, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, CALTDEL, _______, _______, _______, AU_ON, AU_OFF, AG_NORM, AG_SWAP, QWERTY, _______, _______, _______, _______, _______, MUV_DE, MUV_IN, MU_ON, MU_OFF, MI_ON, MI_OFF, _______, _______, _______, _______, _______, - _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, RESET + _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, QK_BOOT ) }; |