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.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 81e83b09f4..a4940a068f 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -567,10 +567,8 @@ Lyre prototype 1 */
567#define CONFIG_TUNER_MULTI 567#define CONFIG_TUNER_MULTI
568#endif 568#endif
569 569
570/* deactivate fading in bootloader/sim */ 570/* deactivate fading in bootloader */
571#if defined(BOOTLOADER) || (defined(SIMULATOR) && \ 571#if defined(BOOTLOADER)
572 (CONFIG_BACKLIGHT_FADING == BACKLIGHT_FADING_PWM || \
573 CONFIG_BACKLIGHT_FADING == BACKLIGHT_FADING_TARGET))
574#undef CONFIG_BACKLIGHT_FADING 572#undef CONFIG_BACKLIGHT_FADING
575#define CONFIG_BACKLIGHT_FADING BACKLIGHT_NO_FADING 573#define CONFIG_BACKLIGHT_FADING BACKLIGHT_NO_FADING
576#endif 574#endif