summaryrefslogtreecommitdiffstats
path: root/firmware/export/config
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2020-10-13 11:38:45 -0400
committerSolomon Peachy <pizza@shaftnet.org>2020-10-13 16:01:55 +0000
commite91f89a410dc4639dbe78f392c11b2a44ff9036a (patch)
tree4ebf78727d2a71508e420f54b0696e2749eef190 /firmware/export/config
parentf68463c53e1fe8c292dcb66098a1caf4c688e1d2 (diff)
downloadrockbox-e91f89a410dc4639dbe78f392c11b2a44ff9036a.tar.gz
rockbox-e91f89a410dc4639dbe78f392c11b2a44ff9036a.zip
xduoox3ii: Update battery curve.
Change-Id: I2cc04d696631ba887fa8943d94360f902bf12e85
Diffstat (limited to 'firmware/export/config')
-rw-r--r--firmware/export/config/xduoox3ii.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/firmware/export/config/xduoox3ii.h b/firmware/export/config/xduoox3ii.h
index 0b886e3af9..c9047eb224 100644
--- a/firmware/export/config/xduoox3ii.h
+++ b/firmware/export/config/xduoox3ii.h
@@ -125,9 +125,11 @@
#define BATTERY_CAPACITY_MAX 2000 /* max. capacity selectable */
#define BATTERY_CAPACITY_INC 0 /* capacity increment */
+#define CURRENT_NORMAL 167 // 2.78mA * 60s
+#define CURRENT_BACKLIGHT 180
+#define CURRENT_MAX_CHG 500 // bursts higher if needed
+
/* ROLO */
#define BOOTFILE_EXT "x3ii"
#define BOOTFILE "rockbox." BOOTFILE_EXT
#define BOOTDIR "/.rockbox"
-
-