dualsense: possibly fix weird vibrations
All checks were successful
Build and Deploy / mreow (push) Successful in 1m1s
Build and Deploy / yarn (push) Successful in 1m6s
Build and Deploy / muffin (push) Successful in 1m25s

This commit is contained in:
2026-05-07 01:27:00 -04:00
parent 03c3d01c66
commit e159f4d90f
2 changed files with 99 additions and 0 deletions

View File

@@ -16,6 +16,7 @@
./lact.nix
./vr.nix
./forza-trigger
./dualsense-attenuation.nix
inputs.impermanence.nixosModules.impermanence
];
@@ -173,4 +174,9 @@
# PS5 DualSense adaptive triggers in Forza Horizon 4 / 5.
services.forzaTrigger.enable = true;
# PS5 DualSense LRA whine fix: cap firmware-level haptic amplitude so the
# voice-coil actuators never hit their audible-buzz regime under heavy
# rumble. Independent of the forza-trigger adaptive trigger path.
services.dualsenseAttenuation.enable = true;
}