Skip to content

Commit 05f30f0

Browse files
authored
Use Pro Micro pinout for SDA/SCL (#17595)
1 parent ab45e3b commit 05f30f0

File tree

1 file changed

+2
-2
lines changed
  • platforms/chibios/boards/QMK_PM2040/configs

1 file changed

+2
-2
lines changed

platforms/chibios/boards/QMK_PM2040/configs/config.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
# define I2C_DRIVER I2CD2
88
#endif
99
#ifndef I2C1_SDA_PIN
10-
# define I2C1_SDA_PIN 2U
10+
# define I2C1_SDA_PIN D1
1111
#endif
1212
#ifndef I2C1_SCL_PIN
13-
# define I2C1_SCL_PIN 3U
13+
# define I2C1_SCL_PIN D0
1414
#endif
1515

1616
#ifndef RP2040_BOOTLOADER_DOUBLE_TAP_RESET

0 commit comments

Comments
 (0)