summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/settings.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/apps/settings.c b/apps/settings.c
index cd98425..b277fd7 100644
--- a/apps/settings.c
+++ b/apps/settings.c
@@ -313,12 +313,7 @@ static const struct bit_entry rtc_bits[] =
#endif
#ifdef CONFIG_BACKLIGHT
- {1, S_O(bl_filter_first_keypress),
-#ifdef HAVE_LCD_COLOR
- true,
-#else
- false,
-#endif
+ {1, S_O(bl_filter_first_keypress), false,
"backlight filters first keypress", off_on },
#ifdef HAVE_REMOTE_LCD
{1, S_O(remote_bl_filter_first_keypress), false,