mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-12-04 14:12:38 -05:00
hw/asus/a16: adjust lower level fan curves
Some checks are pending
git-mirror / gitlab-sync (push) Waiting to run
nix-build / adjustor-build (push) Waiting to run
nix-build / clean-install-build (push) Waiting to run
nix-build / emudeck-build (push) Waiting to run
nix-build / hhd-ui-build (push) Waiting to run
nix-build / rofi-bluetooth-build (push) Waiting to run
nix-build / fallarbor-build (push) Waiting to run
nix-build / lavaridge-build (push) Waiting to run
nix-build / mauville-build (push) Waiting to run
nix-build / pacifidlog-build (push) Waiting to run
nix-build / petalburg-build (push) Waiting to run
nix-build / rustboro-build (push) Waiting to run
nix-build / slateport-build (push) Waiting to run
nix-check / fmt-check (push) Waiting to run
nix-check / eval-check (push) Waiting to run
Some checks are pending
git-mirror / gitlab-sync (push) Waiting to run
nix-build / adjustor-build (push) Waiting to run
nix-build / clean-install-build (push) Waiting to run
nix-build / emudeck-build (push) Waiting to run
nix-build / hhd-ui-build (push) Waiting to run
nix-build / rofi-bluetooth-build (push) Waiting to run
nix-build / fallarbor-build (push) Waiting to run
nix-build / lavaridge-build (push) Waiting to run
nix-build / mauville-build (push) Waiting to run
nix-build / pacifidlog-build (push) Waiting to run
nix-build / petalburg-build (push) Waiting to run
nix-build / rustboro-build (push) Waiting to run
nix-build / slateport-build (push) Waiting to run
nix-check / fmt-check (push) Waiting to run
nix-check / eval-check (push) Waiting to run
This commit is contained in:
parent
c7a6cd8773
commit
bd6dc9e1bb
|
@ -66,7 +66,7 @@
|
|||
(
|
||||
fan: CPU,
|
||||
pwm: (5, 25, 66, 96, 114, 147, 170, 204),
|
||||
temp: (21, 54, 63, 66, 70, 73, 80, 95),
|
||||
temp: (20, 54, 63, 66, 70, 73, 80, 95),
|
||||
enabled: true,
|
||||
),
|
||||
(
|
||||
|
@ -79,8 +79,8 @@
|
|||
performance: [
|
||||
(
|
||||
fan: CPU,
|
||||
pwm: (6, 26, 79, 114, 147, 170, 204, 247),
|
||||
temp: (27, 49, 60, 63, 65, 68, 71, 80),
|
||||
pwm: (5, 25, 79, 114, 147, 170, 204, 247),
|
||||
temp: (20, 49, 60, 63, 65, 68, 71, 80),
|
||||
enabled: true,
|
||||
),
|
||||
(
|
||||
|
@ -93,8 +93,8 @@
|
|||
quiet: [
|
||||
(
|
||||
fan: CPU,
|
||||
pwm: (4, 8, 40, 53, 79, 107, 107, 147),
|
||||
temp: (17, 62, 71, 74, 77, 80, 80, 97),
|
||||
pwm: (5, 25, 40, 53, 79, 107, 107, 147),
|
||||
temp: (20, 62, 71, 74, 77, 80, 80, 97),
|
||||
enabled: true,
|
||||
),
|
||||
(
|
||||
|
|
Loading…
Reference in a new issue