summaryrefslogtreecommitdiff
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 01abe1c0a1..87343a15df 100644
--- a/quantum/quantum.h
+++ b/quantum/quantum.h
@@ -149,6 +149,10 @@ extern layer_state_t layer_state;
#include "dip_switch.h"
#endif
+#ifdef DYNAMIC_MACRO_ENABLE
+ #include "process_dynamic_macro.h"
+#endif
+
// Function substitutions to ease GPIO manipulation
#if defined(__AVR__)