feat(canopus): reduce battery charge threshold

This commit is contained in:
tux
2025-09-30 11:14:34 +05:30
parent 6e069ea386
commit 410a202b3d

View File

@@ -290,7 +290,7 @@
enableUserService = true;
asusdConfig.text = ''
(
charge_control_end_threshold: 100,
charge_control_end_threshold: 80,
panel_od: false,
mini_led_mode: false,
disable_nvidia_powerd_on_battery: true,