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/dragon788/keymap.c | |
| parent | 7ff57644e181dda1b4e577517cf72cc962bf8f9e (diff) | |
| download | qmk_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/dragon788/keymap.c')
| -rw-r--r-- | layouts/community/ergodox/dragon788/keymap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/community/ergodox/dragon788/keymap.c b/layouts/community/ergodox/dragon788/keymap.c index c0c213477..7377128ec 100644 --- a/layouts/community/ergodox/dragon788/keymap.c +++ b/layouts/community/ergodox/dragon788/keymap.c | |||
| @@ -40,7 +40,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
| 40 | TT(SYMB), KC_GRV, KC_QUOT,KC_LEFT, LT(MDIA, KC_RGHT), | 40 | TT(SYMB), KC_GRV, KC_QUOT,KC_LEFT, LT(MDIA, KC_RGHT), |
| 41 | KC_APP, KC_HOME, | 41 | KC_APP, KC_HOME, |
| 42 | KC_END, | 42 | KC_END, |
| 43 | KC_BSPC,KC_DELT,KC_LALT, | 43 | KC_BSPC,KC_DEL, KC_LALT, |
| 44 | // right hand | 44 | // right hand |
| 45 | TG(3), KC_6, KC_7, KC_8, KC_9, KC_0, KC_MINS, | 45 | TG(3), KC_6, KC_7, KC_8, KC_9, KC_0, KC_MINS, |
| 46 | TG(2), KC_Y, KC_U, KC_I, KC_O, KC_P, KC_BSLS, | 46 | TG(2), KC_Y, KC_U, KC_I, KC_O, KC_P, KC_BSLS, |
