diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2021-01-02 20:53:17 +0100 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2021-01-03 16:21:34 +0100 |
| commit | f6e600c20d6a97ebeda23fa2bb5621646222b2b0 (patch) | |
| tree | 5551a23218db79e3edbf41557b474121f0745821 /hosts/sif/wacom.conf | |
| parent | f4fa33d0d258c4f66f804ed3fc3be590d8039e6e (diff) | |
| download | nixos-f6e600c20d6a97ebeda23fa2bb5621646222b2b0.tar nixos-f6e600c20d6a97ebeda23fa2bb5621646222b2b0.tar.gz nixos-f6e600c20d6a97ebeda23fa2bb5621646222b2b0.tar.bz2 nixos-f6e600c20d6a97ebeda23fa2bb5621646222b2b0.tar.xz nixos-f6e600c20d6a97ebeda23fa2bb5621646222b2b0.zip | |
sif: import config
Diffstat (limited to 'hosts/sif/wacom.conf')
| -rw-r--r-- | hosts/sif/wacom.conf | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/hosts/sif/wacom.conf b/hosts/sif/wacom.conf new file mode 100644 index 00000000..864409f1 --- /dev/null +++ b/hosts/sif/wacom.conf | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | Section "InputClass" | ||
| 2 | Identifier "Wacom USB device class" | ||
| 3 | MatchUSBID "056a:*" | ||
| 4 | MatchDevicePath "/dev/input/event*" | ||
| 5 | Driver "wacom" | ||
| 6 | EndSection | ||
| 7 | |||
| 8 | Section "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" | ||
| 15 | EndSection \ No newline at end of file | ||
