summaryrefslogtreecommitdiff
path: root/platforms
diff options
context:
space:
mode:
authorAlbert Y <76888457+filterpaper@users.noreply.github.com>2022-07-21 01:24:34 +0800
committerGitHub <noreply@github.com>2022-07-20 18:24:34 +0100
commit05f30f0787aaea63f83e4c889891255d379abb6d (patch)
tree1ebb32deb0a21dde1245dbfb9c21d03d370b0c48 /platforms
parentab45e3b993d2942421f15c722f8e012af9874f37 (diff)
Use Pro Micro pinout for SDA/SCL (#17595)
Diffstat (limited to 'platforms')
-rw-r--r--platforms/chibios/boards/QMK_PM2040/configs/config.h4
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 9dfe86f12e..8c773f8b19 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 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