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 | |
parent | 03c790a0f23fe05f0b0fde84d3a2d3e7987a7f73 (diff) |
Allowing Pressing the Start Buttons Again to Stop Dynamic Macro Recording (#9446)
Diffstat (limited to 'docs')
-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 b86df6c60f..137b0eefb9 100644 --- a/docs/feature_dynamic_macros.md +++ b/docs/feature_dynamic_macros.md @@ -18,7 +18,7 @@ That should be everything necessary. To start recording the macro, press either `DYN_REC_START1` or `DYN_REC_START2`. -To finish the recording, press the `DYN_REC_STOP` layer button. +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. To replay the macro, press either `DYN_MACRO_PLAY1` or `DYN_MACRO_PLAY2`. |