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.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/firmware/export/config-h120.h b/firmware/export/config-h120.h
index d81fa07d93..b4a687b6d7 100644
--- a/firmware/export/config-h120.h
+++ b/firmware/export/config-h120.h
@@ -110,9 +110,15 @@
110#define BATTERY_TYPES_COUNT 1 /* only one type */ 110#define BATTERY_TYPES_COUNT 1 /* only one type */
111 111
112/* Hardware controlled charging */ 112/* Hardware controlled charging */
113//#define CONFIG_CHARGING CHARGING_SIMPLE
114#define CONFIG_CHARGING CHARGING_MONITOR /* FIXME: remove that once monitoring is fixed properly */ 113#define CONFIG_CHARGING CHARGING_MONITOR /* FIXME: remove that once monitoring is fixed properly */
115 114
115/* define current usage levels */
116#define CURRENT_NORMAL 80 /* 16h playback on 1300mAh battery */
117#define CURRENT_BACKLIGHT 23 /* from IriverBattery twiki page */
118#define CURRENT_SPDIF_OUT 10 /* optical SPDIF output on */
119#define CURRENT_RECORD 105 /* additional current while recording */
120#define CURRENT_REMOTE 8 /* additional current when remote connected */
121
116#ifndef SIMULATOR 122#ifndef SIMULATOR
117 123
118/* Define this if you have a Motorola SCF5249 */ 124/* Define this if you have a Motorola SCF5249 */