소스 검색

Update PM2040 I2C pins (#17578)

Albert Y 2 년 전
부모
커밋
cca5d35321
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      platforms/chibios/boards/QMK_PM2040/configs/config.h

+ 2 - 2
platforms/chibios/boards/QMK_PM2040/configs/config.h

@@ -7,10 +7,10 @@
 #    define I2C_DRIVER I2CD2
 #endif
 #ifndef I2C1_SDA_PIN
-#    define I2C1_SDA_PIN D2
+#    define I2C1_SDA_PIN 2U
 #endif
 #ifndef I2C1_SCL_PIN
-#    define I2C1_SCL_PIN D3
+#    define I2C1_SCL_PIN 3U
 #endif
 
 #ifndef RP2040_BOOTLOADER_DOUBLE_TAP_RESET