~ruther/qmk_firmware

05f30f0787aaea63f83e4c889891255d379abb6d — Albert Y 3 years ago ab45e3b
Use Pro Micro pinout for SDA/SCL (#17595)

1 files changed, 2 insertions(+), 2 deletions(-)

M platforms/chibios/boards/QMK_PM2040/configs/config.h
M platforms/chibios/boards/QMK_PM2040/configs/config.h => platforms/chibios/boards/QMK_PM2040/configs/config.h +2 -2
@@ 7,10 7,10 @@
#    define I2C_DRIVER I2CD2
#endif
#ifndef I2C1_SDA_PIN
#    define I2C1_SDA_PIN 2U
#    define I2C1_SDA_PIN D1
#endif
#ifndef I2C1_SCL_PIN
#    define I2C1_SCL_PIN 3U
#    define I2C1_SCL_PIN D0
#endif

#ifndef RP2040_BOOTLOADER_DOUBLE_TAP_RESET