summaryrefslogtreecommitdiff
path: root/keyboards/zoo
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/zoo
parent66836effdae5e47231b59a92ed8726ad3267a055 (diff)
Remove redundant I2C config defines from keyboards (#11661)
Diffstat (limited to 'keyboards/zoo')
-rw-r--r--keyboards/zoo/wampus/config.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/keyboards/zoo/wampus/config.h b/keyboards/zoo/wampus/config.h
index 1b67ac89a4..c3a13ec355 100644
--- a/keyboards/zoo/wampus/config.h
+++ b/keyboards/zoo/wampus/config.h
@@ -70,13 +70,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
// OLED defines
#define OLED_TIMEOUT 60000
-/* Both pins are in bank B */
-#define I2C1_SCL 6 // B6
-#define I2C1_SDA 7 // B7
#define I2C1_SCL_PAL_MODE 1
#define I2C1_SDA_PAL_MODE 1
/* This configures the I2C clock to 400khz assuming a 48Mhz clock */
-#define I2C1_TIMINGR_PRESC 0U
#define I2C1_TIMINGR_SCLDEL 3U
#define I2C1_TIMINGR_SDADEL 1U
#define I2C1_TIMINGR_SCLH 3U