summaryrefslogtreecommitdiff
path: root/firmware/export/config-gigabeat.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-gigabeat.h')
-rw-r--r--firmware/export/config-gigabeat.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/export/config-gigabeat.h b/firmware/export/config-gigabeat.h
index db99bf5d57..ec36de413e 100644
--- a/firmware/export/config-gigabeat.h
+++ b/firmware/export/config-gigabeat.h
@@ -52,6 +52,10 @@
52 52
53/* Type of mobile power */ 53/* Type of mobile power */
54#define CONFIG_BATTERY BATT_LIPOL1300 54#define CONFIG_BATTERY BATT_LIPOL1300
55#define BATTERY_CAPACITY_MIN 1300 /* min. capacity selectable */
56#define BATTERY_CAPACITY_MAX 3200 /* max. capacity selectable */
57#define BATTERY_CAPACITY_INC 50 /* capacity increment */
58#define BATTERY_TYPES_COUNT 1 /* only one type */
55 59
56#define BATTERY_SCALE_FACTOR 23437 /* FIX: this value is picked at random */ 60#define BATTERY_SCALE_FACTOR 23437 /* FIX: this value is picked at random */
57 61