diff --git a/keyboards/handwired/set_st/rp2040/halconf.h b/keyboards/handwired/set_st/rp2040/halconf.h index d63462a7825..b0eaceeb8be 100644 --- a/keyboards/handwired/set_st/rp2040/halconf.h +++ b/keyboards/handwired/set_st/rp2040/halconf.h @@ -16,7 +16,6 @@ #pragma once -#include_next +#define HAL_USE_I2C TRUE -#undef STM32_I2C_USE_I2C2 -#define STM32_I2C_USE_I2C2 TRUE \ No newline at end of file +#include_next \ No newline at end of file