Skip to content

Commit

Permalink
Add support for Huion WH1409 (#704)
Browse files Browse the repository at this point in the history
  • Loading branch information
crimsonfall authored May 31, 2024
1 parent d78d559 commit 6ba840a
Show file tree
Hide file tree
Showing 2 changed files with 316 additions and 0 deletions.
40 changes: 40 additions & 0 deletions data/huion-wh1409.tablet
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# HUION
# WH1409
#
# sysinfo.DFvHUfcRjW.tar.gz
# https://github.com/linuxwacom/wacom-hid-descriptors/issues/385
#
# Button Map:
# (A=1, B=2, C=3, ...)
#
# *----------------------------*
# A B | |
# c D | |
# | |
# E F | TABLET |
# G H | |
# | |
# I J | |
# K L | |
# *----------------------------*

[Device]
Name=Huion WH1409
ModelName=
DeviceMatch=usb|256c|006e||HUION_T153;usb|256c|006e|TABLET Pen Tablet Pad;usb|256c|006e|TABLET Pen Tablet Pen;usb|256c|006e|TABLET Pen Tablet Touch Strip;usb|256c|006e|TABLET Pen Tablet Dial
Class=Bamboo
Width=14
Height=9
IntegratedIn=
Layout=huion-wh1409.svg
Styli=@generic-no-eraser;

[Features]
Stylus=true
Reversible=true
Touch=false
NumStrips=0

[Buttons]
Left=A;B;C;D;E;F;G;H;I;J;K;L
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
276 changes: 276 additions & 0 deletions data/layouts/huion-wh1409.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6ba840a

Please sign in to comment.