diff options
author | skullY <skullydazed@gmail.com> | 2019-08-16 16:26:14 -0700 |
---|---|---|
committer | skullydazed <skullydazed@users.noreply.github.com> | 2019-08-30 15:01:52 -0700 |
commit | 61af76a10d00aba185b8338604171de490a13e3b (patch) | |
tree | c0416c7ea486db36209df66f1071a97050e556af /quantum/quantum_keycodes.h | |
parent | 39baa5e80da8f96b5455e160259523e0c2848a94 (diff) | |
download | qmk_firmware-61af76a10d00aba185b8338604171de490a13e3b.tar.gz qmk_firmware-61af76a10d00aba185b8338604171de490a13e3b.zip |
Hotfix: Reinstate the KC_DELT alias
Diffstat (limited to 'quantum/quantum_keycodes.h')
-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 6fe980798..c112d76ba 100644 --- a/quantum/quantum_keycodes.h +++ b/quantum/quantum_keycodes.h | |||
@@ -600,6 +600,8 @@ enum quantum_keycodes { | |||
600 | #define KC_DOUBLE_QUOTE KC_DQT | 600 | #define KC_DOUBLE_QUOTE KC_DQT |
601 | #define KC_DQUO KC_DQT | 601 | #define KC_DQUO KC_DQT |
602 | 602 | ||
603 | #define KC_DELT KC_DELETE // Del key (four letter code) | ||
604 | |||
603 | // Alias for function layers than expand past FN31 | 605 | // Alias for function layers than expand past FN31 |
604 | #define FUNC(kc) (QK_FUNCTION | (kc)) | 606 | #define FUNC(kc) (QK_FUNCTION | (kc)) |
605 | 607 | ||