diff options
author | QMK Bot <hello@qmk.fm> | 2021-11-29 08:23:43 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-11-29 08:23:43 +0000 |
commit | 7ac9d1abe4670b66a18725772a87afb86679af78 (patch) | |
tree | a489ac09bb7c64425531a363c9a1b2d5e0fd4cdb /docs | |
parent | 696dea19f6b3b14d8cebc35def34330c3e1b69e6 (diff) | |
parent | d8324e8a9c41c23b281b9d41a38ddbd4c015ddb4 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'docs')
-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 b0239bb802..654108ae70 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 |`SH_MON` |Swaps hands when pressed, returns to normal when released (momentary). | |`SH_MOFF` |Momentarily turns off swap. | |`SH_TG` |Toggles swap on and off with every key press. | -|`SH_TT` |Toggles with a tap; momentary when held. | +|`SH_TT` |Momentary swap when held, toggles with repeated taps (see below). | |`SH_OS` |One shot swap hands: toggles while pressed or until next key press. | + +`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`. |