mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2026-04-18 23:35:17 +01:00
267a85c885
* Remove KC_DELT alias in favor of KC_DEL * Add changelog
285 B
285 B
- Remove
KC_DELTalias in favor ofKC_DELKC_DELTwas a redundant, undocumented alias forKC_DELETE- It has been removed and all its uses replaced with the more common
KC_DELalias - Around 90 keymaps (mostly for ErgoDox boards) have been modified as a result