summaryrefslogtreecommitdiff
path: root/firmware/export/config/sansafuzev2.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config/sansafuzev2.h')
-rw-r--r--firmware/export/config/sansafuzev2.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config/sansafuzev2.h b/firmware/export/config/sansafuzev2.h
index 9668295736..06d73aeabd 100644
--- a/firmware/export/config/sansafuzev2.h
+++ b/firmware/export/config/sansafuzev2.h
@@ -173,6 +173,9 @@
173/* Define this if you want to use the AS2525 i2c interface */ 173/* Define this if you want to use the AS2525 i2c interface */
174#define CONFIG_I2C I2C_AS3525 174#define CONFIG_I2C I2C_AS3525
175 175
176/* define this if the hardware can be powered off while charging */
177#define HAVE_POWEROFF_WHILE_CHARGING
178
176/* define current usage levels (based on battery bench) */ 179/* define current usage levels (based on battery bench) */
177#define CURRENT_NORMAL 26 180#define CURRENT_NORMAL 26
178#define CURRENT_BACKLIGHT 30 181#define CURRENT_BACKLIGHT 30