summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/export/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 3997ce4b0c..01933dadf2 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -131,7 +131,7 @@
131 * BACKLIGHT_FADING_SW_SETTING means that backlight is turned on by only setting 131 * BACKLIGHT_FADING_SW_SETTING means that backlight is turned on by only setting
132 * the brightness (i.e. no real difference between backlight_on and 132 * the brightness (i.e. no real difference between backlight_on and
133 * backlight_set_brightness) 133 * backlight_set_brightness)
134 * BACKLIGHT_FADING_SW_SETTING means that backlight brightness is restored 134 * BACKLIGHT_FADING_SW_HW_REG means that backlight brightness is restored
135 * "in hardware", from a hardware register upon backlight_on 135 * "in hardware", from a hardware register upon backlight_on
136 * Both types need to have minor adjustments in the software fading code */ 136 * Both types need to have minor adjustments in the software fading code */
137#define BACKLIGHT_FADING_SW_SETTING 0x2 137#define BACKLIGHT_FADING_SW_SETTING 0x2