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 H610 Pro V3 configuration #2263

Merged
merged 1 commit into from
May 27, 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,39 @@
{
"Name": "Huion H610 Pro V3",
"Specifications": {
"Digitizer": {
"Width": 254.0,
"Height": 158.75,
"MaxX": 2048.0,
"MaxY": 2048.0
},
"Pen": {
"MaxPressure": 2047,
"Buttons": {
"ButtonCount": 2
}
},
"AuxiliaryButtons": null,
"MouseButtons": null,
"Touch": null
},
"DigitizerIdentifiers": [
{
"VendorID": 9580,
"ProductID": 110,
"InputReportLength": 16,
"OutputReportLength": null,
"ReportParser": "OpenTabletDriver.Plugin.Tablet.TabletReportParser",
"FeatureInitReport": null,
"OutputInitReport": null,
"DeviceStrings": {
"121": "^HA60"
},
"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 @@ -126,6 +126,7 @@
| Huion GC610 | Missing Features | Touchpad is not yet supported.
| Huion GT-221 Pro | Missing Features | Touch bar is not yet supported.
| Huion H1161 | Missing Features | Tablet buttons are not yet supported.
| Huion H610 Pro V3 | Missing Features | Tablet buttons are not yet supported. Windows: Requires Zadig's WinUSB to be installed on interface 1
| Huion HC16 | Missing Features | Wheel is not yet supported.
| Huion HS610 | Missing Features | Wheel is not yet supported.
| Huion HS611 | Missing Features | Touch strip is not yet supported.
Expand Down