Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuuuube committed Jun 7, 2023
1 parent 0019d59 commit f5913f7
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions OpenTabletDriver.Configurations/Configurations/Huion/Q630M.json
@@ -0,0 +1,43 @@
{
"Name": "Huion Q630M",
"Specifications": {
"Digitizer": {
"Width": 266.7,
"Height": 166.7,
"MaxX": 53340,
"MaxY": 33340
},
"Pen": {
"MaxPressure": 8191,
"Buttons": {
"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
]
}
],
"AuxilaryDeviceIdentifiers": [],
"Attributes": {
"libinputoverride": "1"
}
}

0 comments on commit f5913f7

Please sign in to comment.