summary refs log tree commit diff
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2022-11-15 16:54:38 +0000
committerQMK Bot <hello@qmk.fm>2022-11-15 16:54:38 +0000
commit4de3f53984177acd2fe20dc097f09ebb2e9d307c (patch)
tree3d444bf250c83fd8a6dfe11df5382c265558658c
parentde66797705ef0e490e5deca0545f009c351f5f45 (diff)
parentc21b77fbd2ef72c04894006fb16d6fd6f511114d (diff)
Merge remote-tracking branch 'origin/master' into develop
-rw-r--r--docs/keycodes.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/keycodes.md b/docs/keycodes.md
index 79861ef3b8..8613512221 100644
--- a/docs/keycodes.md
+++ b/docs/keycodes.md
@@ -822,8 +822,8 @@ See also: [Swap Hands](feature_swap_hands.md)
 |Key        |Description                                                              |
 |-----------|-------------------------------------------------------------------------|
 |`SH_T(key)`|Sends `key` with a tap; momentary swap when held.                        |
-|`SW_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_ON`    |Turns on swapping and leaves it on.                                      |
+|`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_MOFF`  |Momentarily turns off swap.                                              |
 |`SH_TG`    |Toggles swap on and off with every key press.                            |