summaryrefslogtreecommitdiff
path: root/keyboards/nullbitsco
diff options
context:
space:
mode:
authorjack <0x6A73@pm.me>2023-02-12 23:10:51 -0700
committerGitHub <noreply@github.com>2023-02-13 17:10:51 +1100
commit37fc08af8446b60c243f8b7cf53909b0fc9a8a66 (patch)
treee636ad30850d73d7d34bf98b4a3605da7b2594ad /keyboards/nullbitsco
parent896d9aa98cfec0f2b1010be7e0db289b8b809311 (diff)
Remove lingering `I2CD2` usages w/ RP2040 (#19833)
Diffstat (limited to 'keyboards/nullbitsco')
-rw-r--r--keyboards/nullbitsco/scramble/v2/config.h2
1 files changed, 1 insertions, 1 deletions
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 <http://www.gnu.org/licenses/>.
#define RP2040_FLASH_GENERIC_03H
#define I2C1_SDA_PIN GP26
#define I2C1_SCL_PIN GP27
-#define I2C_DRIVER I2CD2
+#define I2C_DRIVER I2CD1