Browse Source

format code according to conventions [skip ci]

QMK Bot 4 years ago
parent
commit
95c742ec27
1 changed files with 2 additions and 2 deletions
  1. 2 2
      tmk_core/common/chibios/chibios_config.h

+ 2 - 2
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