diff options
author | QMK Bot <hello@qmk.fm> | 2022-12-15 19:29:21 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-12-15 19:29:21 +0000 |
commit | e3a34d6062d8ba1948d44ab756ce740d9f9d499d (patch) | |
tree | 67d7a4106b61507f7dfed2d5081a6658a6468213 | |
parent | 0072f5bb1b7aa6e7a1061b7c3242dd6c3664eedf (diff) | |
parent | 79d083c63544328ad765d12455fc45699604adc9 (diff) |
Merge remote-tracking branch 'origin/master' into develop
-rw-r--r-- | docs/feature_joystick.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/feature_joystick.md b/docs/feature_joystick.md index e60046a3c3..dc7b49a600 100644 --- a/docs/feature_joystick.md +++ b/docs/feature_joystick.md @@ -192,7 +192,7 @@ Set the state of a button, and flush the report. --- -### `void register_joystick_button(uint8_t button)` :id=api-unregister-joystick-button +### `void unregister_joystick_button(uint8_t button)` :id=api-unregister-joystick-button Reset the state of a button, and flush the report. |