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