summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.h')
-rw-r--r--apps/settings.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/settings.h b/apps/settings.h
index 4ab290914a..369e1ebd6b 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -531,7 +531,13 @@ struct user_settings
531#ifdef HAVE_REMOTE_LCD 531#ifdef HAVE_REMOTE_LCD
532 bool remote_bl_filter_first_keypress; /* filter first remote keypress when remote dark? */ 532 bool remote_bl_filter_first_keypress; /* filter first remote keypress when remote dark? */
533#endif 533#endif
534#ifdef HAS_BUTTON_HOLD
535 int backlight_on_button_hold;
534#endif 536#endif
537#ifdef HAVE_LCD_SLEEP
538 int lcd_sleep_after_backlight_off;
539#endif
540#endif /* CONFIG_BACKLIGHT */
535 541
536#ifdef HAVE_LCD_BITMAP 542#ifdef HAVE_LCD_BITMAP
537 unsigned char kbd_file[MAX_FILENAME+1]; /* last keyboard */ 543 unsigned char kbd_file[MAX_FILENAME+1]; /* last keyboard */