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, 5 insertions, 1 deletions
diff --git a/apps/settings.h b/apps/settings.h
index ec92a81734..b208ee5872 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -768,7 +768,11 @@ struct user_settings
768 /* If values are just added to the end, no need to bump plugin API 768 /* If values are just added to the end, no need to bump plugin API
769 version. */ 769 version. */
770 /* new stuff to be added at the end */ 770 /* new stuff to be added at the end */
771 771
772#ifdef USB_ENABLE_HID
773 int usb_keypad_mode;
774#endif
775
772#ifdef HAVE_LCD_BITMAP 776#ifdef HAVE_LCD_BITMAP
773 unsigned char ui_vp_config[64]; /* viewport string for the lists */ 777 unsigned char ui_vp_config[64]; /* viewport string for the lists */
774#ifdef HAVE_REMOTE_LCD 778#ifdef HAVE_REMOTE_LCD