summaryrefslogtreecommitdiff
path: root/firmware/export/config-h120.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-h120.h')
-rw-r--r--firmware/export/config-h120.h27
1 files changed, 13 insertions, 14 deletions
diff --git a/firmware/export/config-h120.h b/firmware/export/config-h120.h
index 7e5a66a3dd..bf13f3e1d7 100644
--- a/firmware/export/config-h120.h
+++ b/firmware/export/config-h120.h
@@ -48,6 +48,9 @@
48/* Define this if you have an remote lcd */ 48/* Define this if you have an remote lcd */
49#define HAVE_REMOTE_LCD 49#define HAVE_REMOTE_LCD
50 50
51/* Define if we have a hardware defect that causes ticking on the audio line */
52#define HAVE_REMOTE_LCD_TICKING
53
51#define CONFIG_LCD LCD_S1D15E06 54#define CONFIG_LCD LCD_S1D15E06
52 55
53/* Define this for LCD backlight available */ 56/* Define this for LCD backlight available */
@@ -88,7 +91,17 @@
88 91
89#define HAVE_AGC 92#define HAVE_AGC
90 93
94#define CONFIG_BATTERY BATT_LIPOL1300
91#define BATTERY_CAPACITY_DEFAULT 1300 /* default battery capacity */ 95#define BATTERY_CAPACITY_DEFAULT 1300 /* default battery capacity */
96#define BATTERY_CAPACITY_MIN 1300 /* min. capacity selectable */
97#define BATTERY_CAPACITY_MAX 3200 /* max. capacity selectable */
98#define BATTERY_CAPACITY_INC 50 /* capacity increment */
99#define BATTERY_TYPES_COUNT 1 /* only one type */
100#define BATTERY_SCALE_FACTOR 16665 /* FIX: this value is picked at random */
101
102/* Hardware controlled charging */
103//#define CONFIG_CHARGING CHARGING_SIMPLE
104#define CONFIG_CHARGING CHARGING_MONITOR /* FIXME: remove that once monitoring is fixed properly */
92 105
93#ifndef SIMULATOR 106#ifndef SIMULATOR
94 107
@@ -98,23 +111,9 @@
98/* Define this if you want to use coldfire's i2c interface */ 111/* Define this if you want to use coldfire's i2c interface */
99#define CONFIG_I2C I2C_COLDFIRE 112#define CONFIG_I2C I2C_COLDFIRE
100 113
101#define CONFIG_BATTERY BATT_LIPOL1300
102#define BATTERY_CAPACITY_MIN 1300 /* min. capacity selectable */
103#define BATTERY_CAPACITY_MAX 3200 /* max. capacity selectable */
104#define BATTERY_CAPACITY_INC 50 /* capacity increment */
105#define BATTERY_TYPES_COUNT 1 /* only one type */
106#define BATTERY_SCALE_FACTOR 16665 /* FIX: this value is picked at random */
107
108/* Define this if you can run rockbox from flash memory */ 114/* Define this if you can run rockbox from flash memory */
109#define HAVE_FLASHED_ROCKBOX 115#define HAVE_FLASHED_ROCKBOX
110 116
111/* Define if we have a hardware defect that causes ticking on the audio line */
112#define HAVE_REMOTE_LCD_TICKING
113
114/* Hardware controlled charging */
115//#define CONFIG_CHARGING CHARGING_SIMPLE
116#define CONFIG_CHARGING CHARGING_MONITOR /* FIXME: remove that once monitoring is fixed properly */
117
118/* define this if the hardware can be powered off while charging */ 117/* define this if the hardware can be powered off while charging */
119#define HAVE_POWEROFF_WHILE_CHARGING 118#define HAVE_POWEROFF_WHILE_CHARGING
120 119