diff options
Diffstat (limited to 'docs/feature_auto_shift.md')
-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 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`. |
141 | 7. Update `AUTO_SHIFT_TIMEOUT` in your `config.h` with the value reported. | 141 | 7. Update `AUTO_SHIFT_TIMEOUT` in your `config.h` with the value reported. |
142 | 8. Remove `AUTO_SHIFT_SETUP` from your `config.h`. | 142 | 8. Add `AUTO_SHIFT_NO_SETUP` to your `config.h`. |
143 | 9. Remove the key bindings `KC_ASDN`, `KC_ASUP` and `KC_ASRP`. | 143 | 9. Remove the key bindings `KC_ASDN`, `KC_ASUP` and `KC_ASRP`. |
144 | 10. Compile and upload your new firmware. | 144 | 10. Compile and upload your new firmware. |
145 | 145 | ||