diff options
| author | skullY | 2019-08-17 01:26:14 +0200 |
|---|---|---|
| committer | skullydazed | 2019-08-31 00:01:52 +0200 |
| commit | 61af76a10d00aba185b8338604171de490a13e3b (patch) | |
| tree | c0416c7ea486db36209df66f1071a97050e556af /quantum | |
| parent | 39baa5e80da8f96b5455e160259523e0c2848a94 (diff) | |
Hotfix: Reinstate the KC_DELT alias
Diffstat (limited to 'quantum')
| -rw-r--r-- | quantum/quantum_keycodes.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/quantum/quantum_keycodes.h b/quantum/quantum_keycodes.h index 6fe9807988..c112d76ba6 100644 --- a/quantum/quantum_keycodes.h +++ b/quantum/quantum_keycodes.h @@ -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)) |