summaryrefslogtreecommitdiff
path: root/firmware/export/config-c200.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-c200.h')
-rw-r--r--firmware/export/config-c200.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/firmware/export/config-c200.h b/firmware/export/config-c200.h
index e169606510..ac64f20e62 100644
--- a/firmware/export/config-c200.h
+++ b/firmware/export/config-c200.h
@@ -129,6 +129,11 @@
129/* define this if the unit can be powered or charged via USB */ 129/* define this if the unit can be powered or charged via USB */
130#define HAVE_USB_POWER 130#define HAVE_USB_POWER
131 131
132/* define current usage levels */
133#define CURRENT_NORMAL 45 /* Should be nearly identical to E200 */
134#define CURRENT_BACKLIGHT 40 /* Screen is about 20, blue LEDs are another 20, so 40 if both */
135#define CURRENT_RECORD 40 /* flash player, so this is just unboosted current*/
136
132/** Non-simulator section **/ 137/** Non-simulator section **/
133#ifndef SIMULATOR 138#ifndef SIMULATOR
134 139