Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuuuube committed Aug 13, 2023
1 parent 372069f commit c75f14e
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions OpenTabletDriver.Configurations/Configurations/XP-Pen/Deco L.json
@@ -0,0 +1,41 @@
{
"Name": "XP-Pen Deco L",
"Specifications": {
"Digitizer": {
"Width": 254,
"Height": 152.4,
"MaxX": 50800,
"MaxY": 30480
},
"Pen": {
"MaxPressure": 8192,
"Buttons": {
"ButtonCount": 2
}
},
"AuxiliaryButtons": {
"ButtonCount": 8
},
"MouseButtons": null,
"Touch": null
},
"DigitizerIdentifiers": [
{
"VendorID": 10429,
"ProductID": 2357,
"InputReportLength": 10,
"OutputReportLength": 33,
"ReportParser": "OpenTabletDriver.Configurations.Parsers.XP_Pen.XP_PenOffsetPressureReportParser",
"FeatureInitReport": null,
"OutputInitReport": [
"ArAE"
],
"DeviceStrings": {},
"InitializationStrings": []
}
],
"AuxilaryDeviceIdentifiers": [],
"Attributes": {
"libinputoverride": "1"
}
}

0 comments on commit c75f14e

Please sign in to comment.