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

[Feature Request] Support the customKeycodes property for user-defined keycodes #729

Closed
mrnoisytiger opened this issue Aug 29, 2022 · 0 comments · Fixed by #735
Closed

Comments

@mrnoisytiger
Copy link

mrnoisytiger commented Aug 29, 2022

Allow support for the customKeycodes property definable in the VIA JSON. See the following example for the JSON data structure:

"customKeycodes": [
    { "name": "A_CW", "title": "A_CW", "shortName": "A_CW" },
    { "name": "A_CCW", "title": "A_CCW", "shortName": "A_CC" },
    { "name": "B_CW", "title": "B_CW", "shortName": "B_CW" },
    { "name": "B_CCW", "title": "B_CCW", "shortName": "B_CC" },
    { "name": "C_CW", "title": "C_CW", "shortName": "C_CW" },
    { "name": "C_CCW", "title": "C_CCW", "shortName": "C_CC" },
...
  ],

Screen Shot 2022-08-28 at 9 34 16 PM

Depends on #707.

See the following Discord conversation: https://discord.com/channels/802306358938435605/816488260250370080/1013662167859462204

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

Successfully merging a pull request may close this issue.

1 participant