summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 3b50775faa..367c392a7c 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -558,8 +558,8 @@ Lyre prototype 1 */
558#define CONFIG_TUNER_MULTI 558#define CONFIG_TUNER_MULTI
559#endif 559#endif
560 560
561/* deactivate fading in bootloader/sim */ 561/* deactivate fading in bootloader */
562#if defined(BOOTLOADER) || defined(SIMULATOR) 562#if defined(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