summaryrefslogtreecommitdiff
path: root/firmware/export/config/sansafuzeplus.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config/sansafuzeplus.h')
-rw-r--r--firmware/export/config/sansafuzeplus.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config/sansafuzeplus.h b/firmware/export/config/sansafuzeplus.h
index 73ac5b9d32..51bf1444a2 100644
--- a/firmware/export/config/sansafuzeplus.h
+++ b/firmware/export/config/sansafuzeplus.h
@@ -160,6 +160,9 @@
160/* Define this if you want to use the IMX233 i2c interface */ 160/* Define this if you want to use the IMX233 i2c interface */
161#define CONFIG_I2C I2C_IMX233 161#define CONFIG_I2C I2C_IMX233
162 162
163/* define this if the hardware can be powered off while charging */
164#define HAVE_POWEROFF_WHILE_CHARGING
165
163/* define current usage levels (based on battery bench) */ 166/* define current usage levels (based on battery bench) */
164#define CURRENT_NORMAL 35 167#define CURRENT_NORMAL 35
165#define CURRENT_BACKLIGHT 30 168#define CURRENT_BACKLIGHT 30