We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 user keycodes, as defined by VIA:
enum user_keycodes { USER00 = 0x5F80, USER01, USER02, USER03, USER04, USER05, USER06, USER07, USER08, USER09, USER10, USER11, USER12, USER13, USER14, USER15, };
The text was updated successfully, but these errors were encountered:
It would be great to allow more than 16 user-defined keycodes. I have opened a PR on VIA to mimic the same: the-via/app#44
It appears to be purely a UI issue. VIA recognizes the USER17-USER** keycodes in the UI but it is grayed out and not selectable.
Sorry, something went wrong.
No branches or pull requests
Add user keycodes, as defined by VIA:
The text was updated successfully, but these errors were encountered: