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 'button' support in custom menus #193

Merged
merged 2 commits into from
Sep 29, 2023
Merged

Conversation

Xelus22
Copy link
Contributor

@Xelus22 Xelus22 commented Sep 28, 2023

Add button support to the custom menus

the-via/reader#28 in the-via/reader is also required

image

Tested with Hayabusa with this configuration

"menus": [
  {
    "label": "Lighting",
    "content": [
      {
        "label": "Backlight",
        "content": [
          {
            "label": "Test Button",
            "type": "button",
            "options": [34],
            "content": [ "id_caps_lock_enable", 0, 1 ]
          }
        ]
      }
    ]
  }
],

Tested and working with
Xelus22/qmk_firmware@ca7f662

@olivia olivia merged commit 78d670b into the-via:main Sep 29, 2023
1 check passed
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 this pull request may close these issues.

None yet

2 participants