1
0
Fork 0

Remove KC_DELT alias in favor of KC_DEL (#6327)

* Remove KC_DELT alias in favor of KC_DEL

* Add changelog
This commit is contained in:
Konstantin Đorđević 2019-08-02 21:52:53 +02:00 committed by skullydazed
parent 7ff57644e1
commit 267a85c885
95 changed files with 149 additions and 147 deletions

View file

@ -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