Skip to content

Instantly share code, notes, and snippets.

@csdexter
Created August 23, 2014 21:26
Show Gist options
  • Save csdexter/ce28fbfd0f56ad642ac8 to your computer and use it in GitHub Desktop.
Save csdexter/ce28fbfd0f56ad642ac8 to your computer and use it in GitHub Desktop.
Xorg configuration to make a Mad Catz R.A.T.7's thumbwheel work
Section "InputClass"
Identifier "madcatz-rat7"
Driver "evdev"
MatchUSBID "0738:1708"
MatchIsPointer "true"
Option "ButtonMapping" "1 2 3 4 5 0 0 8 9 7 6 12 13 14 15 16 17"
Option "EmulateWheel" "false"
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment