Lakka-LibreELEC/projects/L4T/packages/tegra-bsp/assets/50-joysticks.conf
2021-10-27 13:36:27 +02:00

8 lines
282 B
Text

Section "InputClass"
Identifier "joystick catchall"
MatchIsJoystick "on"
MatchDevicePath "/dev/input/event*"
Driver "joystick"
Option "StartKeysEnabled" "False" # These Two Lines Disable
Option "StartMouseEnabled" "False" # The mouse emulation
EndSection