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

Configuration File for XP-Pen Artist 16 (2nd Gen) #2580

Merged
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
@@ -0,0 +1,41 @@
{
"Name": "XP-Pen Artist 16 (2nd Gen)",
"Specifications": {
"Digitizer": {
"Width": 340.99,
"Height": 191.81,
"MaxX": 68198.0,
"MaxY": 38362.0
},
"Pen": {
"MaxPressure": 8191,
"Buttons": {
"ButtonCount": 2
}
},
"AuxiliaryButtons": {
"ButtonCount": 10
},
"MouseButtons": null,
"Touch": null
},
"DigitizerIdentifiers": [
{
"VendorID": 10429,
"ProductID": 2380,
"InputReportLength": 12,
"OutputReportLength": 33,
"ReportParser": "OpenTabletDriver.Configurations.Parsers.XP_Pen.XP_PenOffsetPressureReportParser",
"FeatureInitReport": null,
"OutputInitReport": [
"ArAE"
],
"DeviceStrings": {},
"InitializationStrings": []
}
],
"AuxiliaryDeviceIdentifiers": [],
"Attributes": {
"libinputoverride": "1"
}
}
1 change: 1 addition & 0 deletions TABLETS.md
Expand Up @@ -102,6 +102,7 @@
| XP-Pen Artist 13.3 | Supported |
| XP-Pen Artist 13 (2nd Gen) | Supported |
| XP-Pen Artist 15.6 | Supported |
| XP-Pen Artist 16 (2nd Gen) | Supported |
| XP-Pen CT430 | Supported |
| XP-Pen CT640 | Supported |
| XP-Pen Deco Fun L (CT1060) | Supported |
Expand Down