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:
parent
fe5e56c821
commit
10651c85c9
1 changed files with 1 additions and 6 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue