Ver código fonte

format code according to conventions [skip ci]

QMK Bot 4 anos atrás
pai
commit
95c742ec27
1 arquivos alterados com 2 adições e 2 exclusões
  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