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:
parent
7ff57644e1
commit
267a85c885
95 changed files with 149 additions and 147 deletions
4
docs/ChangeLog/20190830/PR6327.md
Normal file
4
docs/ChangeLog/20190830/PR6327.md
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue