diff options
Diffstat (limited to 'quantum/quantum.h')
-rw-r--r-- | quantum/quantum.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/quantum/quantum.h b/quantum/quantum.h index 09550fec3..48887026d 100644 --- a/quantum/quantum.h +++ b/quantum/quantum.h | |||
@@ -163,11 +163,11 @@ extern layer_state_t layer_state; | |||
163 | #endif | 163 | #endif |
164 | 164 | ||
165 | #ifdef DYNAMIC_KEYMAP_ENABLE | 165 | #ifdef DYNAMIC_KEYMAP_ENABLE |
166 | # include "dynamic_keymap.h" | 166 | # include "dynamic_keymap.h" |
167 | #endif | 167 | #endif |
168 | 168 | ||
169 | #ifdef VIA_ENABLE | 169 | #ifdef VIA_ENABLE |
170 | # include "via.h" | 170 | # include "via.h" |
171 | #endif | 171 | #endif |
172 | 172 | ||
173 | // Function substitutions to ease GPIO manipulation | 173 | // Function substitutions to ease GPIO manipulation |