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, 0 insertions, 10 deletions
diff --git a/chesen-mouse-emulation.xorg.conf b/chesen-mouse-emulation.xorg.conf
deleted file mode 100644
index a6d7abd..0000000
--- a/chesen-mouse-emulation.xorg.conf
+++ /dev/null
@@ -1,10 +0,0 @@
-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