diff options
| author | Andrew Macpherson <hopscotch23@gmail.com> | 2018-03-23 23:03:19 +0000 |
|---|---|---|
| committer | Drashna Jaelre <drashna@live.com> | 2018-03-23 16:03:19 -0700 |
| commit | d0054c41e266e84fac28c8ecc8bf729a5a0c1223 (patch) | |
| tree | 3560ebd3e295c2b90791249a8c3a31461628e438 | |
| parent | 8575249411ec41c9c7236c19dfbeb177758046de (diff) | |
| download | qmk_firmware-d0054c41e266e84fac28c8ecc8bf729a5a0c1223.tar.gz qmk_firmware-d0054c41e266e84fac28c8ecc8bf729a5a0c1223.zip | |
Fix typo in autoshift docs: statn (#2579)
| -rw-r--r-- | docs/feature_auto_shift.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/feature_auto_shift.md b/docs/feature_auto_shift.md index 9db4f11aa..484c506f1 100644 --- a/docs/feature_auto_shift.md +++ b/docs/feature_auto_shift.md | |||
| @@ -121,7 +121,7 @@ Map three keys temporarily in your keymap: | |||
| 121 | | KC_ASRP | Report your current Auto Shift timeout value | | 121 | | KC_ASRP | Report your current Auto Shift timeout value | |
| 122 | | KC_ASON | Turns on the Auto Shift Function | | 122 | | KC_ASON | Turns on the Auto Shift Function | |
| 123 | | KC_ASOFF | Turns off the Auto Shift Function | | 123 | | KC_ASOFF | Turns off the Auto Shift Function | |
| 124 | | KC_ASTG | Toggles the statn of the Auto Shift feature | | 124 | | KC_ASTG | Toggles the state of the Auto Shift feature | |
| 125 | 125 | ||
| 126 | Compile and upload your new firmware. | 126 | Compile and upload your new firmware. |
| 127 | 127 | ||
