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 3616434642..498c880319 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -481,6 +481,10 @@ struct user_settings
481 bool remote_bl_filter_first_keypress; /* filter first remote keypress when remote dark? */ 481 bool remote_bl_filter_first_keypress; /* filter first remote keypress when remote dark? */
482#endif 482#endif
483#endif 483#endif
484
485#ifdef HAVE_LCD_BITMAP
486 unsigned char kbd_file[MAX_FILENAME+1]; /* last keyboard */
487#endif
484}; 488};
485 489
486enum optiontype { INT, BOOL }; 490enum optiontype { INT, BOOL };