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