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 support for Huion Q630M #2731

Merged
merged 2 commits into from Nov 23, 2023
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
41 changes: 41 additions & 0 deletions OpenTabletDriver.Configurations/Configurations/Huion/Q630M.json
@@ -0,0 +1,41 @@
{
"Name": "Huion Q630M",
"Specifications": {
"Digitizer": {
"Width": 266.7,
"Height": 166.7,
"MaxX": 53340,
"MaxY": 33340
},
"Pen": {
"MaxPressure": 8191,
"ButtonCount": 2
},
"AuxiliaryButtons": {
"ButtonCount": 6
},
"MouseButtons": null,
"Touch": null
},
"DigitizerIdentifiers": [
{
"VendorID": 9580,
"ProductID": 96,
"InputReportLength": 12,
"OutputReportLength": null,
"ReportParser": "OpenTabletDriver.Configurations.Parsers.Huion.GianoReportParser",
"FeatureInitReport": null,
"OutputInitReport": null,
"DeviceStrings": {
"201": "HUION_T216_\\d{6}$"
},
"InitializationStrings": [
200
]
}
],
"AuxiliaryDeviceIdentifiers": [],
"Attributes": {
"libinputoverride": "1"
}
}
1 change: 1 addition & 0 deletions TABLETS.md
Expand Up @@ -159,6 +159,7 @@
| Huion Kamvas Pro 20 | Missing Features | Touch bar is not yet supported.
| Huion Kamvas Pro 24 | Missing Features | Touch bar is not yet supported.
| Huion Q620M | Missing Features | Wheel is not yet supported.
| Huion Q630M | Missing Features | Dials/Wheels are not yet supported.
| Huion RTM-500 | Missing Features | Touch bar is not yet supported.
| Lifetec LT9570 | Missing Features | Aux buttons and tilt is not yet supported.
| Monoprice MP1060-HA60 | Missing Features | Tablet buttons are not yet supported. Windows: Requires Zadig's WinUSB to be installed on interface 0
Expand Down