aboutsummaryrefslogtreecommitdiffstats
path: root/common_features.mk
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2020-08-15 22:22:11 +0100
committerJames Young <18669334+noroadsleft@users.noreply.github.com>2020-08-29 14:30:02 -0700
commit21a00b7f020a87af1fbeb31b96a17e0f25a34e96 (patch)
treeecf5833c9a2fc76df3a7779855499f2baba4e846 /common_features.mk
parent568cae28ec41acc84a4a60bc3e20120e33ebee89 (diff)
downloadfirmware-21a00b7f020a87af1fbeb31b96a17e0f25a34e96.tar.gz
firmware-21a00b7f020a87af1fbeb31b96a17e0f25a34e96.tar.bz2
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 'common_features.mk')
-rw-r--r--common_features.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/common_features.mk b/common_features.mk
index f9fca4669..2806544f8 100644
--- a/common_features.mk
+++ b/common_features.mk
@@ -264,7 +264,7 @@ ifeq ($(strip $(BACKLIGHT_CUSTOM_DRIVER)), yes)
BACKLIGHT_DRIVER := custom
endif
-VALID_BACKLIGHT_TYPES := pwm software custom
+VALID_BACKLIGHT_TYPES := pwm timer software custom
BACKLIGHT_ENABLE ?= no
BACKLIGHT_DRIVER ?= pwm