Skip to content

Commit

Permalink
Use Pro Micro pinout for SDA/SCL (qmk#17595)
Browse files Browse the repository at this point in the history
  • Loading branch information
filterpaper authored and nolanseaton committed Jan 23, 2023
1 parent dc543ab commit 227250b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions platforms/chibios/boards/QMK_PM2040/configs/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 227250b

Please sign in to comment.