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/clueboard | |
parent | 66836effdae5e47231b59a92ed8726ad3267a055 (diff) |
Remove redundant I2C config defines from keyboards (#11661)
Diffstat (limited to 'keyboards/clueboard')
-rw-r--r-- | keyboards/clueboard/66_hotswap/gen1/config.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/keyboards/clueboard/66_hotswap/gen1/config.h b/keyboards/clueboard/66_hotswap/gen1/config.h index 7c90d05b38..4f1cc481d2 100644 --- a/keyboards/clueboard/66_hotswap/gen1/config.h +++ b/keyboards/clueboard/66_hotswap/gen1/config.h @@ -131,7 +131,6 @@ // 0b1110101 AD <-> SCL // 0b1110110 AD <-> SDA #define LED_DRIVER_ADDR_1 0b1110100 -#define I2C1_BANK GPIOB #define I2C1_SCL 8 #define I2C1_SDA 9 |