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 User keycodes #707

Closed
knoopx opened this issue Apr 2, 2022 · 1 comment
Closed

Add User keycodes #707

knoopx opened this issue Apr 2, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@knoopx
Copy link

knoopx commented Apr 2, 2022

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,
};
@mrnoisytiger
Copy link

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.

Screen Shot 2022-08-28 at 9 39 08 PM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants