mcuconf.h (223B)
1 // Copyright 2024 QMK 2 // SPDX-License-Identifier: GPL-2.0-or-later 3 4 #pragma once 5 6 #include_next <mcuconf.h> 7 8 #undef STM32_PWM_USE_TIM2 9 #define STM32_PWM_USE_TIM2 TRUE 10 11 #undef STM32_ST_USE_TIMER 12 #define STM32_ST_USE_TIMER 3