Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi! I've created a .tablet and layout file for the XP-Pen Artist 13.3 Pro
The HID Descriptor is here; linuxwacom/wacom-hid-descriptors#334
I tried to create the .tablet file based off of the existing Artist 12 and Deco Pro MW files since those tablets are similar, but I'm not sure if I've done everything right.
The tablet shows up in KDE Wayland's Tablet settings, and everything seems to work except that I can't map any of the tablet's buttons; only the stylus buttons seem to show up. (3 stylus buttons show up, when there are only 2 on the actual stylus)
When I run
libwacom-list-local-devices
I get the following:When I run
evtest
I also see a/dev/input/event3
which shows up as UGTABLET 13.3 inch PenDisplay Keyboard, which seems to be where the buttons on the tablet are registering inputI was hoping for a bit of help with this.
Thanks