summaryrefslogtreecommitdiff
path: root/firmware/export/config-e200.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-e200.h')
-rw-r--r--firmware/export/config-e200.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/firmware/export/config-e200.h b/firmware/export/config-e200.h
index 3cae14cc87..b290a24952 100644
--- a/firmware/export/config-e200.h
+++ b/firmware/export/config-e200.h
@@ -123,6 +123,11 @@
123/* Hardware controlled charging? FIXME */ 123/* Hardware controlled charging? FIXME */
124#define CONFIG_CHARGING CHARGING_SIMPLE 124#define CONFIG_CHARGING CHARGING_SIMPLE
125 125
126/* define current usage levels */
127#define CURRENT_NORMAL 45 /* Mike's measurements in Jan 2008 */
128#define CURRENT_BACKLIGHT 40 /* Screen is about 20, blue LEDs are another 20, so 40 if both */
129#define CURRENT_RECORD 40 /* flash player, so this is just unboosted current*/
130
126/* define this if the unit can be powered or charged via USB */ 131/* define this if the unit can be powered or charged via USB */
127#define HAVE_USB_POWER 132#define HAVE_USB_POWER
128 133