diff options
author | Jeremy Cowgar <jeremy@cowgar.com> | 2017-11-04 15:04:31 -0400 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-11-06 12:03:36 -0500 |
commit | 245b3376d6fb915f4694053121d9cb1f1decc888 (patch) | |
tree | 699a9d819c48de44a1c90e04963697ae66d6e545 /docs | |
parent | 2c703b1528a287b29817bd1129471e20743cfaa5 (diff) | |
download | qmk_firmware-245b3376d6fb915f4694053121d9cb1f1decc888.tar.gz qmk_firmware-245b3376d6fb915f4694053121d9cb1f1decc888.zip |
Correct the rules.mk documentation for auto shift.
fixes #1965
Diffstat (limited to 'docs')
-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 0f482ccaae..fdd10ada9c 100644 --- a/docs/feature_auto_shift.md +++ b/docs/feature_auto_shift.md @@ -42,7 +42,7 @@ Yes, unfortunately. Add to your `rules.mk` in the keymap folder: - AUTO_SHIFT_ENABLE = YES + AUTO_SHIFT_ENABLE = yes If no `rules.mk` exists, you can create one. |