From bb13873fef6f3b05a838dec6600e5ad6915e7e05 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 18 May 2016 15:50:34 +0200 Subject: calibration --- hel/wacom.conf | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'hel') 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" MatchDevicePath "/dev/input/event*" Driver "wacom" EndSection + +Section "InputClass" + Identifier "calibration" + MatchProduct "Wacom USB device class" + Option "MinX" "58" + Option "MaxX" "30982" + Option "MinY" "87" + Option "MaxY" "17328" +EndSection \ No newline at end of file -- cgit v1.2.3