diff options
| author | Linus Nielsen Feltzing <linus@haxx.se> | 2006-08-22 09:10:17 +0000 |
|---|---|---|
| committer | Linus Nielsen Feltzing <linus@haxx.se> | 2006-08-22 09:10:17 +0000 |
| commit | 10651c85c92ea4673fcbd1e830acb9db4e684c65 (patch) | |
| tree | ca5f7d4e784785cd05ce9e0853971cfac1a6f91d | |
| parent | fe5e56c82171b49eb4d6f41b53ab46aa262fea04 (diff) | |
| download | rockbox-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.c | 7 |
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, |