summaryrefslogtreecommitdiff
path: root/firmware/export/config
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config')
-rw-r--r--firmware/export/config/iaudiox5.h1
-rw-r--r--firmware/export/config/ipod6g.h1
-rw-r--r--firmware/export/config/mrobe500.h2
-rw-r--r--firmware/export/config/samsungypr0.h1
-rw-r--r--firmware/export/config/samsungypr1.h1
5 files changed, 5 insertions, 1 deletions
diff --git a/firmware/export/config/iaudiox5.h b/firmware/export/config/iaudiox5.h
index 0164cd20fa..cae83dd952 100644
--- a/firmware/export/config/iaudiox5.h
+++ b/firmware/export/config/iaudiox5.h
@@ -151,6 +151,7 @@
151#define CURRENT_NORMAL 65 /*2250mah/35h = 65 ma*/ 151#define CURRENT_NORMAL 65 /*2250mah/35h = 65 ma*/
152#define CURRENT_BACKLIGHT 25 152#define CURRENT_BACKLIGHT 25
153#define CURRENT_REMOTE 8 /* additional current when remote connected */ 153#define CURRENT_REMOTE 8 /* additional current when remote connected */
154#define CURRENT_RECORD 2 /* FIXME: placeholder value */
154 155
155/* Define this if your LCD can set contrast */ 156/* Define this if your LCD can set contrast */
156#define HAVE_LCD_CONTRAST 157#define HAVE_LCD_CONTRAST
diff --git a/firmware/export/config/ipod6g.h b/firmware/export/config/ipod6g.h
index fdf7e8e516..2e4afbdf63 100644
--- a/firmware/export/config/ipod6g.h
+++ b/firmware/export/config/ipod6g.h
@@ -158,6 +158,7 @@
158/* define current usage levels */ 158/* define current usage levels */
159#define CURRENT_NORMAL 18 /* playback @48MHz clock, backlight off */ 159#define CURRENT_NORMAL 18 /* playback @48MHz clock, backlight off */
160#define CURRENT_BACKLIGHT 23 /* maximum brightness */ 160#define CURRENT_BACKLIGHT 23 /* maximum brightness */
161#define CURRENT_RECORD 2 /* FIXME: placeholder value */
161 162
162/* define this if the unit can be powered or charged via USB */ 163/* define this if the unit can be powered or charged via USB */
163#define HAVE_USB_POWER 164#define HAVE_USB_POWER
diff --git a/firmware/export/config/mrobe500.h b/firmware/export/config/mrobe500.h
index a7d72f76ac..ffc8a6bfb8 100644
--- a/firmware/export/config/mrobe500.h
+++ b/firmware/export/config/mrobe500.h
@@ -198,7 +198,7 @@
198/* define current usage levels */ 198/* define current usage levels */
199#define CURRENT_NORMAL 85 /* Measured */ 199#define CURRENT_NORMAL 85 /* Measured */
200#define CURRENT_BACKLIGHT 200 /* Over 200 mA total measured when on */ 200#define CURRENT_BACKLIGHT 200 /* Over 200 mA total measured when on */
201#define CURRENT_RECORD 0 /* no recording */ 201#define CURRENT_REMOTE 2 /* FIXME: placeholder value */
202 202
203/* Hardware controlled charging with monitoring */ 203/* Hardware controlled charging with monitoring */
204#define CONFIG_CHARGING CHARGING_MONITOR 204#define CONFIG_CHARGING CHARGING_MONITOR
diff --git a/firmware/export/config/samsungypr0.h b/firmware/export/config/samsungypr0.h
index 520eb08d01..88ba96504d 100644
--- a/firmware/export/config/samsungypr0.h
+++ b/firmware/export/config/samsungypr0.h
@@ -121,6 +121,7 @@
121/* Define current usage levels. */ 121/* Define current usage levels. */
122#define CURRENT_NORMAL 24 /* ~25h, on 600mAh that's about 24mA */ 122#define CURRENT_NORMAL 24 /* ~25h, on 600mAh that's about 24mA */
123#define CURRENT_BACKLIGHT 62 /* ~6,5h -> 92mA. Minus 24mA normal that gives us 68mA */ 123#define CURRENT_BACKLIGHT 62 /* ~6,5h -> 92mA. Minus 24mA normal that gives us 68mA */
124#define CURRENT_RECORD 2 /* FIXME: placeholder value */
124 125
125#endif /* SIMULATOR */ 126#endif /* SIMULATOR */
126 127
diff --git a/firmware/export/config/samsungypr1.h b/firmware/export/config/samsungypr1.h
index 50abfa323e..8ef76d60af 100644
--- a/firmware/export/config/samsungypr1.h
+++ b/firmware/export/config/samsungypr1.h
@@ -163,5 +163,6 @@
163/* Define current usage levels. */ 163/* Define current usage levels. */
164#define CURRENT_NORMAL 24 /* ~25h, on 600mAh that's about 24mA */ 164#define CURRENT_NORMAL 24 /* ~25h, on 600mAh that's about 24mA */
165#define CURRENT_BACKLIGHT 62 /* ~6,5h -> 92mA. Minus 24mA normal that gives us 68mA */ 165#define CURRENT_BACKLIGHT 62 /* ~6,5h -> 92mA. Minus 24mA normal that gives us 68mA */
166#define CURRENT_RECORD 2 /* FIXME: placeholder value */
166 167
167#endif /* SIMULATOR */ 168#endif /* SIMULATOR */