summaryrefslogtreecommitdiff
path: root/quantum/quantum.h
diff options
context:
space:
mode:
Diffstat (limited to 'quantum/quantum.h')
-rw-r--r--quantum/quantum.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/quantum/quantum.h b/quantum/quantum.h
index 066113590e..f5ac97379d 100644
--- a/quantum/quantum.h
+++ b/quantum/quantum.h
@@ -145,6 +145,11 @@ extern layer_state_t layer_state;
# include "oled_driver.h"
#endif
+#ifdef DIP_SWITCH_ENABLE
+ #include "dip_switch.h"
+#endif
+
+
// Function substitutions to ease GPIO manipulation
#if defined(__AVR__)
typedef uint8_t pin_t;