Skip to content

Commit

Permalink
data: Add stylus definition for Pro Pen 3E
Browse files Browse the repository at this point in the history
The Pro Pen 3E is a version of the Pro Pen 3 which includes an eraser
and is compatible with the same devices. This patch also adds the
propen3 group to Movink, which should have had it.

Signed-off-by: Jason Gerecke <[email protected]>
  • Loading branch information
jigpu authored and whot committed Aug 12, 2024
1 parent 43728cd commit 59aaf9e
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 5 deletions.
21 changes: 20 additions & 1 deletion data/libwacom.stylus
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,16 @@ Type=General
[0x200]
# Cintiq Pro 2022
Name=Pro Pen 3
Group=cintiqpro2022
Group=propen3
Buttons=3
Axes=Tilt;Pressure;Distance;
Type=General

[0x202]
# Wacom Movink 13
Name=Pro Pen 3E
Group=propen3
PairedStylusIds=0x20a;
Buttons=3
Axes=Tilt;Pressure;Distance;
Type=General
Expand Down Expand Up @@ -456,6 +465,16 @@ Buttons=2
Axes=Tilt;Pressure;Distance;
Type=General

[0x20A]
# Wacom Movink 13
Name=Pro Pen 3E Eraser
Group=propen3
PairedStylusIds=0x202;
EraserType=Invert
Buttons=3
Axes=Tilt;Pressure;Distance;
Type=General

[0x85a]
# Intuos2
Name=Grip Pen Eraser
Expand Down
2 changes: 1 addition & 1 deletion data/wacom-cintiq-pro-17.tablet
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ DeviceMatch=usb|056a|03c4
Width=15
Height=8
Layout=wacom-cintiq-pro-17.svg
Styli=@cintiqpro2022;@mobilestudio;@propengen2;
Styli=@propen3;@mobilestudio;@propengen2;
IntegratedIn=Display

[Features]
Expand Down
2 changes: 1 addition & 1 deletion data/wacom-cintiq-pro-22.tablet
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ DeviceMatch=usb|056a|03d0
Width=18
Height=10
Layout=wacom-cintiq-pro-22.svg
Styli=@cintiqpro2022;@mobilestudio;@propengen2;
Styli=@propen3;@mobilestudio;@propengen2;
IntegratedIn=Display

[Features]
Expand Down
2 changes: 1 addition & 1 deletion data/wacom-cintiq-pro-27.tablet
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ DeviceMatch=usb|056a|03c0
Width=24
Height=13
Layout=wacom-cintiq-pro-27.svg
Styli=@cintiqpro2022;@mobilestudio;@propengen2;
Styli=@propen3;@mobilestudio;@propengen2;
IntegratedIn=Display

[Features]
Expand Down
2 changes: 1 addition & 1 deletion data/wacom-movink-13.tablet
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ DeviceMatch=usb|056a|03f0
Class=Cintiq
Width=11
Height=8
Styli=@udpen;@mobilestudio;@propengen2;
Styli=@udpen;@mobilestudio;@propengen2;@propen3;
IntegratedIn=Display
Layout=wacom-movink-13.svg

Expand Down

0 comments on commit 59aaf9e

Please sign in to comment.