diff options
| author | Joel Challis <git@zvecr.com> | 2020-08-15 22:22:11 +0100 |
|---|---|---|
| committer | James Young <18669334+noroadsleft@users.noreply.github.com> | 2020-08-29 14:30:02 -0700 |
| commit | 21a00b7f020a87af1fbeb31b96a17e0f25a34e96 (patch) | |
| tree | ecf5833c9a2fc76df3a7779855499f2baba4e846 /platforms | |
| parent | 568cae28ec41acc84a4a60bc3e20120e33ebee89 (diff) | |
| download | qmk_firmware-21a00b7f020a87af1fbeb31b96a17e0f25a34e96.tar.gz qmk_firmware-21a00b7f020a87af1fbeb31b96a17e0f25a34e96.zip | |
ARM backlight - timer implementation (#8291)
* Add GPT timer based backlight driver
* Update to tim15 to avoid conflict with audio
* Update quantum/backlight/backlight_timer.c
Diffstat (limited to 'platforms')
| -rw-r--r-- | platforms/chibios/GENERIC_STM32_F303XC/configs/mcuconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platforms/chibios/GENERIC_STM32_F303XC/configs/mcuconf.h b/platforms/chibios/GENERIC_STM32_F303XC/configs/mcuconf.h index 3b1588348..ac2d9a1ee 100644 --- a/platforms/chibios/GENERIC_STM32_F303XC/configs/mcuconf.h +++ b/platforms/chibios/GENERIC_STM32_F303XC/configs/mcuconf.h | |||
| @@ -144,7 +144,7 @@ | |||
| 144 | #define STM32_GPT_USE_TIM6 TRUE | 144 | #define STM32_GPT_USE_TIM6 TRUE |
| 145 | #define STM32_GPT_USE_TIM7 TRUE | 145 | #define STM32_GPT_USE_TIM7 TRUE |
| 146 | #define STM32_GPT_USE_TIM8 TRUE | 146 | #define STM32_GPT_USE_TIM8 TRUE |
| 147 | #define STM32_GPT_USE_TIM15 FALSE | 147 | #define STM32_GPT_USE_TIM15 TRUE |
| 148 | #define STM32_GPT_USE_TIM16 FALSE | 148 | #define STM32_GPT_USE_TIM16 FALSE |
| 149 | #define STM32_GPT_USE_TIM17 FALSE | 149 | #define STM32_GPT_USE_TIM17 FALSE |
| 150 | #define STM32_GPT_TIM1_IRQ_PRIORITY 7 | 150 | #define STM32_GPT_TIM1_IRQ_PRIORITY 7 |
