summaryrefslogtreecommitdiff
path: root/keyboards
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
parent896d9aa98cfec0f2b1010be7e0db289b8b809311 (diff)
Remove lingering `I2CD2` usages w/ RP2040 (#19833)
Diffstat (limited to 'keyboards')
-rw-r--r--keyboards/fearherbs1/blue_team_pad/config.h4
-rw-r--r--keyboards/nullbitsco/scramble/v2/config.h2
2 files changed, 2 insertions, 4 deletions
diff --git a/keyboards/fearherbs1/blue_team_pad/config.h b/keyboards/fearherbs1/blue_team_pad/config.h
index 9e0b1c387a..63b26f864d 100644
--- a/keyboards/fearherbs1/blue_team_pad/config.h
+++ b/keyboards/fearherbs1/blue_team_pad/config.h
@@ -3,12 +3,10 @@
#pragma once
-#include "config_common.h"
-
#ifdef OLED_ENABLE
#define I2C1_SCL_PIN GP27
#define I2C1_SDA_PIN GP26
-#define I2C_DRIVER I2CD2
+#define I2C_DRIVER I2CD1
#define OLED_DISPLAY_128X32
#define OLED_BRIGHTNESS 128
#endif
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