summaryrefslogtreecommitdiff
path: root/firmware/export/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config.h')
-rw-r--r--firmware/export/config.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 367c392a7c..594b4f6e6f 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -559,11 +559,16 @@ Lyre prototype 1 */
559#endif 559#endif
560 560
561/* deactivate fading in bootloader */ 561/* deactivate fading in bootloader */
562#if defined(BOOTLOADER) 562#ifdef BOOTLOADER
563#undef CONFIG_BACKLIGHT_FADING 563#undef CONFIG_BACKLIGHT_FADING
564#define CONFIG_BACKLIGHT_FADING BACKLIGHT_NO_FADING 564#define CONFIG_BACKLIGHT_FADING BACKLIGHT_NO_FADING
565#endif 565#endif
566 566
567#ifdef SIMULATOR
568#undef CONFIG_BACKLIGHT_FADING
569#define CONFIG_BACKLIGHT_FADING BACKLIGHT_FADING_SW_SETTING
570#endif
571
567/* determine which setting/manual text to use */ 572/* determine which setting/manual text to use */
568#if (CONFIG_BACKLIGHT_FADING == BACKLIGHT_FADING_PWM) 573#if (CONFIG_BACKLIGHT_FADING == BACKLIGHT_FADING_PWM)
569 574