Skip to content

Commit

Permalink
chore: allow ControlMagSafeLED by default
Browse files Browse the repository at this point in the history
  • Loading branch information
charlie0129 committed Oct 8, 2024
1 parent 030a640 commit f95136f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ var (
DisableChargingPreSleep: true,
AllowNonRootAccess: false,
LowerLimitDelta: 2,
ControlMagSafeLED: false, // no well-tested yet
ControlMagSafeLED: true, // no well-tested yet
}
)

Expand Down

0 comments on commit f95136f

Please sign in to comment.