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/satt/vision/keymaps | |
parent | e36ae90a651df6ccad5f6d125135ee0240a01f02 (diff) |
RESET -> QK_BOOT user keymaps (#17940)
Diffstat (limited to 'keyboards/satt/vision/keymaps')
-rw-r--r-- | keyboards/satt/vision/keymaps/satt/keymap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/satt/vision/keymaps/satt/keymap.c b/keyboards/satt/vision/keymaps/satt/keymap.c index 4289fbc20a..cc088d94f3 100644 --- a/keyboards/satt/vision/keymaps/satt/keymap.c +++ b/keyboards/satt/vision/keymaps/satt/keymap.c @@ -100,7 +100,7 @@ const uint16_t keymaps[][MATRIX_ROWS][MATRIX_COLS] = { ), [_ADJUST] = LAYOUT( - RESET, _______, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, + QK_BOOT, _______, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, _______, _______, _______, _______, QWERTY, PSEU_US, CTALDEL, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______ |