summaryrefslogtreecommitdiff
path: root/common_features.mk
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2020-08-15 22:22:11 +0100
committerDrashna Jael're <drashna@live.com>2020-09-30 03:26:47 -0700
commit7ed2cd3de18a0935be229e6a155ae02aa2566f9e (patch)
tree5681f84e2f64612f21eaf7d3c2bd3fd72e08b194 /common_features.mk
parentaf7272b1b36d29bc158b0898c17fefcf432af00b (diff)
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 43df3827b1..855ee8cea1 100644
--- a/common_features.mk
+++ b/common_features.mk
@@ -263,7 +263,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