diff options
author | QMK Bot <hello@qmk.fm> | 2021-10-19 14:27:43 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-10-19 14:27:43 +0000 |
commit | 7cb6d0f3bd99cfeb03dfc2d065c2e44c4db29696 (patch) | |
tree | 550f12d0e9c8dde53ade0d4f7e181e095c8a6305 /docs/feature_stenography.md | |
parent | d9be6dea3a545da8d6f3d3ace14b6df7e9b6f30e (diff) | |
parent | 5fbcbc6af80f60c0770f4e758d32f0f4dedaae5d (diff) | |
download | qmk_firmware-7cb6d0f3bd99cfeb03dfc2d065c2e44c4db29696.tar.gz qmk_firmware-7cb6d0f3bd99cfeb03dfc2d065c2e44c4db29696.zip |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'docs/feature_stenography.md')
-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 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 | |