diff options
| author | Ryan <fauxpark@gmail.com> | 2021-01-25 16:37:53 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-25 16:37:53 +1100 |
| commit | c65aecc53adfc1c2cae11acdc4fb973792061767 (patch) | |
| tree | b90f4aeb00d05e2c4786b9d9e03680b8e8c58ad2 /keyboards/matrix | |
| parent | 66836effdae5e47231b59a92ed8726ad3267a055 (diff) | |
| download | qmk_firmware-c65aecc53adfc1c2cae11acdc4fb973792061767.tar.gz qmk_firmware-c65aecc53adfc1c2cae11acdc4fb973792061767.zip | |
Remove redundant I2C config defines from keyboards (#11661)
Diffstat (limited to 'keyboards/matrix')
| -rw-r--r-- | keyboards/matrix/m20add/config.h | 1 | ||||
| -rw-r--r-- | keyboards/matrix/noah/config.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/keyboards/matrix/m20add/config.h b/keyboards/matrix/m20add/config.h index 8c3f922ab..a4b3a6648 100644 --- a/keyboards/matrix/m20add/config.h +++ b/keyboards/matrix/m20add/config.h | |||
| @@ -78,7 +78,6 @@ | |||
| 78 | #define DEBOUNCE 5 | 78 | #define DEBOUNCE 5 |
| 79 | 79 | ||
| 80 | // i2c setting | 80 | // i2c setting |
| 81 | #define USE_I2CV1 | ||
| 82 | #define I2C1_SCL 8 | 81 | #define I2C1_SCL 8 |
| 83 | #define I2C1_SDA 9 | 82 | #define I2C1_SDA 9 |
| 84 | #define I2C1_CLOCK_SPEED 400000 | 83 | #define I2C1_CLOCK_SPEED 400000 |
diff --git a/keyboards/matrix/noah/config.h b/keyboards/matrix/noah/config.h index 5e5b49b61..1b0f2515c 100644 --- a/keyboards/matrix/noah/config.h +++ b/keyboards/matrix/noah/config.h | |||
| @@ -24,7 +24,6 @@ | |||
| 24 | #define DEBOUNCE 5 | 24 | #define DEBOUNCE 5 |
| 25 | 25 | ||
| 26 | // i2c setting | 26 | // i2c setting |
| 27 | #define USE_I2CV1 | ||
| 28 | #define I2C1_SCL 8 | 27 | #define I2C1_SCL 8 |
| 29 | #define I2C1_SDA 9 | 28 | #define I2C1_SDA 9 |
| 30 | #define I2C1_CLOCK_SPEED 400000 | 29 | #define I2C1_CLOCK_SPEED 400000 |
