diff options
author | Drashna Jaelre <drashna@live.com> | 2022-12-12 20:59:32 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-13 15:59:32 +1100 |
commit | 222f685b9030ad6f9a1c2906489f73029c27429a (patch) | |
tree | ba28ee9ca8e18265f654b0c839b5732a304bd40e | |
parent | 408bb469bbd014a4c866c0bace6aec9305998b91 (diff) |
[Keyboard] Fix DZTECH Tofu II v1 i2c config (#19306)
-rw-r--r-- | keyboards/dztech/tofu/ii/v1/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |