summaryrefslogtreecommitdiff
path: root/chesen-mouse-emulation.xorg.conf
diff options
context:
space:
mode:
authorKjetil Orbekk <kjetil.orbekk@gmail.com>2015-11-23 11:59:05 -0500
committerKjetil Orbekk <kjetil.orbekk@gmail.com>2015-11-23 11:59:05 -0500
commitcb8428f3c3c9ab1706ef1f60b398ec8140cc1f92 (patch)
treeeab9f9d0059309b6c64164e460bc5f46156209d6 /chesen-mouse-emulation.xorg.conf
parentac9711606c9f3edb53fab9471c049f274fa22527 (diff)
Add xorg snippet to enable mouse emulation.
Diffstat (limited to 'chesen-mouse-emulation.xorg.conf')
-rw-r--r--chesen-mouse-emulation.xorg.conf10
1 files changed, 10 insertions, 0 deletions
diff --git a/chesen-mouse-emulation.xorg.conf b/chesen-mouse-emulation.xorg.conf
new file mode 100644
index 0000000..a6d7abd
--- /dev/null
+++ b/chesen-mouse-emulation.xorg.conf
@@ -0,0 +1,10 @@
+Section "InputClass"
+ Identifier "Wheel emulation"
+ MatchProduct "CHESEN"
+ MatchDevicePath "/dev/input/event*"
+ Option "EmulateWheel" "true"
+ Option "EmulateWheelButton" "3"
+ Option "Emulate3Buttons" "false"
+ Option "XAxisMapping" "6 7"
+ Option "YAxisMapping" "4 5"
+EndSection