diff options
author | Joel Challis <git@zvecr.com> | 2022-08-21 23:55:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-21 23:55:30 +0100 |
commit | bbc3bc55f2d52b90881470695ee132f5a57bfaa3 (patch) | |
tree | 718be2129ad11b6c6578fb8aaf1bfbf02bde9476 /keyboards/planck/keymaps/thermal_printer/keymap.c | |
parent | e36ae90a651df6ccad5f6d125135ee0240a01f02 (diff) |
RESET -> QK_BOOT user keymaps (#17940)
Diffstat (limited to 'keyboards/planck/keymaps/thermal_printer/keymap.c')
-rw-r--r-- | keyboards/planck/keymaps/thermal_printer/keymap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/planck/keymaps/thermal_printer/keymap.c b/keyboards/planck/keymaps/thermal_printer/keymap.c index 9a1d0d0494..6e23014ac5 100644 --- a/keyboards/planck/keymaps/thermal_printer/keymap.c +++ b/keyboards/planck/keymaps/thermal_printer/keymap.c @@ -149,7 +149,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { * `-----------------------------------------------------------------------------------' */ [_ADJUST] = LAYOUT_planck_grid( - _______, RESET, _______, PRINT_ON, PRINT_OFF, _______, _______, _______, _______, _______, _______, KC_DEL, + _______, QK_BOOT, _______, PRINT_ON, PRINT_OFF, _______, _______, _______, _______, _______, _______, KC_DEL, _______, _______, _______, AU_ON, AU_OFF, AG_NORM, AG_SWAP, QWERTY, COLEMAK, DVORAK, PLOVER, _______, _______, MUV_DE, MUV_IN, MU_ON, MU_OFF, MI_ON, MI_OFF, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______ |