diff options
author | Dongfeng Yu <60870777+blockader@users.noreply.github.com> | 2020-07-08 04:59:13 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-07 21:59:13 +0100 |
commit | 666cb44673c3db85e0141189319fc9aed394c56d (patch) | |
tree | e4a4ce639e51ef5f53c98939f59e5d21ca9afc35 /docs/feature_dynamic_macros.md | |
parent | 03c790a0f23fe05f0b0fde84d3a2d3e7987a7f73 (diff) | |
download | qmk_firmware-666cb44673c3db85e0141189319fc9aed394c56d.tar.gz qmk_firmware-666cb44673c3db85e0141189319fc9aed394c56d.zip |
Allowing Pressing the Start Buttons Again to Stop Dynamic Macro Recording (#9446)
Diffstat (limited to 'docs/feature_dynamic_macros.md')
-rw-r--r-- | docs/feature_dynamic_macros.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/feature_dynamic_macros.md b/docs/feature_dynamic_macros.md index b86df6c60..137b0eefb 100644 --- a/docs/feature_dynamic_macros.md +++ b/docs/feature_dynamic_macros.md | |||
@@ -18,7 +18,7 @@ That should be everything necessary. | |||
18 | 18 | ||
19 | To start recording the macro, press either `DYN_REC_START1` or `DYN_REC_START2`. | 19 | To start recording the macro, press either `DYN_REC_START1` or `DYN_REC_START2`. |
20 | 20 | ||
21 | To finish the recording, press the `DYN_REC_STOP` layer button. | 21 | To finish the recording, press the `DYN_REC_STOP` layer button. You can also press `DYN_REC_START1` or `DYN_REC_START2` again to stop the recording. |
22 | 22 | ||
23 | To replay the macro, press either `DYN_MACRO_PLAY1` or `DYN_MACRO_PLAY2`. | 23 | To replay the macro, press either `DYN_MACRO_PLAY1` or `DYN_MACRO_PLAY2`. |
24 | 24 | ||