summaryrefslogtreecommitdiff
path: root/apps/settings.c
diff options
context:
space:
mode:
authorPeter D'Hoye <peter.dhoye@gmail.com>2006-02-17 22:47:56 +0000
committerPeter D'Hoye <peter.dhoye@gmail.com>2006-02-17 22:47:56 +0000
commit3467ba60b116579a855076b7e993603bf817af93 (patch)
tree50f4d1808b47287dc49867920b70ffaf9c852b4d /apps/settings.c
parent00811840c9198833e6b234939b1509d52a51c880 (diff)
downloadrockbox-3467ba60b116579a855076b7e993603bf817af93.tar.gz
rockbox-3467ba60b116579a855076b7e993603bf817af93.zip
Patch #1423609 by Martin Scarratt and myself: enables using the backlight as record clipping indicator.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8722 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/settings.c')
-rw-r--r--apps/settings.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/settings.c b/apps/settings.c
index d776f3f2d3..1f29e4d04d 100644
--- a/apps/settings.c
+++ b/apps/settings.c
@@ -540,6 +540,11 @@ static const struct bit_entry hd_bits[] =
540 "mic decimator right gain", NULL }, /* -128...48 */ 540 "mic decimator right gain", NULL }, /* -128...48 */
541#endif 541#endif
542 {1, S_O(scroll_paginated), false, "scroll paginated", off_on }, 542 {1, S_O(scroll_paginated), false, "scroll paginated", off_on },
543#ifdef HAVE_RECORDING
544#ifdef CONFIG_BACKLIGHT
545 {2, S_O(cliplight), 0, "cliplight", "off,main,both,remote" },
546#endif /* CONFIG_BACKLIGHT */
547#endif /*HAVE_RECORDING*/
543 /* If values are just added to the end, no need to bump the version. */ 548 /* If values are just added to the end, no need to bump the version. */
544 /* new stuff to be added at the end */ 549 /* new stuff to be added at the end */
545 550