diff options
Diffstat (limited to 'quantum/stm32/proton_c.mk')
| -rw-r--r-- | quantum/stm32/proton_c.mk | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/quantum/stm32/proton_c.mk b/quantum/stm32/proton_c.mk index a65e283d3..193e09ca1 100644 --- a/quantum/stm32/proton_c.mk +++ b/quantum/stm32/proton_c.mk | |||
| @@ -3,7 +3,11 @@ | |||
| 3 | # These are defaults based on what has been implemented for ARM boards | 3 | # These are defaults based on what has been implemented for ARM boards |
| 4 | AUDIO_ENABLE = yes | 4 | AUDIO_ENABLE = yes |
| 5 | RGBLIGHT_ENABLE = no | 5 | RGBLIGHT_ENABLE = no |
| 6 | BACKLIGHT_ENABLE = no | 6 | |
| 7 | # Force task driven PWM until ARM can provide automatic configuration | ||
| 8 | ifneq ($(strip $(BACKLIGHT_ENABLE)), no) | ||
| 9 | BACKLIGHT_ENABLE = software | ||
| 10 | endif | ||
| 7 | 11 | ||
| 8 | # The rest of these settings shouldn't change | 12 | # The rest of these settings shouldn't change |
| 9 | 13 | ||
