From 4434956890b602d1b7df9a6347b9dc74044bd822 Mon Sep 17 00:00:00 2001 From: SinTan1729 Date: Fri, 26 Nov 2021 01:46:41 -0600 Subject: [PATCH] added huion tablet script --- huion-tablet-setup.sh | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100755 huion-tablet-setup.sh diff --git a/huion-tablet-setup.sh b/huion-tablet-setup.sh new file mode 100755 index 0000000..a8ee245 --- /dev/null +++ b/huion-tablet-setup.sh @@ -0,0 +1,20 @@ +#!/bin/sh + +# Steps for setting up the drivers of Huion Inspiroy H640P + +# git clone https://github.com/Huion-Linux/DIGImend-kernel-drivers-for-Huion +# cd DIGImend-kernel-drivers-for-Huion +# sed -i 's/SUBDIRS=/M=/' Makefile +# sudo make dkms_install + +# Make sure to install xf86-input-wacom (might have to restart) +# Add this script to autostart + +xsetwacom --set 'HID 256c:006d Pen stylus' Button 2 "1" +xsetwacom --set 'HID 256c:006d Pen stylus' Button 3 "3" +xsetwacom --set 'HID 256c:006d Pad pad' Button 1 "1" +xsetwacom --set 'HID 256c:006d Pad pad' Button 2 "3" +xsetwacom --set 'HID 256c:006d Pad pad' Button 3 "4" +xsetwacom --set 'HID 256c:006d Pad pad' Button 8 "5" +xsetwacom --set 'HID 256c:006d Pad pad' Button 9 "key +ctrl +z -z -ctrl" +xsetwacom --set 'HID 256c:006d Pad pad' Button 10 "key +ctrl +y -y -ctrl"