From f95136fd1dd14a5147df1f5dfbe8a114de0081e1 Mon Sep 17 00:00:00 2001 From: Charlie Chiang Date: Tue, 8 Oct 2024 19:19:45 +0800 Subject: [PATCH] chore: allow ControlMagSafeLED by default --- conf.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.go b/conf.go index 90e6423..8a6ab7a 100644 --- a/conf.go +++ b/conf.go @@ -30,7 +30,7 @@ var ( DisableChargingPreSleep: true, AllowNonRootAccess: false, LowerLimitDelta: 2, - ControlMagSafeLED: false, // no well-tested yet + ControlMagSafeLED: true, // no well-tested yet } )