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:
parent
7ff57644e1
commit
267a85c885
95 changed files with 149 additions and 147 deletions
|
@ -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))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue