Skip to content

Commit

Permalink
Merge pull request #2867 from Kuuuube/deco_l
Browse files Browse the repository at this point in the history
Add xp-pen Deco L
  • Loading branch information
X9VoiD committed Aug 13, 2023
2 parents dfb7090 + b41a1ab commit cfbab94
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
39 changes: 39 additions & 0 deletions OpenTabletDriver.Configurations/Configurations/XP-Pen/Deco L.json
@@ -0,0 +1,39 @@
{
"Name": "XP-Pen Deco L",
"Specifications": {
"Digitizer": {
"Width": 254,
"Height": 152.4,
"MaxX": 50800,
"MaxY": 30480
},
"Pen": {
"MaxPressure": 8192,
"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": []
}
],
"AuxiliaryDeviceIdentifiers": [],
"Attributes": {
"libinputoverride": "1"
}
}
1 change: 1 addition & 0 deletions TABLETS.md
Expand Up @@ -116,6 +116,7 @@
| XP-Pen CT640 | Supported |
| XP-Pen Deco Fun L (CT1060) | Supported |
| XP-Pen Deco 01 | Supported |
| XP-Pen Deco L | Supported |
| XP-Pen Deco mini4 | Supported |
| XP-Pen Deco mini7 | Supported |
| XP-Pen Star 03 | Supported |
Expand Down

0 comments on commit cfbab94

Please sign in to comment.