summaryrefslogtreecommitdiff
path: root/firmware/export/config/sansafuzeplus.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config/sansafuzeplus.h')
-rw-r--r--firmware/export/config/sansafuzeplus.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/firmware/export/config/sansafuzeplus.h b/firmware/export/config/sansafuzeplus.h
index d39dc79ac1..680f7cfd2d 100644
--- a/firmware/export/config/sansafuzeplus.h
+++ b/firmware/export/config/sansafuzeplus.h
@@ -116,7 +116,9 @@
116#define HAVE_FLASH_STORAGE 116#define HAVE_FLASH_STORAGE
117 117
118/* define this if the flash memory uses the SecureDigital Memory Card protocol */ 118/* define this if the flash memory uses the SecureDigital Memory Card protocol */
119#define CONFIG_STORAGE STORAGE_SD 119#define CONFIG_STORAGE (STORAGE_SD | STORAGE_MMC)
120
121#define NUM_DRIVES 2
120 122
121/* todo */ 123/* todo */
122#define BATTERY_CAPACITY_DEFAULT 550 /* default battery capacity */ 124#define BATTERY_CAPACITY_DEFAULT 550 /* default battery capacity */
@@ -169,9 +171,11 @@
169#define HAVE_USBSTACK 171#define HAVE_USBSTACK
170//#define USB_HANDLED_BY_OF 172//#define USB_HANDLED_BY_OF
171#define USE_ROCKBOX_USB 173#define USE_ROCKBOX_USB
174#define HAVE_BOOTLOADER_USB_MODE
172#define USB_VENDOR_ID 0x0781 175#define USB_VENDOR_ID 0x0781
173#define USB_PRODUCT_ID 0x74e1 176#define USB_PRODUCT_ID 0x74e1
174#define HAVE_USB_HID_MOUSE 177#define HAVE_USB_HID_MOUSE
178//#define HAVE_BOOTLOADER_USB_MODE
175 179
176/* Define this if you have adjustable CPU frequency */ 180/* Define this if you have adjustable CPU frequency */
177#define HAVE_ADJUSTABLE_CPU_FREQ 181#define HAVE_ADJUSTABLE_CPU_FREQ