diff options
author | Konstantin Đorđević <konstantin.djordjevic@tradecore.com> | 2019-08-02 21:52:53 +0200 |
---|---|---|
committer | skullydazed <skullydazed@users.noreply.github.com> | 2019-08-30 15:01:52 -0700 |
commit | 267a85c885a97219b544a3c706809821c4f28344 (patch) | |
tree | 199fb95690393a44feb1083e267bfb27beec9e56 /layouts/community/ergodox/adnw_k_o_y | |
parent | 7ff57644e181dda1b4e577517cf72cc962bf8f9e (diff) | |
download | firmware-267a85c885a97219b544a3c706809821c4f28344.tar.gz firmware-267a85c885a97219b544a3c706809821c4f28344.tar.bz2 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/adnw_k_o_y')
-rw-r--r-- | layouts/community/ergodox/adnw_k_o_y/keymap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/community/ergodox/adnw_k_o_y/keymap.c b/layouts/community/ergodox/adnw_k_o_y/keymap.c index 8a0e47026..59ae2681f 100644 --- a/layouts/community/ergodox/adnw_k_o_y/keymap.c +++ b/layouts/community/ergodox/adnw_k_o_y/keymap.c @@ -34,7 +34,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { [BASE] = LAYOUT_ergodox( // layer 0 : default // left hand KC_EQL, KC_1, KC_2, KC_3, KC_4, KC_5, KC_LEFT, - KC_DELT, DE_K, DE_DOT, DE_O, DE_COMM,DE_Y, TG(SYMB), + KC_DEL, DE_K, DE_DOT, DE_O, DE_COMM,DE_Y, TG(SYMB), KC_BSPC, DE_H, DE_A, DE_E, DE_I, DE_U, KC_LSFT, CTL_T(DE_X), DE_Q, DE_AE, DE_UE, DE_OE, ALL_T(KC_NO), LT(SYMB,KC_GRV),KC_QUOT, LALT(KC_LSFT), KC_LEFT,KC_RGHT, |