aboutsummaryrefslogtreecommitdiffstats
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, 2 insertions, 3 deletions
diff --git a/quantum/quantum.h b/quantum/quantum.h
index 7988c5878..6beab65a3 100644
--- a/quantum/quantum.h
+++ b/quantum/quantum.h
@@ -146,14 +146,13 @@ extern layer_state_t layer_state;
#endif
#ifdef DIP_SWITCH_ENABLE
- #include "dip_switch.h"
+# include "dip_switch.h"
#endif
#ifdef DYNAMIC_MACRO_ENABLE
- #include "process_dynamic_macro.h"
+# include "process_dynamic_macro.h"
#endif
-
// Function substitutions to ease GPIO manipulation
#if defined(__AVR__)
typedef uint8_t pin_t;