aboutsummaryrefslogtreecommitdiff
path: root/quantum/quantum.h
diff options
context:
space:
mode:
Diffstat (limited to 'quantum/quantum.h')
-rw-r--r--quantum/quantum.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/quantum/quantum.h b/quantum/quantum.h
index 01abe1c0a..87343a15d 100644
--- a/quantum/quantum.h
+++ b/quantum/quantum.h
@@ -149,6 +149,10 @@ extern layer_state_t layer_state;
149 #include "dip_switch.h" 149 #include "dip_switch.h"
150#endif 150#endif
151 151
152#ifdef DYNAMIC_MACRO_ENABLE
153 #include "process_dynamic_macro.h"
154#endif
155
152 156
153// Function substitutions to ease GPIO manipulation 157// Function substitutions to ease GPIO manipulation
154#if defined(__AVR__) 158#if defined(__AVR__)