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