Remove KC_DELT alias in favor of KC_DEL (#6327)
* Remove KC_DELT alias in favor of KC_DEL * Add changelog
This commit is contained in:
committed by
skullydazed
parent
7ff57644e1
commit
267a85c885
@@ -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))
|
||||
|
||||
|
Reference in New Issue
Block a user