]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Fix typo in Macro.md in dynamic macro section.
authorJustin Field <fieldju@gmail.com>
Thu, 25 May 2017 03:13:03 +0000 (20:13 -0700)
committerGitHub <noreply@github.com>
Thu, 25 May 2017 03:13:03 +0000 (20:13 -0700)
Macros.md

index 577dec334997ab3a5f878f2fa13397b542881ba1..78290bbf6901cc7a9fc87d01044135be623fe1ff 100644 (file)
--- a/Macros.md
+++ b/Macros.md
@@ -173,7 +173,7 @@ Add the following keys to your keymap:
 - `DYN_REC_START2` — start recording the macro 2,
 - `DYN_MACRO_PLAY1` — replay the macro 1,
 - `DYN_MACRO_PLAY2` — replay the macro 2,
-- `DYN_MACRO_STOP` — finish the currently recorded macro.
+- `DYN_REC_STOP` — finish the macro that is currently being recorded.
 
 Add the following code to the very beginning of your `process_record_user()` function: