summaryrefslogtreecommitdiff
path: root/quantum
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 /quantum
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 'quantum')
-rw-r--r--quantum/quantum_keycodes.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/quantum/quantum_keycodes.h b/quantum/quantum_keycodes.h
index bb16da4d50..6fe9807988 100644
--- a/quantum/quantum_keycodes.h
+++ b/quantum/quantum_keycodes.h
@@ -600,8 +600,6 @@ enum quantum_keycodes {
#define KC_DOUBLE_QUOTE KC_DQT
#define KC_DQUO KC_DQT
-#define KC_DELT KC_DELETE // Del key (four letter code)
-
// Alias for function layers than expand past FN31
#define FUNC(kc) (QK_FUNCTION | (kc))