scripts/system/xorg/61-xwiimote-custom.conf

20 lines
535 B
Plaintext

Section "InputClass"
Identifier "Nintendo Wii Remote"
MatchProduct "Nintendo Wii Remote"
MatchDevicePath "/dev/input/event*"
Option "Ignore" "off"
Driver "xwiimote"
Option "MotionSource" "ir"
Option "MPNormalization" "On"
Option "MPCalibrationFactor" "5000"
Option "MPZScale" "-1"
Option "MapA" "left-button"
Option "MapIRA" "left-button"
Option "MapB" "right-button"
Option "MapIRB" "right-button"
Option "MapOne" "KEY_SPACE"
Option "MapIROne" "KEY_SPACE"
Option "MapTwo" "KEY_S"
Option "MapIRTwo" "KEY_S"
EndSection