diff options
author | Ryan <fauxpark@gmail.com> | 2022-10-12 00:21:47 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-11 14:21:47 +0100 |
commit | e96d8297246f6858adf257a8892e719695f83c45 (patch) | |
tree | edaf89969c42963dc44411d172566a9c3863ac2c /keyboards/maple_computing/minidox/keymaps/rsthd_combos | |
parent | 17ada0324355b3b60867bfb494ae469f8cef6e73 (diff) |
Remove legacy keycodes, part 3 (#18669)
* `KC__VOLDOWN` -> `KC_VOLD`
* `KC__VOLUP` -> `KC_VOLU`
* `KC__MUTE` -> `KC_MUTE`
* `KC_POWER` -> `KC_PWR`
Diffstat (limited to 'keyboards/maple_computing/minidox/keymaps/rsthd_combos')
-rw-r--r-- | keyboards/maple_computing/minidox/keymaps/rsthd_combos/keymap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/maple_computing/minidox/keymaps/rsthd_combos/keymap.c b/keyboards/maple_computing/minidox/keymaps/rsthd_combos/keymap.c index 7d6b211379..e795e76207 100644 --- a/keyboards/maple_computing/minidox/keymaps/rsthd_combos/keymap.c +++ b/keyboards/maple_computing/minidox/keymaps/rsthd_combos/keymap.c @@ -96,7 +96,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { [_LOWER] = LAYOUT( _______, KC_LBRC, KC_QUES, KC_RBRC, KC_BRMU, KC_PGUP, KC_HOME, KC_UP, KC_END, KC_VOLU, KC_ESC, KC_LPRN, KC_EXLM, KC_RPRN, KC_BRMD, KC_PGDN, KC_LEFT, KC_DOWN, KC_RIGHT, KC_VOLD, - _______, _______, _______, _______, _______, _______, KC_MPRV, KC_MPLY, KC_MNXT, KC__MUTE, + _______, _______, _______, _______, _______, _______, KC_MPRV, KC_MPLY, KC_MNXT, KC_MUTE, _______, _______, _______, KC_DEL, MO(_ADJUST), _______ ), [_ADJUST] = LAYOUT( |