From 222f685b9030ad6f9a1c2906489f73029c27429a Mon Sep 17 00:00:00 2001 From: Drashna Jaelre Date: Mon, 12 Dec 2022 20:59:32 -0800 Subject: [Keyboard] Fix DZTECH Tofu II v1 i2c config (#19306) --- keyboards/dztech/tofu/ii/v1/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'keyboards') diff --git a/keyboards/dztech/tofu/ii/v1/config.h b/keyboards/dztech/tofu/ii/v1/config.h index 6343bb9e9d..67a4c757af 100644 --- a/keyboards/dztech/tofu/ii/v1/config.h +++ b/keyboards/dztech/tofu/ii/v1/config.h @@ -17,7 +17,7 @@ #pragma once #define I2C1_SDA_PIN GP2 #define I2C1_SCL_PIN GP3 -#define I2C_DRIVER I2CD2 +#define I2C_DRIVER I2CD1 #define RP2040_BOOTLOADER_DOUBLE_TAP_RESET #define RP2040_BOOTLOADER_DOUBLE_TAP_RESET_TIMEOUT 500U -- cgit v1.2.3