From c0167e72a7ab519fbe5965b7dee62ea5efa1f8bb Mon Sep 17 00:00:00 2001 From: Set Date: Wed, 28 Feb 2024 21:56:14 +0200 Subject: [PATCH] Update keyboards/handwired/set_st/rp2040/halconf.h Co-authored-by: jack <0x6a73@protonmail.com> --- keyboards/handwired/set_st/rp2040/halconf.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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