aboutsummaryrefslogtreecommitdiff
path: root/docs/feature_auto_shift.md
diff options
context:
space:
mode:
authorGreg Wright <kwip000@protonmail.com>2020-08-15 16:55:13 -0400
committerJames Young <18669334+noroadsleft@users.noreply.github.com>2020-08-29 14:30:02 -0700
commit568cae28ec41acc84a4a60bc3e20120e33ebee89 (patch)
tree11399d2b3865d08a73249ef6ebbdd14e952804ef /docs/feature_auto_shift.md
parent167daa9cf8c6376a1c9b92ae7dfaa8bdac21f62a (diff)
downloadqmk_firmware-568cae28ec41acc84a4a60bc3e20120e33ebee89.tar.gz
qmk_firmware-568cae28ec41acc84a4a60bc3e20120e33ebee89.zip
#define AUTO_SHIFT_SETUP (#8441)
* #define AUTO_SHIFT_SETUP * Clarification Changed `#ifndef` to `#ifdef` and moved enable disable outside AUTO_SHIFT_SETUP * AUTO_SHIFT_NO_SETUp
Diffstat (limited to 'docs/feature_auto_shift.md')
-rw-r--r--docs/feature_auto_shift.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/feature_auto_shift.md b/docs/feature_auto_shift.md
index f0b507bc6..b21a7690d 100644
--- a/docs/feature_auto_shift.md
+++ b/docs/feature_auto_shift.md
@@ -139,7 +139,7 @@ completely normal and with no intention of shifted keys.
139 `KC_ASRP`. The keyboard will type by itself the value of your 139 `KC_ASRP`. The keyboard will type by itself the value of your
140 `AUTO_SHIFT_TIMEOUT`. 140 `AUTO_SHIFT_TIMEOUT`.
1417. Update `AUTO_SHIFT_TIMEOUT` in your `config.h` with the value reported. 1417. Update `AUTO_SHIFT_TIMEOUT` in your `config.h` with the value reported.
1428. Remove `AUTO_SHIFT_SETUP` from your `config.h`. 1428. Add `AUTO_SHIFT_NO_SETUP` to your `config.h`.
1439. Remove the key bindings `KC_ASDN`, `KC_ASUP` and `KC_ASRP`. 1439. Remove the key bindings `KC_ASDN`, `KC_ASUP` and `KC_ASRP`.
14410. Compile and upload your new firmware. 14410. Compile and upload your new firmware.
145 145