aboutsummaryrefslogtreecommitdiff
path: root/layouts/community/ergodox/phoenix/keymap.c
diff options
context:
space:
mode:
authorKonstantin Đorđević <konstantin.djordjevic@tradecore.com>2019-08-02 21:52:53 +0200
committerskullydazed <skullydazed@users.noreply.github.com>2019-08-30 15:01:52 -0700
commit267a85c885a97219b544a3c706809821c4f28344 (patch)
tree199fb95690393a44feb1083e267bfb27beec9e56 /layouts/community/ergodox/phoenix/keymap.c
parent7ff57644e181dda1b4e577517cf72cc962bf8f9e (diff)
downloadqmk_firmware-267a85c885a97219b544a3c706809821c4f28344.tar.gz
qmk_firmware-267a85c885a97219b544a3c706809821c4f28344.zip
Remove KC_DELT alias in favor of KC_DEL (#6327)
* Remove KC_DELT alias in favor of KC_DEL * Add changelog
Diffstat (limited to 'layouts/community/ergodox/phoenix/keymap.c')
-rw-r--r--layouts/community/ergodox/phoenix/keymap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/community/ergodox/phoenix/keymap.c b/layouts/community/ergodox/phoenix/keymap.c
index 31a987b35..b9be7e2b8 100644
--- a/layouts/community/ergodox/phoenix/keymap.c
+++ b/layouts/community/ergodox/phoenix/keymap.c
@@ -41,7 +41,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
41 KC_END, 41 KC_END,
42 KC_SPC,KC_BSPC,KC_LGUI, 42 KC_SPC,KC_BSPC,KC_LGUI,
43 // right hand 43 // right hand
44 KC_DELT, KC_6, KC_7, KC_8, KC_9, KC_0, KC_MINS, 44 KC_DEL, KC_6, KC_7, KC_8, KC_9, KC_0, KC_MINS,
45 TG(SYMB), KC_Y, KC_U, KC_I, KC_O, KC_P, KC_BSLS, 45 TG(SYMB), KC_Y, KC_U, KC_I, KC_O, KC_P, KC_BSLS,
46 KC_H, KC_J, KC_K, KC_L, LT(MDIA, KC_SCLN),GUI_T(KC_QUOT), 46 KC_H, KC_J, KC_K, KC_L, LT(MDIA, KC_SCLN),GUI_T(KC_QUOT),
47 MEH_T(KC_NO),KC_N, KC_M, KC_COMM,KC_DOT, CTL_T(KC_SLSH), KC_RSFT, 47 MEH_T(KC_NO),KC_N, KC_M, KC_COMM,KC_DOT, CTL_T(KC_SLSH), KC_RSFT,