diff options
| author | François Magimel | 2025-09-09 23:51:13 +0200 |
|---|---|---|
| committer | GitHub | 2025-09-09 23:51:13 +0200 |
| commit | 09ab67c0440d8e5e3faf832d23eb1b754845a573 (patch) | |
| tree | 0edccafc937149afdc8b964004f61fe80942cfa2 /docs/features/stenography.md | |
| parent | 7be4540b4688eab74920eb4cb2347af43fb6a779 (diff) | |
docs: fix misspellings (#25555)
* docs: fix misspellings
* docs: do line breaks with HTML instead of spaces
To remove trailing spaces and to avoid breaking things, line breaks can
be done with the HTML br tag.
Diffstat (limited to 'docs/features/stenography.md')
| -rw-r--r-- | docs/features/stenography.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/features/stenography.md b/docs/features/stenography.md index 4176344b5a..b253890e13 100644 --- a/docs/features/stenography.md +++ b/docs/features/stenography.md @@ -102,7 +102,7 @@ STENO_ENABLE = yes STENO_PROTOCOL = all ``` -If you want to switch protocols programatically, as part of a custom macro for example, don't use `tap_code(QK_STENO_*)`, as `tap_code` only supports [basic keycodes](../keycodes_basic). Instead, you should use `steno_set_mode(STENO_MODE_*)`, whose valid arguments are `STENO_MODE_BOLT` and `STENO_MODE_GEMINI`. +If you want to switch protocols programmatically, as part of a custom macro for example, don't use `tap_code(QK_STENO_*)`, as `tap_code` only supports [basic keycodes](../keycodes_basic). Instead, you should use `steno_set_mode(STENO_MODE_*)`, whose valid arguments are `STENO_MODE_BOLT` and `STENO_MODE_GEMINI`. The default protocol is Gemini PR but the last protocol used is stored in non-volatile memory so QMK will remember your choice between reboots of your keyboard — assuming that your keyboard features (emulated) EEPROM. |