From 8b996f6d6dd4962a8ca05f2a13330043db9e610a Mon Sep 17 00:00:00 2001 From: Gondolindrim Date: Sat, 2 Mar 2024 19:36:49 -0300 Subject: [PATCH] Remove I2C1 def from \'mcuconf\' --- keyboards/typek/mcuconf.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/keyboards/typek/mcuconf.h b/keyboards/typek/mcuconf.h index 3b8dd15a879..8f2f7e1cab5 100644 --- a/keyboards/typek/mcuconf.h +++ b/keyboards/typek/mcuconf.h @@ -31,9 +31,6 @@ #define STM32_PPRE1 STM32_PPRE1_DIV2 #define STM32_PPRE2 STM32_PPRE2_DIV1 -#undef STM32_I2C_USE_I2C1 -#define STM32_I2C_USE_I2C1 TRUE - #undef STM32_PWM_USE_ADVANCED #define STM32_PWM_USE_ADVANCED TRUE