Merge remote-tracking branch 'origin/develop' into xap

This commit is contained in:
QMK Bot 2022-07-20 17:25:15 +00:00
commit 146d312cce

View File

@ -7,10 +7,10 @@
# define I2C_DRIVER I2CD2 # define I2C_DRIVER I2CD2
#endif #endif
#ifndef I2C1_SDA_PIN #ifndef I2C1_SDA_PIN
# define I2C1_SDA_PIN 2U # define I2C1_SDA_PIN D1
#endif #endif
#ifndef I2C1_SCL_PIN #ifndef I2C1_SCL_PIN
# define I2C1_SCL_PIN 3U # define I2C1_SCL_PIN D0
#endif #endif
#ifndef RP2040_BOOTLOADER_DOUBLE_TAP_RESET #ifndef RP2040_BOOTLOADER_DOUBLE_TAP_RESET