]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Hotfix: Reinstate the KC_DELT alias
authorskullY <skullydazed@gmail.com>
Fri, 16 Aug 2019 23:26:14 +0000 (16:26 -0700)
committerskullydazed <skullydazed@users.noreply.github.com>
Fri, 30 Aug 2019 22:01:52 +0000 (15:01 -0700)
quantum/quantum_keycodes.h

index 6fe9807988a08400209dae8e2091727c7f571861..c112d76ba6ab17dc6825cc3fac94e35a53f6e1cb 100644 (file)
@@ -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))