diff --git a/firmware/export/config-ipod1g2g.h b/firmware/export/config-ipod1g2g.h index 8d7dce207f..a1a01a55ee 100644 --- a/firmware/export/config-ipod1g2g.h +++ b/firmware/export/config-ipod1g2g.h @@ -77,7 +77,7 @@ /* Define this if you can detect headphones */ #define HAVE_HEADPHONE_DETECTION -#define BATTERY_CAPACITY_DEFAULT 630 /* default battery capacity */ +#define BATTERY_CAPACITY_DEFAULT 1200 /* default battery capacity */ #define BATTERY_CAPACITY_MIN 1200 /* min. capacity selectable */ #define BATTERY_CAPACITY_MAX 1900 /* max. capacity selectable */ #define BATTERY_CAPACITY_INC 50 /* capacity increment */ @@ -86,6 +86,9 @@ /* Hardware controlled charging? FIXME */ //#define CONFIG_CHARGING CHARGING_SIMPLE +/* FIXME: Don't shutdown on low battery until we have proper suspend. */ +#define NO_LOW_BATTERY_SHUTDOWN + #ifndef SIMULATOR /* Define this if you have a PortalPlayer PP5002 */