Browse Source

Hotfix: Reinstate the KC_DELT alias

pull/6643/head
skullY 4 years ago
committed by skullydazed
parent
commit
61af76a10d
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      quantum/quantum_keycodes.h

+ 2
- 0
quantum/quantum_keycodes.h 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))


Loading…
Cancel
Save