summaryrefslogtreecommitdiff
path: root/include/battery.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/battery.h')
-rw-r--r--include/battery.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/battery.h b/include/battery.h
index 9f3cb4cad7..f647a29bc0 100644
--- a/include/battery.h
+++ b/include/battery.h
@@ -21,10 +21,10 @@
/* Precharge only when state of charge is below this level */
#define PRE_CHARGE_THRESHOLD 25
-/* Define the lightbar color thresholds */
+/* Define the lightbar color thresholds, percentage */
#define LIGHTBAR_POWER_THRESHOLD_FULL 99
#define LIGHTBAR_POWER_THRESHOLD_HIGH 40
-#define LIGHTBAR_POWER_THRESHOLD_MEDIUM 10
+#define LIGHTBAR_POWER_THRESHOLD_MEDIUM 25
/* LOW is anything below MEDIUM */
#endif /* __CROS_EC_BATTERY_H */