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 ------- 1 file changed, 7 deletions(-) (limited to 'keyboards/handwired/pill60/config.h') 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 -- cgit v1.2.3