Merge remote-tracking branch 'origin/master' into develop

This commit is contained in:
QMK Bot 2022-11-15 16:54:38 +00:00
commit 4de3f53984
1 changed files with 2 additions and 2 deletions

View File

@ -822,8 +822,8 @@ See also: [Swap Hands](feature_swap_hands.md)
|Key |Description | |Key |Description |
|-----------|-------------------------------------------------------------------------| |-----------|-------------------------------------------------------------------------|
|`SH_T(key)`|Sends `key` with a tap; momentary swap when held. | |`SH_T(key)`|Sends `key` with a tap; momentary swap when held. |
|`SW_ON` |Turns on swapping and leaves it on. | |`SH_ON` |Turns on swapping and leaves it on. |
|`SW_OFF` |Turn off swapping and leaves it off. Good for returning to a known state.| |`SH_OFF` |Turn off swapping and leaves it off. Good for returning to a known state.|
|`SH_MON` |Swaps hands when pressed, returns to normal when released (momentary). | |`SH_MON` |Swaps hands when pressed, returns to normal when released (momentary). |
|`SH_MOFF` |Momentarily turns off swap. | |`SH_MOFF` |Momentarily turns off swap. |
|`SH_TG` |Toggles swap on and off with every key press. | |`SH_TG` |Toggles swap on and off with every key press. |