diff options
author | Albert Y <76888457+filterpaper@users.noreply.github.com> | 2022-07-07 15:33:11 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-07 09:33:11 +0200 |
commit | cca5d3532128a9d1aa2ab39405d935fc132c752d (patch) | |
tree | 09e4431a5c45f1c9c2659ebd8012151ea436e4ae | |
parent | d9bb189e25f14578ca74d6a3aa9f9a467f6f6595 (diff) | |
download | qmk_firmware-cca5d3532128a9d1aa2ab39405d935fc132c752d.tar.gz qmk_firmware-cca5d3532128a9d1aa2ab39405d935fc132c752d.zip |
Update PM2040 I2C pins (#17578)
-rw-r--r-- | platforms/chibios/boards/QMK_PM2040/configs/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/platforms/chibios/boards/QMK_PM2040/configs/config.h b/platforms/chibios/boards/QMK_PM2040/configs/config.h index 6b1dcca938..9dfe86f12e 100644 --- a/platforms/chibios/boards/QMK_PM2040/configs/config.h +++ b/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 |