Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

data: add Huion KeyDial K20 #827

Merged
merged 2 commits into from
Nov 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions data/huion-keydial-k20.tablet
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Huion
# Keydial K20
#
# sysinfo.lvuqy3Kjgl.tar.gz
# https://github.com/linuxwacom/wacom-hid-descriptors/issues/425
#
# __________
# |( S ) |
# +----------+
# | A B C D |
# | E F G H |
# | I J K L |
# | M N O P |
# | Q R |
# +----------+

[Device]
Name=Huion Keydial K20
ModelName=K20
# This appears to be a unique PID, if that changes the FW prefix is HUION_T21h
DeviceMatch=usb|256c|0069
Layout=huion-keydial-k20.svg
IntegratedIn=Remote

[Features]
NumDials=1
Stylus=false
DialNumModes=4

[Buttons]
Left=A;B;C;D;E;F;G;H;I;J;K;L;M;N;O;P;Q;R;S
EvdevCodes=BTN_0;BTN_1;BTN_2;BTN_3;BTN_4;BTN_5;BTN_6;BTN_7;BTN_8;BTN_9;BTN_SOUTH;BTN_EAST;BTN_C;BTN_NORTH;BTN_WEST;BTN_Z;BTN_TL;BTN_TR;BTN_TL2
Loading