summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2020-07-25 22:33:55 +0000
committerQMK Bot <hello@qmk.fm>2020-07-25 22:33:55 +0000
commit95c742ec276c7ebf2cd996cc3889d3e2d0a2874e (patch)
tree32313cb1a624f9e7a534dee38b1cb62f262dd95a
parentd91987ab9adbf7bba9f47deb6b30a02d28e7195d (diff)
format code according to conventions [skip ci]0.9.45
-rw-r--r--tmk_core/common/chibios/chibios_config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tmk_core/common/chibios/chibios_config.h b/tmk_core/common/chibios/chibios_config.h
index 1dd979f6ac..b4d96465d1 100644
--- a/tmk_core/common/chibios/chibios_config.h
+++ b/tmk_core/common/chibios/chibios_config.h
@@ -24,8 +24,8 @@
#endif
// teensy
-#if defined(K20x) || defined(KL2x)
+#if defined(K20x) || defined(KL2x)
# define USE_I2CV1
-# define USE_I2CV1_CONTRIB // for some reason a bunch of ChibiOS-Contrib boards only have clock_speed
+# define USE_I2CV1_CONTRIB // for some reason a bunch of ChibiOS-Contrib boards only have clock_speed
# define USE_GPIOV1
#endif