summaryrefslogtreecommitdiffstats
path: root/docs/feature_stenography.md
diff options
context:
space:
mode:
authorfreqmod <freqmod@gmail.com>2021-08-17 20:48:00 +0200
committerGitHub <noreply@github.com>2021-08-18 04:48:00 +1000
commit705774f7bfe13face6a276cee276d43411bb1693 (patch)
tree4e6b031309978ffd4e61e0ecd9838eab3599f8c9 /docs/feature_stenography.md
parent4b96d5876eb01dfd8063949a2e5cb4b70e01786d (diff)
Steno combinedkeys (#12538)
* Add support for steno keys that press adjacent keys simultaniously * Add some docs for steno combined keys
Diffstat (limited to 'docs/feature_stenography.md')
-rw-r--r--docs/feature_stenography.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/feature_stenography.md b/docs/feature_stenography.md
index bf4bd39db9..af4754ed78 100644
--- a/docs/feature_stenography.md
+++ b/docs/feature_stenography.md
@@ -128,3 +128,18 @@ As defined in `keymap_steno.h`.
|`STN_RES1`||(GeminiPR only)|
|`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
+|Combined key | Key1 | Key 2 |
+|---------------|--------|----------|
+|STN_S3 | STN_S1 | STN_S2 |
+|STN_TKL | STN_TL | STN_KL |
+|STN_PWL | STN_PL | STN_WL |
+|STN_HRL | STN_HL | STN_RL |
+|STN_FRR | STN_FR | STN_RR |
+|STN_PBR | STN_PR | STN_BR |
+|STN_LGR | STN_LR | STN_GR |
+|STN_TSR | STN_TR | STN_SR |
+|STN_DZR | STN_DR | STN_ZR |
+|STN_AO | STN_A | STN_O |
+|STN_EU | STN_E | STN_U |