summaryrefslogtreecommitdiff
path: root/firmware/export/config/erosqnative.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config/erosqnative.h')
-rw-r--r--firmware/export/config/erosqnative.h5
1 files changed, 5 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