diff options
Diffstat (limited to 'quantum/stm32/proton_c.mk')
| -rw-r--r-- | quantum/stm32/proton_c.mk | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/quantum/stm32/proton_c.mk b/quantum/stm32/proton_c.mk index ff28a4cb5..b25b55504 100644 --- a/quantum/stm32/proton_c.mk +++ b/quantum/stm32/proton_c.mk | |||
| @@ -5,9 +5,7 @@ AUDIO_ENABLE = yes | |||
| 5 | WS2812_DRIVER = bitbang | 5 | WS2812_DRIVER = bitbang |
| 6 | 6 | ||
| 7 | # Force task driven PWM until ARM can provide automatic configuration | 7 | # Force task driven PWM until ARM can provide automatic configuration |
| 8 | ifneq ($(strip $(BACKLIGHT_ENABLE)), no) | 8 | BACKLIGHT_DRIVER = software |
| 9 | BACKLIGHT_ENABLE = software | ||
| 10 | endif | ||
| 11 | 9 | ||
| 12 | # The rest of these settings shouldn't change | 10 | # The rest of these settings shouldn't change |
| 13 | 11 | ||
