summaryrefslogtreecommitdiff
path: root/firmware/export/config-ipodnano.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-ipodnano.h')
-rw-r--r--firmware/export/config-ipodnano.h15
1 files changed, 7 insertions, 8 deletions
diff --git a/firmware/export/config-ipodnano.h b/firmware/export/config-ipodnano.h
index 37935786b7..edf7f2dea2 100644
--- a/firmware/export/config-ipodnano.h
+++ b/firmware/export/config-ipodnano.h
@@ -70,8 +70,6 @@
70/* We can fade the backlight by using PWM */ 70/* We can fade the backlight by using PWM */
71#define HAVE_BACKLIGHT_PWM_FADING 71#define HAVE_BACKLIGHT_PWM_FADING
72 72
73#define BATTERY_CAPACITY_DEFAULT 1300 /* default battery capacity */
74
75#ifndef SIMULATOR 73#ifndef SIMULATOR
76 74
77/* Define this if you have a PortalPlayer PP5022 */ 75/* Define this if you have a PortalPlayer PP5022 */
@@ -81,12 +79,13 @@
81#define CONFIG_I2C I2C_PP5020 79#define CONFIG_I2C I2C_PP5020
82 80
83/* Type of mobile power */ 81/* Type of mobile power */
84#define CONFIG_BATTERY BATT_LIPOL1300 82#define CONFIG_BATTERY BATT_LIION300
85#define BATTERY_CAPACITY_MIN 1300 /* min. capacity selectable */ 83#define BATTERY_CAPACITY_DEFAULT 300 /* default battery capacity */
86#define BATTERY_CAPACITY_MAX 3200 /* max. capacity selectable */ 84#define BATTERY_CAPACITY_MIN 200 /* min. capacity selectable */
87#define BATTERY_CAPACITY_INC 50 /* capacity increment */ 85#define BATTERY_CAPACITY_MAX 600 /* max. capacity selectable */
88#define BATTERY_TYPES_COUNT 1 /* only one type */ 86#define BATTERY_CAPACITY_INC 20 /* capacity increment */
89#define BATTERY_SCALE_FACTOR 5865 87#define BATTERY_TYPES_COUNT 1 /* only one type */
88#define BATTERY_SCALE_FACTOR 5840
90 89
91/* Hardware controlled charging? FIXME */ 90/* Hardware controlled charging? FIXME */
92//#define CONFIG_CHARGING CHARGING_SIMPLE 91//#define CONFIG_CHARGING CHARGING_SIMPLE