summaryrefslogtreecommitdiffstats
path: root/docs/feature_auto_shift.md
diff options
context:
space:
mode:
authorDrashna Jael're <drashna@live.com>2017-12-19 19:37:25 +0100
committerJack Humbert <jack.humb@gmail.com>2017-12-20 20:38:56 +0100
commit4f484bc1c990793f019deb54448ad534389cc938 (patch)
tree0509a2a43953c73803dfc4e9666df7703d119954 /docs/feature_auto_shift.md
parenta1fa70f94ddddcd6b51914a89cee7218ae1281ce (diff)
downloadqmk_firmware-4f484bc1c990793f019deb54448ad534389cc938.tar.gz
qmk_firmware-4f484bc1c990793f019deb54448ad534389cc938.tar.xz
Add on/off/toggle keycodes for Auto Shift
Diffstat (limited to 'docs/feature_auto_shift.md')
-rw-r--r--docs/feature_auto_shift.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/feature_auto_shift.md b/docs/feature_auto_shift.md
index 273045976..f6c248744 100644
--- a/docs/feature_auto_shift.md
+++ b/docs/feature_auto_shift.md
@@ -110,6 +110,9 @@ Map three keys temporarily in your keymap:
| KC_ASDN | Lower the Auto Shift timeout variable (down) |
| KC_ASUP | Raise the Auto Shift timeout variable (up) |
| KC_ASRP | Report your current Auto Shift timeout value |
+| KC_ASON | Turns on the Auto Shift Function |
+| KC_ASOFF | Turns off the Auto Shift Function |
+| KC_ASTG | Toggles the statn of the Auto Shift feature |
Compile and upload your new firmware.