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

Huion h1161 #591

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion TabletDriverService/TabletDriverService.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<ProjectGuid>{3101CEC2-8F39-45FD-943B-79A488AD05EA}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
<RootNamespace>TabletDriverService</RootNamespace>
<WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
<WindowsTargetPlatformVersion>10.0.18362.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
Expand Down
26 changes: 26 additions & 0 deletions TabletDriverService/config/tablet.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -960,6 +960,32 @@ AuxCustomData Detect Source=1
AuxButtonCount 12


#
# Huion H1161
#
USBTablet "{62F12D4C-3431-4EFD-8DD7-8E9AAB18D30C}"
Name "Huion H1161"
CheckString 201 "HUION_T191"
ReportId 0x08
ReportLength 8
DetectMask 0x80
IgnoreMask 0x60
MaxX 55880
MaxY 34925
MaxPressure 8191
Width 279.4
Height 174.6
AuxReportId 0x08
AuxReportLength 8
AuxDetectMask 0xE0
AuxIgnoreMask 0x10
AuxCustomData ReportId Source=0
AuxCustomData ButtonsLow Source=4 SourceMask=0xFF
AuxCustomData ButtonsHigh Source=5 SourceMask=0x03
AuxCustomData Detect Source=1
AuxButtonCount 10


#
# Huion Inspiroy Q11K
#
Expand Down