summaryrefslogtreecommitdiff
path: root/hel
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-05-18 15:50:34 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2016-05-18 15:50:34 +0200
commitbb13873fef6f3b05a838dec6600e5ad6915e7e05 (patch)
tree3d678a5f9cc964629dd909b82f1fa0fda56793e1 /hel
parent5ae00c6254ccb1caf34d2ea3892c6963bd7023b7 (diff)
downloadnixos-bb13873fef6f3b05a838dec6600e5ad6915e7e05.tar
nixos-bb13873fef6f3b05a838dec6600e5ad6915e7e05.tar.gz
nixos-bb13873fef6f3b05a838dec6600e5ad6915e7e05.tar.bz2
nixos-bb13873fef6f3b05a838dec6600e5ad6915e7e05.tar.xz
nixos-bb13873fef6f3b05a838dec6600e5ad6915e7e05.zip
calibration
Diffstat (limited to 'hel')
-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