summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/export/config/sansac200v2.h4
-rw-r--r--firmware/export/config/sansae200v2.h7
2 files changed, 8 insertions, 3 deletions
diff --git a/firmware/export/config/sansac200v2.h b/firmware/export/config/sansac200v2.h
index ca3cb9c..aef7893 100644
--- a/firmware/export/config/sansac200v2.h
+++ b/firmware/export/config/sansac200v2.h
@@ -150,6 +150,10 @@
/* Sansa can't be powered off while charging */
/* #define HAVE_POWEROFF_WHILE_CHARGING */
+#define CURRENT_NORMAL 50
+#define CURRENT_BACKLIGHT 25
+#define CURRENT_RECORD CURRENT_NORMAL
+
/* The start address index for ROM builds */
#define ROM_START 0x00000000
diff --git a/firmware/export/config/sansae200v2.h b/firmware/export/config/sansae200v2.h
index 110555a..b06aba1 100644
--- a/firmware/export/config/sansae200v2.h
+++ b/firmware/export/config/sansae200v2.h
@@ -157,9 +157,10 @@
/* Define this if you want to use the AS2525 i2c interface */
#define CONFIG_I2C I2C_AS3525
-/* define this if the hardware can be powered off while charging */
-/* Sansa can't be powered off while charging */
-/* #define HAVE_POWEROFF_WHILE_CHARGING */
+/* define current usage levels (based on battery bench) */
+#define CURRENT_NORMAL 65
+#define CURRENT_BACKLIGHT 30
+#define CURRENT_RECORD CURRENT_NORMAL
/* The start address index for ROM builds */
#define ROM_START 0x00000000