OpenTabletDriver
OpenTabletDriver copied to clipboard
Add support for Wacom Cintiq 12WX (DTZ-1200W) 5th and 10th buttons
Fixes #3222.
Data recordings and anything relevant in within that issue.
A new parser is required to keep ordering of the old buttons, maybe a better way exists so that I don't have to duplicate the whole parser.
The way Intuos3 Aux works typically is 4 buttons per side and the byte that the data is different per side, this is why a new parser is needed to not break existing aux.
Alternatively a parser change could be made without creating a new parser but this would mean that the 5th and 10th buttons are the last to be bound instead of them being bound in order, this is not very intuitive and we consider aux buttons not in order to be a quirk. See the TABLETS.md on parblo tablets for example.