diff options
| author | wanleg <32079073+wanleg@users.noreply.github.com> | 2018-08-07 14:20:29 -0700 |
|---|---|---|
| committer | Drashna Jaelre <drashna@live.com> | 2018-08-07 14:20:29 -0700 |
| commit | fd085837e1ee75c93a568f055fddb5f73bd46ea5 (patch) | |
| tree | 751f94ed70523aaaec27a37a8fb5ac83868f11da /docs/feature_swap_hands.md | |
| parent | d8e6ada5d70a4db9b7bffe591923f1368a0131f1 (diff) | |
| download | qmk_firmware-fd085837e1ee75c93a568f055fddb5f73bd46ea5.tar.gz qmk_firmware-fd085837e1ee75c93a568f055fddb5f73bd46ea5.zip | |
fix swap_hands keycodes in documentation (#3588)
Diffstat (limited to 'docs/feature_swap_hands.md')
| -rw-r--r-- | docs/feature_swap_hands.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/feature_swap_hands.md b/docs/feature_swap_hands.md index 92e8e3b10..09e01d50d 100644 --- a/docs/feature_swap_hands.md +++ b/docs/feature_swap_hands.md | |||
| @@ -22,9 +22,9 @@ Note that the array indices are reversed same as the matrix and the values are o | |||
| 22 | |Key |Description | | 22 | |Key |Description | |
| 23 | |-----------|-------------------------------------------------------------------------| | 23 | |-----------|-------------------------------------------------------------------------| |
| 24 | |`SH_T(key)`|Sends `key` with a tap; momentary swap when held. | | 24 | |`SH_T(key)`|Sends `key` with a tap; momentary swap when held. | |
| 25 | |`SW_ON` |Turns on swapping and leaves it on. | | 25 | |`SH_ON` |Turns on swapping and leaves it on. | |
| 26 | |`SW_OFF` |Turn off swapping and leaves it off. Good for returning to a known state.| | 26 | |`SH_OFF` |Turn off swapping and leaves it off. Good for returning to a known state.| |
| 27 | |`SW_MON` |Swaps hands when pressed, returns to normal when released (momentary). | | 27 | |`SH_MON` |Swaps hands when pressed, returns to normal when released (momentary). | |
| 28 | |`SW_MOFF` |Momentarily turns off swap. | | 28 | |`SH_MOFF` |Momentarily turns off swap. | |
| 29 | |`SH_TG` |Toggles swap on and off with every key press. | | 29 | |`SH_TG` |Toggles swap on and off with every key press. | |
| 30 | |`SH_TT` |Toggles with a tap; momentary when held. | | 30 | |`SH_TT` |Toggles with a tap; momentary when held. | |
