MyNixOS website logo
option

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.

Declarations
Type
submodule
Default
{ }
Example
{
  overall = 50;   # 50% overall rumble
  triggers = 50;  # 25% trigger rumble (50% of 50%)
}