onekey: Enable ADC for STM32F072 Discovery (#18592)
3 files changed, 6 insertions(+), 0 deletions(-) M keyboards/handwired/onekey/stm32f0_disco/halconf.h M keyboards/handwired/onekey/stm32f0_disco/mcuconf.h M platforms/chibios/boards/GENERIC_STM32_F072XB/configs/mcuconf.h
M keyboards/handwired/onekey/stm32f0_disco/halconf.h => keyboards/handwired/onekey/stm32f0_disco/halconf.h +2 -0
@@ 21,6 21,8 @@ #pragma once #define HAL_USE_ADC TRUE #define HAL_USE_PWM TRUE #include_next <halconf.h>
M keyboards/handwired/onekey/stm32f0_disco/mcuconf.h => keyboards/handwired/onekey/stm32f0_disco/mcuconf.h +3 -0
@@ 23,5 23,8 @@ #include_next <mcuconf.h> #undef STM32_ADC_USE_ADC1 #define STM32_ADC_USE_ADC1 TRUE #undef STM32_PWM_USE_TIM3 #define STM32_PWM_USE_TIM3 TRUE
M platforms/chibios/boards/GENERIC_STM32_F072XB/configs/mcuconf.h => platforms/chibios/boards/GENERIC_STM32_F072XB/configs/mcuconf.h +1 -0