summaryrefslogtreecommitdiff
path: root/firmware/backlight-sw-fading.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/backlight-sw-fading.c')
-rw-r--r--firmware/backlight-sw-fading.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/backlight-sw-fading.c b/firmware/backlight-sw-fading.c
index d7987567ce..b9c9587cf4 100644
--- a/firmware/backlight-sw-fading.c
+++ b/firmware/backlight-sw-fading.c
@@ -30,7 +30,7 @@
30/* To adapt a target do: 30/* To adapt a target do:
31 * - make sure _backlight_on doesn't set the brightness to something other than 31 * - make sure _backlight_on doesn't set the brightness to something other than
32 * the previous value (lowest brightness in most cases) 32 * the previous value (lowest brightness in most cases)
33 * - #define USE_BACKLIGHT_SW_FADING in config-<target>.h 33 * add proper #defines for software fading
34 */ 34 */
35 35
36/* can be MIN_BRIGHTNESS_SETTING-1 */ 36/* can be MIN_BRIGHTNESS_SETTING-1 */