summaryrefslogtreecommitdiff
path: root/firmware/export/config
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config')
-rw-r--r--firmware/export/config/erosqnative.h5
-rw-r--r--firmware/export/config/fiiom3k.h5
-rw-r--r--firmware/export/config/shanlingq1.h5
3 files changed, 15 insertions, 0 deletions
diff --git a/firmware/export/config/erosqnative.h b/firmware/export/config/erosqnative.h
index 17a2b250f2..a76e8f6426 100644
--- a/firmware/export/config/erosqnative.h
+++ b/firmware/export/config/erosqnative.h
@@ -122,6 +122,11 @@
122#define USB_WRITE_BUFFER_SIZE (128 * 1024) 122#define USB_WRITE_BUFFER_SIZE (128 * 1024)
123#endif 123#endif
124 124
125#ifdef BOOTLOADER
126/* Ignore on any key can cause surprising USB issues in the bootloader */
127# define USBPOWER_BTN_IGNORE (~(BUTTON_PREV|BUTTON_NEXT))
128#endif
129
125/* Rockbox capabilities */ 130/* Rockbox capabilities */
126#define HAVE_VOLUME_IN_LIST 131#define HAVE_VOLUME_IN_LIST
127#define HAVE_FAT16SUPPORT 132#define HAVE_FAT16SUPPORT
diff --git a/firmware/export/config/fiiom3k.h b/firmware/export/config/fiiom3k.h
index 558ff41dd7..45c2150208 100644
--- a/firmware/export/config/fiiom3k.h
+++ b/firmware/export/config/fiiom3k.h
@@ -123,6 +123,11 @@
123#define USB_WRITE_BUFFER_SIZE (128 * 1024) 123#define USB_WRITE_BUFFER_SIZE (128 * 1024)
124#endif 124#endif
125 125
126#ifdef BOOTLOADER
127/* Ignore on any key can cause surprising USB issues in the bootloader */
128# define USBPOWER_BTN_IGNORE (~(BUTTON_VOL_UP|BUTTON_VOL_DOWN))
129#endif
130
126/* Rockbox capabilities */ 131/* Rockbox capabilities */
127#define HAVE_FAT16SUPPORT 132#define HAVE_FAT16SUPPORT
128#define HAVE_ALBUMART 133#define HAVE_ALBUMART
diff --git a/firmware/export/config/shanlingq1.h b/firmware/export/config/shanlingq1.h
index 18786e9a4b..1355c1824e 100644
--- a/firmware/export/config/shanlingq1.h
+++ b/firmware/export/config/shanlingq1.h
@@ -113,6 +113,11 @@
113#define USB_WRITE_BUFFER_SIZE (128 * 1024) 113#define USB_WRITE_BUFFER_SIZE (128 * 1024)
114#endif 114#endif
115 115
116#ifdef BOOTLOADER
117/* Ignore on any key can cause surprising USB issues in the bootloader */
118# define USBPOWER_BTN_IGNORE (~(BUTTON_PREV|BUTTON_NEXT))
119#endif
120
116/* Rockbox capabilities */ 121/* Rockbox capabilities */
117#define HAVE_FAT16SUPPORT 122#define HAVE_FAT16SUPPORT
118#define HAVE_ALBUMART 123#define HAVE_ALBUMART