summaryrefslogtreecommitdiffstats
path: root/keyboards/atreus/keymaps/quartz64
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2022-08-21 23:55:30 +0100
committerGitHub <noreply@github.com>2022-08-21 23:55:30 +0100
commitbbc3bc55f2d52b90881470695ee132f5a57bfaa3 (patch)
tree718be2129ad11b6c6578fb8aaf1bfbf02bde9476 /keyboards/atreus/keymaps/quartz64
parente36ae90a651df6ccad5f6d125135ee0240a01f02 (diff)
RESET -> QK_BOOT user keymaps (#17940)
Diffstat (limited to 'keyboards/atreus/keymaps/quartz64')
-rw-r--r--keyboards/atreus/keymaps/quartz64/keymap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/atreus/keymaps/quartz64/keymap.c b/keyboards/atreus/keymaps/quartz64/keymap.c
index c62011e4b3..eb882bce31 100644
--- a/keyboards/atreus/keymaps/quartz64/keymap.c
+++ b/keyboards/atreus/keymaps/quartz64/keymap.c
@@ -83,7 +83,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|------+------+------+------+------|------.,------|------+------+------+------+------|
| trns |r_tog | r_hue| r_sat| r_val| || | + | 1 | 2 | 3 | trns |
|------+------+------+------+------| || |------+------+------+------+------|
- | trns | Esc |RESET |capslk| trns |------'`------| trns | 0 | - | += | trns |
+ | trns | Esc |QK_BOOT |capslk| trns |------'`------| trns | 0 | - | += | trns |
`----------------------------------' `----------------------------------'
*/
@@ -91,7 +91,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
KC_EXLM, KC_AT, KC_HASH, KC_DLR, KC_PERC, KC_PSLS, KC_7, KC_8, KC_9, KC_PDOT,
_______, KC_CIRC, KC_AMPR, KC_ASTR, PWD3, KC_PAST, KC_4, KC_5, KC_6, _______,
_______, RGB_TOG, RGB_HUI, RGB_SAI, RGB_VAI, KC_PPLS, KC_1, KC_2, KC_3, _______,
- _______, KC_ESC , RESET, KC_CAPS, _______, _______, _______, _______, KC_0, KC_PMNS, KC_EQL, _______
+ _______, KC_ESC , QK_BOOT, KC_CAPS, _______, _______, _______, _______, KC_0, KC_PMNS, KC_EQL, _______
)
};