summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2021-10-19 14:27:43 +0000
committerQMK Bot <hello@qmk.fm>2021-10-19 14:27:43 +0000
commit7cb6d0f3bd99cfeb03dfc2d065c2e44c4db29696 (patch)
tree550f12d0e9c8dde53ade0d4f7e181e095c8a6305
parentd9be6dea3a545da8d6f3d3ace14b6df7e9b6f30e (diff)
parent5fbcbc6af80f60c0770f4e758d32f0f4dedaae5d (diff)
Merge remote-tracking branch 'origin/master' into develop
-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 92a5c3f848..a7c3f3d9ed 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 |