-
Notifications
You must be signed in to change notification settings - Fork 189
Tablet Definition Files
Jason Gerecke edited this page Dec 18, 2019
·
14 revisions
If you have a Wacom tablet and it is not yet in libwacom/data, send us a definition file for your tablet.
This will assist applications in configuring it because they can then access the metadata in libwacom about your device. Note that the libwacom data files do not make the stylus work, this is merely about adding extra information for better configuration. See the wacom.example file for explanations of the requested data and its format.
The definition file intuos4-8x13.tablet demonstrates a "completed" one:
# Wacom # Intuos4 Large # PTK-840 # # Button Map: # (A=1, B=2, C=3, ...) # # *-----------------------* # | | # B | | # C | | # D | | # E | | # A | TABLET | # F | | # G | | # H | | # I | | # | | # *-----------------------* # # LED Map: # (XY=Bank X, LED Y) # # *-----------------------* # | | # 00 | | # 01 | | # 02 | TABLET | # 03 | | # | | # *-----------------------* # [Device] Name=Wacom Intuos4 8x13 DeviceMatch=usb:056a:00ba Class=Intuos4 Width=13 Height=8 Styli=0x802;0x80c;0x804;0x80a;0x40802;0x4080a;0x902;0x90a;0x20802;0x806;0x006; [Features] Reversible=true Stylus=true Ring=true Buttons=9 BuiltIn=false [Buttons] Left=A;B;C;D;E;F;G;H;I OLEDs=B;C;D;E;F;G;H;I Ring=A RingNumModes=4
Submit your patch as a pull request on Github.