aboutsummaryrefslogtreecommitdiff
path: root/docs
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
parent4b96d5876eb01dfd8063949a2e5cb4b70e01786d (diff)
downloadqmk_firmware-705774f7bfe13face6a276cee276d43411bb1693.tar.gz
qmk_firmware-705774f7bfe13face6a276cee276d43411bb1693.zip
Steno combinedkeys (#12538)
* Add support for steno keys that press adjacent keys simultaniously * Add some docs for steno combined keys
Diffstat (limited to 'docs')
-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 bf4bd39db..af4754ed7 100644
--- a/docs/feature_stenography.md
+++ b/docs/feature_stenography.md
@@ -128,3 +128,18 @@ As defined in `keymap_steno.h`.
128|`STN_RES1`||(GeminiPR only)| 128|`STN_RES1`||(GeminiPR only)|
129|`STN_RES2`||(GeminiPR only)| 129|`STN_RES2`||(GeminiPR only)|
130|`STN_PWR`||(GeminiPR only)| 130|`STN_PWR`||(GeminiPR only)|
131
132If 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
133|Combined key | Key1 | Key 2 |
134|---------------|--------|----------|
135|STN_S3 | STN_S1 | STN_S2 |
136|STN_TKL | STN_TL | STN_KL |
137|STN_PWL | STN_PL | STN_WL |
138|STN_HRL | STN_HL | STN_RL |
139|STN_FRR | STN_FR | STN_RR |
140|STN_PBR | STN_PR | STN_BR |
141|STN_LGR | STN_LR | STN_GR |
142|STN_TSR | STN_TR | STN_SR |
143|STN_DZR | STN_DR | STN_ZR |
144|STN_AO | STN_A | STN_O |
145|STN_EU | STN_E | STN_U |