Explorar o código

format code according to conventions [skip ci]

QMK Bot %!s(int64=4) %!d(string=hai) anos
pai
achega
95c742ec27
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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