summaryrefslogtreecommitdiffstats
path: root/keyboards/keebio/sinc
diff options
context:
space:
mode:
authorStefan Kerkmann <karlk90@pm.me>2022-12-11 14:04:29 +0100
committerGitHub <noreply@github.com>2022-12-11 14:04:29 +0100
commit9dc3f791965e4c54bc969dcc2f2c7597f59e2262 (patch)
tree367f6a64235f0027c4ccf50fb07de0e8e7efcc52 /keyboards/keebio/sinc
parentf67f787cc299380184599e2e5176aaae9fa82058 (diff)
[RP2040] update i2c drivers to reflect peripheral number (#19277)
Diffstat (limited to 'keyboards/keebio/sinc')
-rw-r--r--keyboards/keebio/sinc/rev3/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/keebio/sinc/rev3/config.h b/keyboards/keebio/sinc/rev3/config.h
index 14ce6d29f1..9b27501d3c 100644
--- a/keyboards/keebio/sinc/rev3/config.h
+++ b/keyboards/keebio/sinc/rev3/config.h
@@ -23,7 +23,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define SERIAL_USART_PIN_SWAP
#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET
#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET_TIMEOUT 1000U
-#define I2C_DRIVER I2CD2
+#define I2C_DRIVER I2CD1
#define I2C1_SCL_PIN GP22
#define I2C1_SDA_PIN GP23