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 Wacom Cintiq 12WX (DTZ-1200W) 5th and 10th buttons #3241

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jamesbt365
Copy link
Member

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.

@jamesbt365 jamesbt365 added the configuration Adds or modifies a tablet configuration label Mar 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
configuration Adds or modifies a tablet configuration
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for mapping all Cintiq 12WX Auxiliary buttons
1 participant