summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2006-08-22 09:10:17 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2006-08-22 09:10:17 +0000
commit10651c85c92ea4673fcbd1e830acb9db4e684c65 (patch)
treeca5f7d4e784785cd05ce9e0853971cfac1a6f91d
parentfe5e56c82171b49eb4d6f41b53ab46aa262fea04 (diff)
downloadrockbox-10651c85c92ea4673fcbd1e830acb9db4e684c65.zip
rockbox-10651c85c92ea4673fcbd1e830acb9db4e684c65.tar.gz
rockbox-10651c85c92ea4673fcbd1e830acb9db4e684c65.tar.bz2
rockbox-10651c85c92ea4673fcbd1e830acb9db4e684c65.tar.xz
Changed the First Keypress Enables Backlight default setting to OFF
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10692 a1c6a512-1295-4272-9138-f99709370657
-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,