Hotfix: Reinstate the KC_DELT alias

This commit is contained in:
skullY 2019-08-16 16:26:14 -07:00 committed by skullydazed
parent 39baa5e80d
commit 61af76a10d
1 changed files with 2 additions and 0 deletions

View 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))