summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config/gogearhdd6330.h16
1 files changed, 11 insertions, 5 deletions
diff --git a/firmware/export/config/gogearhdd6330.h b/firmware/export/config/gogearhdd6330.h
index 2ef8a43227..4a2a6a42fe 100644
--- a/firmware/export/config/gogearhdd6330.h
+++ b/firmware/export/config/gogearhdd6330.h
@@ -135,10 +135,10 @@
135#define HAVE_BUTTON_LIGHT 135#define HAVE_BUTTON_LIGHT
136#define HAVE_BUTTONLIGHT_BRIGHTNESS 136#define HAVE_BUTTONLIGHT_BRIGHTNESS
137 137
138#define BATTERY_CAPACITY_DEFAULT 630 /* default battery capacity */ 138#define BATTERY_CAPACITY_DEFAULT 840 /* default battery capacity */
139#define BATTERY_CAPACITY_MIN 630 /* min. capacity selectable */ 139#define BATTERY_CAPACITY_MIN 800 /* min. capacity selectable */
140#define BATTERY_CAPACITY_MAX 630 /* max. capacity selectable */ 140#define BATTERY_CAPACITY_MAX 1200 /* max. capacity selectable */
141#define BATTERY_CAPACITY_INC 0 /* capacity increment */ 141#define BATTERY_CAPACITY_INC 20 /* capacity increment */
142#define BATTERY_TYPES_COUNT 1 /* only one type */ 142#define BATTERY_TYPES_COUNT 1 /* only one type */
143 143
144/* Hardware controlled charging */ 144/* Hardware controlled charging */
@@ -190,7 +190,7 @@
190#define HAVE_USBSTACK 190#define HAVE_USBSTACK
191#define USE_ROCKBOX_USB 191#define USE_ROCKBOX_USB
192#define USB_VENDOR_ID 0x0471 192#define USB_VENDOR_ID 0x0471
193#define USB_PRODUCT_ID 0x014C 193#define USB_PRODUCT_ID 0x014B
194#define HAVE_USB_HID_MOUSE 194#define HAVE_USB_HID_MOUSE
195 195
196/* Define this if you have adjustable CPU frequency */ 196/* Define this if you have adjustable CPU frequency */
@@ -203,5 +203,11 @@
203 203
204#define ICODE_ATTR_TREMOR_NOT_MDCT 204#define ICODE_ATTR_TREMOR_NOT_MDCT
205 205
206/* DMA is used only for reading on PP502x because although reads are ~8x faster
207 * writes appear to be ~25% slower.
208 */
209/* TODO: it does not work - it hangs the player */
210/* #define HAVE_ATA_DMA */
211
206/* Define this if a programmable hotkey is mapped */ 212/* Define this if a programmable hotkey is mapped */
207#define HAVE_HOTKEY 213#define HAVE_HOTKEY