summaryrefslogtreecommitdiff
path: root/docs/ChangeLog
diff options
context:
space:
mode:
authorKonstantin Đorđević <konstantin.djordjevic@tradecore.com>2019-08-02 21:52:53 +0200
committerskullydazed <skullydazed@users.noreply.github.com>2019-08-30 15:01:52 -0700
commit267a85c885a97219b544a3c706809821c4f28344 (patch)
tree199fb95690393a44feb1083e267bfb27beec9e56 /docs/ChangeLog
parent7ff57644e181dda1b4e577517cf72cc962bf8f9e (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')
-rw-r--r--docs/ChangeLog/20190830/PR6327.md4
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