mirror of
https://github.com/RGBCube/superfreq
synced 2025-07-28 09:27:44 +00:00
docs: mention profile-specific tresholds taking precedence
This commit is contained in:
parent
6fe322272e
commit
7b6602ad39
1 changed files with 1 additions and 0 deletions
|
@ -176,6 +176,7 @@ max_freq_mhz = 2500
|
||||||
|
|
||||||
# Global battery charging thresholds (applied to both profiles unless overridden)
|
# Global battery charging thresholds (applied to both profiles unless overridden)
|
||||||
# Start charging at 40%, stop at 80% - extends battery lifespan
|
# Start charging at 40%, stop at 80% - extends battery lifespan
|
||||||
|
# NOTE: Profile-specific thresholds (in [charger] or [battery] sections) take precedence over this global setting
|
||||||
battery_charge_thresholds = [40, 80]
|
battery_charge_thresholds = [40, 80]
|
||||||
|
|
||||||
# Daemon configuration
|
# Daemon configuration
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue