diff options
author | Yanfei Guo <yanf.guo@gmail.com> | 2023-09-26 01:17:20 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-25 23:17:20 -0700 |
commit | 17ae28f0e41aa30937d80e48dc19548c76cc6e43 (patch) | |
tree | f194c8b89a41c04c201e5d3682be979a136d6e9a /docs | |
parent | 8d9c770a8181d0bcc59b89a57e6835735356da91 (diff) |
Fix doc for programmable buttons. (#22136)
Co-authored-by: Yanfei Guo <yguo@anl.gov>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/feature_programmable_button.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/feature_programmable_button.md b/docs/feature_programmable_button.md index 43a9e7fc16..091464e19c 100644 --- a/docs/feature_programmable_button.md +++ b/docs/feature_programmable_button.md @@ -2,7 +2,7 @@ Programmable Buttons are keys that have no predefined meaning. This means they can be processed on the host side by custom software without the operating system trying to interpret them. -The keycodes are emitted according to the HID Telephony Device page (`0x0B`), Programmable Button usage (`0x07`). On Linux (> 5.14) they are handled automatically and translated to `KEY_MACRO#` keycodes (up to `KEY_MACRO30`). +The keycodes are emitted according to the HID Telephony Device page (`0x0B`), Programmable Button usage (`0x09`). On Linux (> 5.14) they are handled automatically and translated to `KEY_MACRO#` keycodes (up to `KEY_MACRO30`). ?> Currently there is no known support in Windows or macOS. It may be possible to write a custom HID driver to receive these usages, but this is out of the scope of the QMK documentation. |