Skip to content

Instantly share code, notes, and snippets.

@aspann
Created April 7, 2018 18:54
Show Gist options
  • Select an option

  • Save aspann/391675d957d02751e4a959fa3e6baccc to your computer and use it in GitHub Desktop.

Select an option

Save aspann/391675d957d02751e4a959fa3e6baccc to your computer and use it in GitHub Desktop.
/etc/X11/xorg.conf.d/910-rat.conf
Section "InputClass"
Identifier "Cyborg R.A.T. 9"
MatchProduct "R.A.T.9"
MatchDevicePath "/dev/input/event*"
Option "Buttons" "17"
Option "ButtonMapping" "1 2 3 4 5 0 0 8 9 7 6 12 0 0 0 16 17"
Option "AutoReleaseButtons" "13 14 15"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment