summaryrefslogtreecommitdiff
path: root/firmware/export/config-h120.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-h120.h')
-rw-r--r--firmware/export/config-h120.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config-h120.h b/firmware/export/config-h120.h
index fd62243d8a..8426940da8 100644
--- a/firmware/export/config-h120.h
+++ b/firmware/export/config-h120.h
@@ -73,6 +73,9 @@
73/* Define this if the platform can charge batteries */ 73/* Define this if the platform can charge batteries */
74#define HAVE_CHARGING 1 74#define HAVE_CHARGING 1
75 75
76/* For units with a hardware charger that reports charge state */
77#define HAVE_CHARGE_STATE 1
78
76/* define this if the hardware can be powered off while charging */ 79/* define this if the hardware can be powered off while charging */
77#define HAVE_POWEROFF_WHILE_CHARGING 80#define HAVE_POWEROFF_WHILE_CHARGING
78 81