diff options
author | Jeremy Cowgar <jeremy@cowgar.com> | 2017-10-27 11:12:33 -0400 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-10-29 20:04:10 -0400 |
commit | 76d807fe7da708011b34d17e63e2de6fa8c384ff (patch) | |
tree | 2e93a9ba896abb6bed657ff8306c1cfaef2d3e22 /docs | |
parent | bf1fedc05e1e273db9576bdd7b8314d2d69b5c07 (diff) | |
download | qmk_firmware-76d807fe7da708011b34d17e63e2de6fa8c384ff.tar.gz qmk_firmware-76d807fe7da708011b34d17e63e2de6fa8c384ff.zip |
Fix code example in auto shift docs
Diffstat (limited to 'docs')
-rw-r--r-- | docs/feature_auto_shift.md | 22 |
1 files changed, 10 insertions, 12 deletions
diff --git a/docs/feature_auto_shift.md b/docs/feature_auto_shift.md index 54052a74d..0f482ccaa 100644 --- a/docs/feature_auto_shift.md +++ b/docs/feature_auto_shift.md | |||
@@ -136,24 +136,22 @@ completely normal and with no intention of shifted keys. | |||
136 | 136 | ||
137 | #### An example run | 137 | #### An example run |
138 | 138 | ||
139 | ''' | 139 | hello world. my name is john doe. i am a computer programmer playing with |
140 | hello world. my name is john doe. i am a computer programmer playing with | 140 | keyboards right now. |
141 | keyboards right now. | ||
142 | 141 | ||
143 | [PRESS KC_ASDN quite a few times] | 142 | [PRESS KC_ASDN quite a few times] |
144 | 143 | ||
145 | heLLo woRLd. mY nAMe is JOHn dOE. i AM A compUTeR proGRaMMER PlAYiNG witH | 144 | heLLo woRLd. mY nAMe is JOHn dOE. i AM A compUTeR proGRaMMER PlAYiNG witH |
146 | KEYboArDS RiGHT NOw. | 145 | KEYboArDS RiGHT NOw. |
147 | 146 | ||
148 | [PRESS KC_ASUP a few times] | 147 | [PRESS KC_ASUP a few times] |
149 | 148 | ||
150 | hello world. my name is john Doe. i am a computer programmer playing with | 149 | hello world. my name is john Doe. i am a computer programmer playing with |
151 | keyboarDs right now. | 150 | keyboarDs right now. |
152 | 151 | ||
153 | [PRESS KC_ASRP] | 152 | [PRESS KC_ASRP] |
154 | 153 | ||
155 | 115 | 154 | 115 |
156 | ''' | ||
157 | 155 | ||
158 | The keyboard typed `115` which represents your current `AUTO_SHIFT_TIMEOUT` | 156 | The keyboard typed `115` which represents your current `AUTO_SHIFT_TIMEOUT` |
159 | value. You are now set! Practice on the *D* key a little bit that showed up | 157 | value. You are now set! Practice on the *D* key a little bit that showed up |