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 /docs/ChangeLog/20190830 | |
parent | 7ff57644e181dda1b4e577517cf72cc962bf8f9e (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 'docs/ChangeLog/20190830')
-rw-r--r-- | docs/ChangeLog/20190830/PR6327.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/ChangeLog/20190830/PR6327.md b/docs/ChangeLog/20190830/PR6327.md new file mode 100644 index 0000000000..233e10e091 --- /dev/null +++ b/docs/ChangeLog/20190830/PR6327.md @@ -0,0 +1,4 @@ +* Remove `KC_DELT` alias in favor of `KC_DEL` + * `KC_DELT` was a redundant, undocumented alias for `KC_DELETE` + * It has been removed and all its uses replaced with the more common `KC_DEL` alias + * Around 90 keymaps (mostly for ErgoDox boards) have been modified as a result |