Skip to content

Commit

Permalink
Fix documentation error (qmk#23872)
Browse files Browse the repository at this point in the history
Co-authored-by: Nick Brassel <[email protected]>
Co-authored-by: Ryan <[email protected]>
  • Loading branch information
3 people authored and whoisjordangarcia committed Jun 8, 2024
1 parent 960a426 commit 8993479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/features/swap_hands.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Swap-Hands Action

The swap-hands action allows support for one-handed typing without requiring a separate layer. Set `SWAP_HANDS_ENABLE` in the Makefile and define a `hand_swap_config` entry in your keymap. Now whenever the `ACTION_SWAP_HANDS` command key is pressed the keyboard is mirrored. For instance, to type "Hello, World" on QWERTY you would type `^Ge^s^s^w^c W^wr^sd`
The swap-hands action allows support for one-handed typing without requiring a separate layer. Set `SWAP_HANDS_ENABLE = yes` in your keymap's `rules.mk` (creating it if needed), and define a `hand_swap_config` entry in your keymap. Now whenever the `ACTION_SWAP_HANDS` command key is pressed the keyboard is mirrored. For instance, to type "Hello, World" on QWERTY you would type `^Ge^s^s^w^c W^wr^sd`

## Configuration

Expand Down

0 comments on commit 8993479

Please sign in to comment.