소스 검색

format code according to conventions [skip ci]

QMK Bot 4 년 전
부모
커밋
95c742ec27
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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