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] add support for USB programmable buttons usage #12950

Merged
merged 1 commit into from
Sep 15, 2021

Commits on Sep 11, 2021

  1. add support for USB programmable buttons

    These are defined in the USB "Consumer Page" as
    "The user defines the function of these buttons to control software
    applications orGUI objects."
    
    This allows QMK to emit events that can be handled by bespoke software
    on the host without having to worry about other software trying to
    handle them.
    
    On Linux this is handled natively from version 5.14 onwards by the
    vanilla HID layer, emitting KEY_MACRO# events.
    t-8ch committed Sep 11, 2021
    Configuration menu
    Copy the full SHA
    a29a3bf View commit details
    Browse the repository at this point in the history