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

Add configuration for UGTABLET M708 V2 #2268

Merged
merged 3 commits into from
Jul 17, 2022
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
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"Name": "UGTABLET M708 V2",
"Specifications": {
"Digitizer": {
"Width": 253.96,
"Height": 152.305,
"MaxX": 50792.0,
"MaxY": 30461.0
},
"Pen": {
"MaxPressure": 8191,
"Buttons": {
"ButtonCount": 2
}
},
"AuxiliaryButtons": {
"ButtonCount": 8
},
"MouseButtons": null,
"Touch": null
},
"DigitizerIdentifiers": [
{
"VendorID": 10429,
"ProductID": 2340,
"InputReportLength": 10,
"OutputReportLength": 10,
"ReportParser": "OpenTabletDriver.Configurations.Parsers.XP_Pen.XP_PenReportParser",
"FeatureInitReport": null,
"OutputInitReport": [
"ArAE"
],
"DeviceStrings": {},
"InitializationStrings": []
}
],
"AuxilaryDeviceIdentifiers": [],
"Attributes": {
"libinputoverride": "1"
}
}
1 change: 1 addition & 0 deletions TABLETS.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
| UC-Logic PF1209 | Supported |
| UGEE U1600 | Supported |
| UGTABLET M708 | Supported | Windows: Some variations may require Zadig's WinUSB to be installed on interface 0
| UGTABLET M708 V2 | Supported |
| VEIKK A15 | Supported |
| VEIKK S640 | Supported |
| VEIKK S640 V2 | Supported |
Expand Down