Skip to content

Commit

Permalink
[DOCS] Fix the STENO_COMBINEDMAP table (qmk#14883)
Browse files Browse the repository at this point in the history
  • Loading branch information
precondition authored and 0xcharly committed Oct 25, 2021
1 parent 7f90594 commit 69e7a41
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/feature_stenography.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit 69e7a41

Please sign in to comment.