You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qmk_firmware/docs/ChangeLog/20190830/PR6327.md

285 B

  • 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