summaryrefslogtreecommitdiffstats
path: root/firmware/export/config
diff options
context:
space:
mode:
authorCaleb Connolly <caleb@connolly.tech>2021-03-11 21:10:31 +0000
committerCaleb Connolly <caleb@connolly.tech>2021-03-12 14:39:03 +0000
commit04c29984cecd4e971f7d60226b96b83872488849 (patch)
tree78c155c3211f3b970a3b427fc450f310b07c9bf3 /firmware/export/config
parent043e8a0c5ca704f7a9bfa75e9b602d5b154f1bbd (diff)
downloadrockbox-04c29984cecd4e971f7d60226b96b83872488849.tar.gz
rockbox-04c29984cecd4e971f7d60226b96b83872488849.zip
ipod6g: increase max battery capacity
It's possible to get up to 3000mAh batteries for this device, although it requires that you use an iFlash adapter to make enough space. Signed-off-by: Caleb Connolly <caleb@connolly.tech> Change-Id: I0d0d02aa30caffcae4a7e8c805516a1266eef359
Diffstat (limited to 'firmware/export/config')
-rw-r--r--firmware/export/config/ipod6g.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/firmware/export/config/ipod6g.h b/firmware/export/config/ipod6g.h
index cb3ab31139..fdf7e8e516 100644
--- a/firmware/export/config/ipod6g.h
+++ b/firmware/export/config/ipod6g.h
@@ -139,10 +139,14 @@
/* The number of bytes reserved for loadable plugins */
#define PLUGIN_BUFFER_SIZE 0x80000
-/* 6g has a standard battery of 550mAh, except for the thick 6g (2007 160gb) which has a standard battery of 850mAh */
+/* 6g has a standard battery of 550mAh, except for the thick 6g (2007 160gb)
+ * which has a standard battery of 850mAh.
+ *
+ * It's possible to buy 3rd party batteries up to 3000mAh.
+ */
#define BATTERY_CAPACITY_DEFAULT 550 /* default battery capacity */
#define BATTERY_CAPACITY_MIN 300 /* min. capacity selectable */
-#define BATTERY_CAPACITY_MAX 1000 /* max. capacity selectable */
+#define BATTERY_CAPACITY_MAX 3000 /* max. capacity selectable */
#define BATTERY_CAPACITY_INC 10 /* capacity increment */
#define BATTERY_TYPES_COUNT 1 /* only one type */