diff options
author | Joel Challis <git@zvecr.com> | 2021-07-27 01:17:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-27 10:17:58 +1000 |
commit | 368efb5d2b834d995ba24cd23349327bab02918b (patch) | |
tree | 1efef37f2b758bfe4ac83340d77835419c8f1f7e /common_features.mk | |
parent | 394272a2663692081ce6f5b74f6f761090111ad0 (diff) | |
download | qmk_firmware-368efb5d2b834d995ba24cd23349327bab02918b.tar.gz qmk_firmware-368efb5d2b834d995ba24cd23349327bab02918b.zip |
Remove legacy BACKLIGHT_CUSTOM_DRIVER option (#13731)
Diffstat (limited to 'common_features.mk')
-rw-r--r-- | common_features.mk | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/common_features.mk b/common_features.mk index a4991b05b..91e9154f4 100644 --- a/common_features.mk +++ b/common_features.mk | |||
@@ -363,11 +363,6 @@ ifeq ($(strip $(LCD_ENABLE)), yes) | |||
363 | CIE1931_CURVE := yes | 363 | CIE1931_CURVE := yes |
364 | endif | 364 | endif |
365 | 365 | ||
366 | # backward compat | ||
367 | ifeq ($(strip $(BACKLIGHT_CUSTOM_DRIVER)), yes) | ||
368 | BACKLIGHT_DRIVER := custom | ||
369 | endif | ||
370 | |||
371 | VALID_BACKLIGHT_TYPES := pwm timer software custom | 366 | VALID_BACKLIGHT_TYPES := pwm timer software custom |
372 | 367 | ||
373 | BACKLIGHT_ENABLE ?= no | 368 | BACKLIGHT_ENABLE ?= no |