summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/riblee_f411/mcuconf.h
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2021-01-25 16:37:53 +1100
committerGitHub <noreply@github.com>2021-01-25 16:37:53 +1100
commitc65aecc53adfc1c2cae11acdc4fb973792061767 (patch)
treeb90f4aeb00d05e2c4786b9d9e03680b8e8c58ad2 /keyboards/handwired/riblee_f411/mcuconf.h
parent66836effdae5e47231b59a92ed8726ad3267a055 (diff)
Remove redundant I2C config defines from keyboards (#11661)
Diffstat (limited to 'keyboards/handwired/riblee_f411/mcuconf.h')
-rw-r--r--keyboards/handwired/riblee_f411/mcuconf.h3
1 files changed, 0 insertions, 3 deletions
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