summaryrefslogtreecommitdiff
path: root/layouts/community/ergodox/german-manuneo/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/german-manuneo/keymap.c
parent7ff57644e181dda1b4e577517cf72cc962bf8f9e (diff)
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/german-manuneo/keymap.c')
-rw-r--r--layouts/community/ergodox/german-manuneo/keymap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/community/ergodox/german-manuneo/keymap.c b/layouts/community/ergodox/german-manuneo/keymap.c
index 9198bf6e30..d1e48e1102 100644
--- a/layouts/community/ergodox/german-manuneo/keymap.c
+++ b/layouts/community/ergodox/german-manuneo/keymap.c
@@ -121,7 +121,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
* | | |LGUI|LALT|LCTL| !RCTL|RALT|LEFT|DOWN|RGHT|
* '------------------------' '------------------------'
* .-----------. .-----------.
- * |INS |TG(2)| !M(UM)|DELT |
+ * |INS |TG(2)| !M(UM)|DEL |
* .-----+-----+-----! !-----+-----+-----.
* ! ! | APP | ! PGUP| ! !
* ! ! !-----! !-----! ! !
@@ -142,7 +142,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
/*-*/ DE_S, DE_N, DE_R, DE_T, DE_D, DE_SS,
KC_TAB, DE_B, DE_M, DE_COMM, DE_DOT, KC_UP, DE_Y,
/*-*/ /*-*/ KC_RCTL, KC_RALT, KC_LEFT, KC_DOWN, KC_RGHT,
- M(UM), KC_DELT,
+ M(UM), KC_DEL,
KC_PGUP,
KC_PGDN, KC_ENTER, KC_SPACE
),