diff options
author | Sebastian Kaim <Sebb767@users.noreply.github.com> | 2017-10-05 00:51:05 +0200 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-10-05 06:17:34 -1000 |
commit | 29bcffb3f3b6907a7a08d60a197e9e738b3fa264 (patch) | |
tree | d83a09c4fc7eb53531abf0684faa88e96fb1d971 /docs/feature_bootmagic.md | |
parent | 01bf8e1643eea8178331722e51865ce22423bde1 (diff) | |
download | qmk_firmware-29bcffb3f3b6907a7a08d60a197e9e738b3fa264.tar.gz qmk_firmware-29bcffb3f3b6907a7a08d60a197e9e738b3fa264.zip |
Edited a minor typo in feature_bootmagic.md.
Diffstat (limited to 'docs/feature_bootmagic.md')
-rw-r--r-- | docs/feature_bootmagic.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/feature_bootmagic.md b/docs/feature_bootmagic.md index 3cf7d8d2a9..c8459e3504 100644 --- a/docs/feature_bootmagic.md +++ b/docs/feature_bootmagic.md @@ -14,7 +14,7 @@ Shortcuts for bootmagic options. You can use these even when bootmagic is off. |`MAGIC_SWAP_RALT_RGUI`|Swap the right Alt and GUI keys| |`MAGIC_NO_GUI`|Disable the GUI key| |`MAGIC_SWAP_GRAVE_ESC`|Swap the Grave and Esc key.| -|`MAGIC_SWAP_BACKSLASH_BACKSPACE`|Swap backslack and backspace| +|`MAGIC_SWAP_BACKSLASH_BACKSPACE`|Swap backslash and backspace| |`MAGIC_HOST_NKRO`|Force NKRO on| |`MAGIC_SWAP_ALT_GUI`/`AG_SWAP`|Swap Alt and Gui on both sides| |`MAGIC_UNSWAP_CONTROL_CAPSLOCK`|Disable the Control/Capslock swap| |