Skip to content

Commit

Permalink
Add support for XP-Pen Artist 10S
Browse files Browse the repository at this point in the history
  • Loading branch information
Ponywka committed May 11, 2024
1 parent 3afb5ab commit 9a686f8
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"Name": "XP-Pen Artist 10S",
"Specifications": {
"Digitizer": {
"Width": 216.96,
"Height": 135.6,
"MaxX": 21696,
"MaxY": 13560
},
"Pen": {
"MaxPressure": 2047,
"ButtonCount": 2
},
"AuxiliaryButtons": {
"ButtonCount": 6
},
"MouseButtons": null,
"Touch": null
},
"DigitizerIdentifiers": [
{
"VendorID": 21827,
"ProductID": 74,
"InputReportLength": 8,
"OutputReportLength": null,
"ReportParser": "OpenTabletDriver.Configurations.Parsers.UCLogic.UCLogicV1ReportParser",
"FeatureInitReport": null,
"OutputInitReport": null,
"DeviceStrings": {},
"InitializationStrings": [
123
]
}
],
"AuxiliaryDeviceIdentifiers": [],
"Attributes": {
"libinputoverride": "1"
}
}
1 change: 1 addition & 0 deletions TABLETS.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@
| Parblo Ninos S | Has Quirks | Aux buttons are not in order.
| UGTABLET M708 | Has Quirks | Windows: Might need Zadig's WinUSB to be installed on interface 0
| Wacom PTU-600U | Has Quirks | Windows: Requires Zadig's WinUSB to be installed
| XP-Pen Artist 10S | Has Quirks | Windows: Requires Zadig's WinUSB to be installed on interface 0
| XP-Pen Artist 22HD | Has Quirks | Windows: Requires Zadig's WinUSB to be installed on interface 0
| XP-Pen Star G430 | Has Quirks | Windows: Might need Zadig's WinUSB to be installed on interface 1
| Artisul A1201 | Missing Features | Touch bar is not yet supported.
Expand Down

0 comments on commit 9a686f8

Please sign in to comment.