summaryrefslogtreecommitdiff
path: root/apps/features.txt
diff options
context:
space:
mode:
Diffstat (limited to 'apps/features.txt')
-rw-r--r--apps/features.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/apps/features.txt b/apps/features.txt
index 0a01eb92c7..4f394d5eef 100644
--- a/apps/features.txt
+++ b/apps/features.txt
@@ -20,8 +20,10 @@ albumart
20backlight_brightness 20backlight_brightness
21#endif 21#endif
22 22
23#if defined(HAVE_BACKLIGHT_PWM_FADING) || defined(USE_BACKLIGHT_SW_FADING) 23#if defined(HAVE_BACKLIGHT_PWM_FADING)
24backlight_fade 24backlight_fade_pwm
25#elif defined(USE_BACKLIGHT_SW_FADING)
26backlight_fade_sw
25#endif 27#endif
26 28
27#if BATTERY_TYPES_COUNT > 1 29#if BATTERY_TYPES_COUNT > 1