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

Add support for Wacom Movink #673

Merged
merged 11 commits into from
May 2, 2024
153 changes: 153 additions & 0 deletions data/layouts/movink.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions data/libwacom.stylus
Original file line number Diff line number Diff line change
Expand Up @@ -749,3 +749,23 @@ Type=Puck
HasLens=false
HasWheel=true
Buttons=5

[0x10002]
# Movink
Name=UD Pen
Group=udpen
PairedStylusIds=0x1000a;
Buttons=2
EraserType=Invert
whot marked this conversation as resolved.
Show resolved Hide resolved
Axes=Tilt;Pressure;Distance;
Type=General

[0x1000a]
# Movink
Name=UD Pen Eraser
Group=udpen
PairedStylusIds=0x10002;
Buttons=1
EraserType=Invert
Axes=Tilt;Pressure;Distance;
Type=General
whot marked this conversation as resolved.
Show resolved Hide resolved
45 changes: 45 additions & 0 deletions data/movink.tablet
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
# Wacom Movink DTH135K0C
# Sensor Type: EMR
# Features: Touch (Integrated), Tilt
#
# Button Map:
# (A=1, B=2, C=3)
#
# *------------------------------------------*
# | C |
# A | | B
# | |
# | |
# | |
# | TABLET |
# | |
# | |
# | |
# | |
# | |
# *------------------------------------------*
#
# Note: touch data comes through the usb:056a:03f0 interface
#
whot marked this conversation as resolved.
Show resolved Hide resolved
# sysinfo.4XIn8KkXzp
# https://github.com/linuxwacom/wacom-hid-descriptors/issues/376#issue-2270545906
[Device]
Name=Wacom Movink
ModelName=DTH-135K0C
DeviceMatch=usb|056a|03f0
Class=Cintiq
Width=11
Height=8
Styli=@udpen;
whot marked this conversation as resolved.
Show resolved Hide resolved
IntegratedIn=Display
Layout=movink.svg

[Features]
Stylus=true
Reversible=false
Touch=true
Buttons=3

[Buttons]
Left=A;C
whot marked this conversation as resolved.
Show resolved Hide resolved
Right=B
Loading