summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.h')
-rw-r--r--apps/settings.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/settings.h b/apps/settings.h
index a4401f8ae5..689dffc739 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -343,7 +343,9 @@ struct user_settings
343 int remote_backlight_timeout; /* backlight off timeout: 0-18 0=never, 343 int remote_backlight_timeout; /* backlight off timeout: 0-18 0=never,
344 1=always, 344 1=always,
345 then according to timeout_values[] */ 345 then according to timeout_values[] */
346#ifdef HAVE_REMOTE_LCD_TICKING 346 bool remote_backlight_on_when_charging;
347 bool remote_caption_backlight; /* turn on backlight at end and start of track */
348#ifdef HAVE_REMOTE_LCD_TICKING
347 bool remote_reduce_ticking; /* 0=normal operation, 349 bool remote_reduce_ticking; /* 0=normal operation,
348 1=EMI reduce on with cost more CPU. */ 350 1=EMI reduce on with cost more CPU. */
349#endif 351#endif