Skip to content

Commit

Permalink
Hotfix: Reinstate the KC_DELT alias
Browse files Browse the repository at this point in the history
  • Loading branch information
skullydazed committed Aug 30, 2019
1 parent ce046ed commit db7dfc6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions quantum/quantum_keycodes.h
Original file line number Diff line number Diff line change
Expand Up @@ -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))

Expand Down

0 comments on commit db7dfc6

Please sign in to comment.