diff options
author | Drashna Jael're <drashna@live.com> | 2019-08-02 12:24:32 -0700 |
---|---|---|
committer | Florian Didron <fdidron@users.noreply.github.com> | 2019-08-05 09:36:26 +0900 |
commit | d2100ba45d0c0bf5258dcab2f503aa350f423120 (patch) | |
tree | 55bfc7ddc8ee593879f002ece185205e9409ce08 /quantum/stm32/mcuconf.h | |
parent | 4a5b36ec4c07cd5f84e3c76745646af9e3e14a42 (diff) |
Enable PWM support for Planck EZ Indicator LEDs
Diffstat (limited to 'quantum/stm32/mcuconf.h')
-rw-r--r-- | quantum/stm32/mcuconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/stm32/mcuconf.h b/quantum/stm32/mcuconf.h index 36f8ca2252..e16426bbdf 100644 --- a/quantum/stm32/mcuconf.h +++ b/quantum/stm32/mcuconf.h @@ -185,7 +185,7 @@ #define STM32_PWM_USE_TIM1 FALSE #define STM32_PWM_USE_TIM2 TRUE #define STM32_PWM_USE_TIM3 TRUE -#define STM32_PWM_USE_TIM4 FALSE +#define STM32_PWM_USE_TIM4 TRUE #define STM32_PWM_USE_TIM8 FALSE #define STM32_PWM_TIM1_IRQ_PRIORITY 7 #define STM32_PWM_TIM2_IRQ_PRIORITY 7 |