summaryrefslogtreecommitdiff
path: root/apps/settings.c
diff options
context:
space:
mode:
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