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
This commit is contained in:
Linus Nielsen Feltzing 2006-08-22 09:10:17 +00:00
parent fe5e56c821
commit 10651c85c9

View file

@ -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,