hardware.xpadneo.settings

NixOS option

Kernel module parameters for hid_xpadneo. These are passed directly to the module via modprobe. See https://github.com/atar-axis/xpadneo/blob/master/docs/CONFIGURATION.md for available parameters and their values.

type: attribute set of (signed integer or string)
Default
{ }
Example
{
  disable_deadzones = 1;
  trigger_rumble_mode = 2;
  disable_shift_mode = 1;
}
declared in: nixos/modules/hardware/xpadneo.nixView source on NixOS/nixpkgs →