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, 4 insertions, 0 deletions
diff --git a/apps/settings.h b/apps/settings.h
index 52e949ea9e..2fd52aea9e 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -472,6 +472,10 @@ struct user_settings
472 int fg_color; /* foreground color native format */ 472 int fg_color; /* foreground color native format */
473#endif 473#endif
474 bool party_mode; /* party mode - unstoppable music */ 474 bool party_mode; /* party mode - unstoppable music */
475
476#ifdef CONFIG_BACKLIGHT
477 bool bl_filter_first_keypress; /* filter first keypress when dark? */
478#endif
475}; 479};
476 480
477enum optiontype { INT, BOOL }; 481enum optiontype { INT, BOOL };