From 37fc08af8446b60c243f8b7cf53909b0fc9a8a66 Mon Sep 17 00:00:00 2001 From: jack <0x6A73@pm.me> Date: Sun, 12 Feb 2023 23:10:51 -0700 Subject: Remove lingering `I2CD2` usages w/ RP2040 (#19833) --- keyboards/nullbitsco/scramble/v2/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'keyboards/nullbitsco') diff --git a/keyboards/nullbitsco/scramble/v2/config.h b/keyboards/nullbitsco/scramble/v2/config.h index 4e6ab66b44..b4d7820aad 100644 --- a/keyboards/nullbitsco/scramble/v2/config.h +++ b/keyboards/nullbitsco/scramble/v2/config.h @@ -34,4 +34,4 @@ along with this program. If not, see . #define RP2040_FLASH_GENERIC_03H #define I2C1_SDA_PIN GP26 #define I2C1_SCL_PIN GP27 -#define I2C_DRIVER I2CD2 +#define I2C_DRIVER I2CD1 -- cgit v1.2.3