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/matrix/m20add/config.h | 1 - keyboards/matrix/noah/config.h | 1 - 2 files changed, 2 deletions(-) (limited to 'keyboards/matrix') diff --git a/keyboards/matrix/m20add/config.h b/keyboards/matrix/m20add/config.h index 8c3f922ab9..a4b3a66480 100644 --- a/keyboards/matrix/m20add/config.h +++ b/keyboards/matrix/m20add/config.h @@ -78,7 +78,6 @@ #define DEBOUNCE 5 // i2c setting -#define USE_I2CV1 #define I2C1_SCL 8 #define I2C1_SDA 9 #define I2C1_CLOCK_SPEED 400000 diff --git a/keyboards/matrix/noah/config.h b/keyboards/matrix/noah/config.h index 5e5b49b619..1b0f2515c7 100644 --- a/keyboards/matrix/noah/config.h +++ b/keyboards/matrix/noah/config.h @@ -24,7 +24,6 @@ #define DEBOUNCE 5 // i2c setting -#define USE_I2CV1 #define I2C1_SCL 8 #define I2C1_SDA 9 #define I2C1_CLOCK_SPEED 400000 -- cgit v1.2.3