Skip to content

Commit addcb56

Browse files
higginsdragonwhot
authored andcommitted
support for GS1563 Huion Kamvas 16 (Gen3)
1 parent 366e4c9 commit addcb56

File tree

2 files changed

+127
-0
lines changed

2 files changed

+127
-0
lines changed

data/huion-kamvas-16-gs1563.tablet

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
# Huion
2+
# Kamvas 16 (Gen 3)
3+
# GS1563
4+
#
5+
# sysinfo.x21rbthT1u.tar.gz
6+
# https://github.com/linuxwacom/wacom-hid-descriptors/issues/554
7+
#
8+
# Button Map:
9+
# (A=1, B=2, C=3, ...)
10+
#
11+
# *---------------------------------*
12+
# G | |
13+
# | |
14+
# A | |
15+
# B | |
16+
# C | DISPLAY |
17+
# D | |
18+
# E | |
19+
# F | |
20+
# | |
21+
# H | |
22+
# *---------------------------------*
23+
#
24+
# Relative Dial Map:
25+
# (A=1st dial, B=2nd dial, ...)
26+
#
27+
# *-----------------------------*
28+
# | |
29+
# G | |
30+
# | |
31+
# | DISPLAY |
32+
# | |
33+
# | |
34+
# H | |
35+
# | |
36+
# *-----------------------------*
37+
38+
39+
[Device]
40+
Name=Huion Kamvas 16 (Gen 3)
41+
ModelName=GS1563
42+
DeviceMatch=usb|256c|2009||HUION_M22d;
43+
Width=14
44+
Height=8
45+
Layout=huion-kamvas-16-gs1563.svg
46+
IntegratedIn=Display
47+
Styli=@generic-no-eraser;
48+
49+
[Features]
50+
Stylus=true
51+
Reversible=false
52+
Touch=false
53+
TouchSwitch=false
54+
NumStrips=0
55+
NumDials=2
56+
57+
[Buttons]
58+
Left=G;A;B;C;D;E;F;H
59+
Dial=G
60+
Dial2=H
Lines changed: 67 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)