diff options
Diffstat (limited to 'docs/feature_swap_hands.md')
| -rw-r--r-- | docs/feature_swap_hands.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/feature_swap_hands.md b/docs/feature_swap_hands.md index b0239bb80..654108ae7 100644 --- a/docs/feature_swap_hands.md +++ b/docs/feature_swap_hands.md | |||
| @@ -27,5 +27,7 @@ Note that the array indices are reversed same as the matrix and the values are o | |||
| 27 | |`SH_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 | |`SH_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` |Momentary swap when held, toggles with repeated taps (see below). | |
| 31 | |`SH_OS` |One shot swap hands: toggles while pressed or until next key press. | | 31 | |`SH_OS` |One shot swap hands: toggles while pressed or until next key press. | |
| 32 | |||
| 33 | `SH_TT` swap-hands tap-toggle key is similar to [layer tap-toggle](feature_layers.md?id=switching-and-toggling-layers). Tapping repeatedly (5 taps by default) will toggle swap-hands on or off, like `SH_TG`. Tap-toggle count can be changed by defining a value for `TAPPING_TOGGLE`. | ||
