fix swap_hands keycodes in documentation (#3588)
authorwanleg <32079073+wanleg@users.noreply.github.com>
Tue, 7 Aug 2018 21:20:29 +0000 (14:20 -0700)
committerDrashna Jaelre <drashna@live.com>
Tue, 7 Aug 2018 21:20:29 +0000 (14:20 -0700)
docs/feature_swap_hands.md

index 92e8e3b107224d470f80ae4015363bcf786ff9ae..09e01d50d3c0b41c5c86d6c2ccc9e2869bfb9597 100644 (file)
@@ -22,9 +22,9 @@ Note that the array indices are reversed same as the matrix and the values are o
 |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.|
-|`SW_MON`   |Swaps hands when pressed, returns to normal when released (momentary).   |
-|`SW_MOFF`  |Momentarily turns off swap.                                              |
+|`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.                            |
 |`SH_TT`    |Toggles with a tap; momentary when held.                                 |