From c65aecc53adfc1c2cae11acdc4fb973792061767 Mon Sep 17 00:00:00 2001 From: Ryan Date: Mon, 25 Jan 2021 16:37:53 +1100 Subject: Remove redundant I2C config defines from keyboards (#11661) --- keyboards/handwired/pill60/config.h | 7 ------- keyboards/handwired/riblee_f411/mcuconf.h | 3 --- 2 files changed, 10 deletions(-) (limited to 'keyboards/handwired') diff --git a/keyboards/handwired/pill60/config.h b/keyboards/handwired/pill60/config.h index d9940c77c2..16147e584b 100644 --- a/keyboards/handwired/pill60/config.h +++ b/keyboards/handwired/pill60/config.h @@ -44,10 +44,3 @@ #define ENCODERS_PAD_B \ { B8 } #define ENCODER_RESOLUTION 2 - -/* OLED */ -#define I2C_DRIVER I2CD1 -#define I2C1_SCL_BANK GPIOB -#define I2C1_SDA_BANK GPIOB -#define I2C1_SCL 6 -#define I2C1_SDA 7 diff --git a/keyboards/handwired/riblee_f411/mcuconf.h b/keyboards/handwired/riblee_f411/mcuconf.h index 51561d37ef..79a654f1a4 100644 --- a/keyboards/handwired/riblee_f411/mcuconf.h +++ b/keyboards/handwired/riblee_f411/mcuconf.h @@ -20,6 +20,3 @@ #undef STM32_I2C_USE_I2C1 #define STM32_I2C_USE_I2C1 TRUE - -#undef I2C_DRIVER -#define I2C_DRIVER I2CD1 -- cgit v1.2.3