summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/settings.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/apps/settings.c b/apps/settings.c
index cd984254d9..b277fd7f3e 100644
--- a/apps/settings.c
+++ b/apps/settings.c
@@ -313,12 +313,7 @@ static const struct bit_entry rtc_bits[] =
313#endif 313#endif
314 314
315#ifdef CONFIG_BACKLIGHT 315#ifdef CONFIG_BACKLIGHT
316 {1, S_O(bl_filter_first_keypress), 316 {1, S_O(bl_filter_first_keypress), false,
317#ifdef HAVE_LCD_COLOR
318 true,
319#else
320 false,
321#endif
322 "backlight filters first keypress", off_on }, 317 "backlight filters first keypress", off_on },
323#ifdef HAVE_REMOTE_LCD 318#ifdef HAVE_REMOTE_LCD
324 {1, S_O(remote_bl_filter_first_keypress), false, 319 {1, S_O(remote_bl_filter_first_keypress), false,