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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/firmware/export/config-gigabeat.h b/firmware/export/config-gigabeat.h
index 3dbdadf621..a12322ef4c 100644
--- a/firmware/export/config-gigabeat.h
+++ b/firmware/export/config-gigabeat.h
@@ -65,7 +65,7 @@
65/* Define this if you have the WM8975 audio codec */ 65/* Define this if you have the WM8975 audio codec */
66#define HAVE_WM8751 66#define HAVE_WM8751
67 67
68#define BATTERY_CAPACITY_DEFAULT 830 /* default battery capacity */ 68#define BATTERY_CAPACITY_DEFAULT 2000 /* default battery capacity */
69 69
70#ifndef SIMULATOR 70#ifndef SIMULATOR
71 71
@@ -80,8 +80,8 @@
80 80
81/* Type of mobile power - check this out */ 81/* Type of mobile power - check this out */
82#define CONFIG_BATTERY BATT_LIION830 /* could change this later */ 82#define CONFIG_BATTERY BATT_LIION830 /* could change this later */
83#define BATTERY_CAPACITY_MIN 750 /* min. capacity selectable */ 83#define BATTERY_CAPACITY_MIN 1500 /* min. capacity selectable */
84#define BATTERY_CAPACITY_MAX 850 /* max. capacity selectable */ 84#define BATTERY_CAPACITY_MAX 2500 /* max. capacity selectable */
85#define BATTERY_CAPACITY_INC 25 /* capacity increment */ 85#define BATTERY_CAPACITY_INC 25 /* capacity increment */
86#define BATTERY_TYPES_COUNT 1 /* only one type */ 86#define BATTERY_TYPES_COUNT 1 /* only one type */
87 87