hardware.xpadneo.rumbleAttenuation

Force feedback attenuation settings. Higher values reduce rumble strength.

See https://github.com/atar-axis/xpadneo/blob/master/docs/CONFIGURATION.md for more information.

Type
submodule
Default
{ }
Example
{
  overall = 50;   # 50% overall rumble
  triggers = 50;  # 25% trigger rumble (50% of 50%)
}
Declared
<nixpkgs/nixos/modules/hardware/xpadneo.nix>