diff options
Diffstat (limited to 'firmware/export/config-cowond2.h')
-rw-r--r-- | firmware/export/config-cowond2.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/config-cowond2.h b/firmware/export/config-cowond2.h index b723201340..c6e4555f18 100644 --- a/firmware/export/config-cowond2.h +++ b/firmware/export/config-cowond2.h @@ -124,7 +124,9 @@ /* define this if the backlight thread is used for fade, not for sim, needs * HAVE_BACKLIGHT_BRIGHTNESS */ +#ifndef BOOTLOADER #define USE_BACKLIGHT_SW_FADING +#endif /* Define this if you have a TCC7801 */ #define CONFIG_CPU TCC7801 |