summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hel/wacom.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/hel/wacom.conf b/hel/wacom.conf
index 26b12a6b..864409f1 100644
--- a/hel/wacom.conf
+++ b/hel/wacom.conf
@@ -4,3 +4,12 @@ Section "InputClass"
4 MatchDevicePath "/dev/input/event*" 4 MatchDevicePath "/dev/input/event*"
5 Driver "wacom" 5 Driver "wacom"
6EndSection 6EndSection
7
8Section "InputClass"
9 Identifier "calibration"
10 MatchProduct "Wacom USB device class"
11 Option "MinX" "58"
12 Option "MaxX" "30982"
13 Option "MinY" "87"
14 Option "MaxY" "17328"
15EndSection \ No newline at end of file