summaryrefslogtreecommitdiff
path: root/chesen-mouse-emulation.xorg.conf
diff options
context:
space:
mode:
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