diff options
author | Nick Brassel <nick@tzarc.org> | 2022-12-15 09:56:30 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-15 09:56:30 +1100 |
commit | 64715084b2698814fcdaeb578aed3a0d06f277d5 (patch) | |
tree | bd76b8c0b59542a9c57923e187612147b54d3cb8 /keyboards/dztech | |
parent | 2ea290f5b9d7435eb648646c9fa8c98b3fcbba56 (diff) |
Fixup build failures. (#19332)
Diffstat (limited to 'keyboards/dztech')
-rw-r--r-- | keyboards/dztech/tofu/jr/v1/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/dztech/tofu/jr/v1/config.h b/keyboards/dztech/tofu/jr/v1/config.h index 9c157e366c..a05cdacf79 100644 --- a/keyboards/dztech/tofu/jr/v1/config.h +++ b/keyboards/dztech/tofu/jr/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 |