aboutsummaryrefslogtreecommitdiff
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 066113590..f5ac97379 100644
--- a/quantum/quantum.h
+++ b/quantum/quantum.h
@@ -145,6 +145,11 @@ extern layer_state_t layer_state;
145# include "oled_driver.h" 145# include "oled_driver.h"
146#endif 146#endif
147 147
148#ifdef DIP_SWITCH_ENABLE
149 #include "dip_switch.h"
150#endif
151
152
148// Function substitutions to ease GPIO manipulation 153// Function substitutions to ease GPIO manipulation
149#if defined(__AVR__) 154#if defined(__AVR__)
150typedef uint8_t pin_t; 155typedef uint8_t pin_t;