diff options
author | Jack Humbert <jack.humb@gmail.com> | 2017-05-24 23:43:34 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-24 23:43:34 -0400 |
commit | b003669934abeab50f80ae1b3b52329d806b8c91 (patch) | |
tree | 0a7c23df372f9888e03967191cd4f9ac8f2a4988 | |
parent | e90a00c88c6c6b5eff38d708966c7494f1646f87 (diff) | |
parent | a9ef02105db8edc005fa9318365c4cce53ac9b73 (diff) | |
download | qmk_firmware-b003669934abeab50f80ae1b3b52329d806b8c91.tar.gz |
Merge pull request #3 from fieldju/patch-1
Fix typo in Macro.md in dynamic macro section.
-rw-r--r-- | Macros.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |