summaryrefslogtreecommitdiffstats
path: root/firmware/export/config-clip.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-clip.h')
-rw-r--r--firmware/export/config-clip.h13
1 files changed, 8 insertions, 5 deletions
diff --git a/firmware/export/config-clip.h b/firmware/export/config-clip.h
index 0685e45fd9..d2c2b51d18 100644
--- a/firmware/export/config-clip.h
+++ b/firmware/export/config-clip.h
@@ -4,7 +4,7 @@
#define TARGET_TREE /* this target is using the target tree system */
/* For Rolo and boot loader */
-#define MODEL_NUMBER 50
+#define MODEL_NUMBER 40
#define MODEL_NAME "Sandisk Sansa Clip"
#define FIRMWARE_OFFSET_FILE_DATA 0
#define FIRMWARE_OFFSET_FILE_CRC 0
@@ -69,11 +69,9 @@
/* There is no hardware tone control */
#define HAVE_SW_TONE_CONTROLS
-#define HAVE_AS3525
-
/* define this if you have a real-time clock */
#ifndef BOOTLOADER
-//#define CONFIG_RTC RTC_AS3525
+#define CONFIG_RTC RTC_AS3525
#endif
/* Define this if you have a software controlled poweroff */
@@ -148,7 +146,7 @@
/* enable these for the experimental usb stack */
#define HAVE_USBSTACK
#define USB_VENDOR_ID 0x0781
-#define USB_PRODUCT_ID 0x7421
+#define USB_PRODUCT_ID 0x7433
#endif /* BOOTLOADER */
/* Virtual LED (icon) */
@@ -157,6 +155,11 @@
/* Define this if you have adjustable CPU frequency */
#define HAVE_ADJUSTABLE_CPU_FREQ
+#define MI4_FORMAT
+#define BOOTFILE_EXT "sansa"
+#define BOOTFILE "rockbox." BOOTFILE_EXT
+#define BOOTDIR "/.rockbox"
+
#define ICODE_ATTR_TREMOR_NOT_MDCT
#define INCLUDE_TIMEOUT_API