summaryrefslogtreecommitdiff
path: root/docs/feature_stenography.md
diff options
context:
space:
mode:
authorprecondition <57645186+precondition@users.noreply.github.com>2021-10-19 16:26:59 +0200
committerGitHub <noreply@github.com>2021-10-20 01:26:59 +1100
commit5fbcbc6af80f60c0770f4e758d32f0f4dedaae5d (patch)
tree696da60e298301e290a0ef3421d2886616b34a31 /docs/feature_stenography.md
parent587f7508fca50b48578e61c8fb1e1972b56381e1 (diff)
[DOCS] Fix the STENO_COMBINEDMAP table (#14883)
Diffstat (limited to 'docs/feature_stenography.md')
-rw-r--r--docs/feature_stenography.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/feature_stenography.md b/docs/feature_stenography.md
index af4754ed78..8d66034d4b 100644
--- a/docs/feature_stenography.md
+++ b/docs/feature_stenography.md
@@ -129,7 +129,8 @@ As defined in `keymap_steno.h`.
|`STN_RES2`||(GeminiPR only)|
|`STN_PWR`||(GeminiPR only)|
-If you do not want to hit two keys with one finger combined keycodes can be used. These are also defined in `keymap_steno.h`, and causes both keys to be reported as pressed or released. To use these keycodes define `STENO_COMBINEDMAP` in your `config.h` file
+If you do not want to hit two keys with one finger combined keycodes can be used. These are also defined in `keymap_steno.h`, and causes both keys to be reported as pressed or released. To use these keycodes define `STENO_COMBINEDMAP` in your `config.h` file.
+
|Combined key | Key1 | Key 2 |
|---------------|--------|----------|
|STN_S3 | STN_S1 | STN_S2 |