diff options
-rw-r--r-- | docs/feature_stenography.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/feature_stenography.md b/docs/feature_stenography.md index 92a5c3f84..a7c3f3d9e 100644 --- a/docs/feature_stenography.md +++ b/docs/feature_stenography.md | |||
@@ -129,7 +129,8 @@ As defined in `keymap_steno.h`. | |||
129 | |`STN_RES2`||(GeminiPR only)| | 129 | |`STN_RES2`||(GeminiPR only)| |
130 | |`STN_PWR`||(GeminiPR only)| | 130 | |`STN_PWR`||(GeminiPR only)| |
131 | 131 | ||
132 | 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 | 132 | 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. |
133 | |||
133 | |Combined key | Key1 | Key 2 | | 134 | |Combined key | Key1 | Key 2 | |
134 | |---------------|--------|----------| | 135 | |---------------|--------|----------| |
135 | |STN_S3 | STN_S1 | STN_S2 | | 136 | |STN_S3 | STN_S1 | STN_S2 | |