diff options
Diffstat (limited to 'apps/settings.h')
| -rw-r--r-- | apps/settings.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/settings.h b/apps/settings.h index 52e949e..2fd52ae 100644 --- a/apps/settings.h +++ b/apps/settings.h @@ -472,6 +472,10 @@ struct user_settings int fg_color; /* foreground color native format */ #endif bool party_mode; /* party mode - unstoppable music */ + +#ifdef CONFIG_BACKLIGHT + bool bl_filter_first_keypress; /* filter first keypress when dark? */ +#endif }; enum optiontype { INT, BOOL }; |