summary refs log tree commit diff
diff options
context:
space:
mode:
authorskullY <skullydazed@gmail.com>2019-08-16 16:26:14 -0700
committerskullydazed <skullydazed@users.noreply.github.com>2019-08-30 15:01:52 -0700
commit61af76a10d00aba185b8338604171de490a13e3b (patch)
treec0416c7ea486db36209df66f1071a97050e556af
parent39baa5e80da8f96b5455e160259523e0c2848a94 (diff)
Hotfix: Reinstate the KC_DELT alias
-rw-r--r--quantum/quantum_keycodes.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/quantum/quantum_keycodes.h b/quantum/quantum_keycodes.h
index 6fe9807988..c112d76ba6 100644
--- a/quantum/quantum_keycodes.h
+++ b/quantum/quantum_keycodes.h
@@ -600,6 +600,8 @@ 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))