Browse Source

Use Pro Micro pinout for SDA/SCL (#17595)

pull/17732/head
Albert Y 1 year ago
committed by GitHub
parent
commit
05f30f0787
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      platforms/chibios/boards/QMK_PM2040/configs/config.h

+ 2
- 2
platforms/chibios/boards/QMK_PM2040/configs/config.h View File

@ -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


Loading…
Cancel
Save