diff options
author | Jonas Gessner <JonasGessner@users.noreply.github.com> | 2021-07-13 19:13:51 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-13 10:13:51 -0700 |
commit | 52cfc9259b58a3a11a244fbe35c49c7dd1a9cae0 (patch) | |
tree | 71cbd4b8e2c622a33cbb4d080a08e035901f30c8 /quantum/quantum.h | |
parent | 1ae4d52013c9f38bdc5c208ff8bbfdf173e1dddd (diff) | |
download | qmk_firmware-52cfc9259b58a3a11a244fbe35c49c7dd1a9cae0.tar.gz qmk_firmware-52cfc9259b58a3a11a244fbe35c49c7dd1a9cae0.zip |
[Feature] Key Overrides (#11422)
Diffstat (limited to 'quantum/quantum.h')
-rw-r--r-- | quantum/quantum.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/quantum/quantum.h b/quantum/quantum.h index 66ba96fde..673796e6b 100644 --- a/quantum/quantum.h +++ b/quantum/quantum.h | |||
@@ -118,6 +118,10 @@ extern layer_state_t layer_state; | |||
118 | # include "process_unicodemap.h" | 118 | # include "process_unicodemap.h" |
119 | #endif | 119 | #endif |
120 | 120 | ||
121 | #ifdef KEY_OVERRIDE_ENABLE | ||
122 | # include "process_key_override.h" | ||
123 | #endif | ||
124 | |||
121 | #ifdef TAP_DANCE_ENABLE | 125 | #ifdef TAP_DANCE_ENABLE |
122 | # include "process_tap_dance.h" | 126 | # include "process_tap_dance.h" |
123 | #endif | 127 | #endif |