aboutsummaryrefslogtreecommitdiff
path: root/Macros.md
diff options
context:
space:
mode:
authorJustin Field <fieldju@gmail.com>2017-05-24 20:13:03 -0700
committerGitHub <noreply@github.com>2017-05-24 20:13:03 -0700
commita9ef02105db8edc005fa9318365c4cce53ac9b73 (patch)
tree0a7c23df372f9888e03967191cd4f9ac8f2a4988 /Macros.md
parente90a00c88c6c6b5eff38d708966c7494f1646f87 (diff)
downloadqmk_firmware-a9ef02105db8edc005fa9318365c4cce53ac9b73.tar.gz
qmk_firmware-a9ef02105db8edc005fa9318365c4cce53ac9b73.zip
Fix typo in Macro.md in dynamic macro section.
Diffstat (limited to 'Macros.md')
-rw-r--r--Macros.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Macros.md b/Macros.md
index 577dec334..78290bbf6 100644
--- a/Macros.md
+++ b/Macros.md
@@ -173,7 +173,7 @@ Add the following keys to your keymap:
173- `DYN_REC_START2` — start recording the macro 2, 173- `DYN_REC_START2` — start recording the macro 2,
174- `DYN_MACRO_PLAY1` — replay the macro 1, 174- `DYN_MACRO_PLAY1` — replay the macro 1,
175- `DYN_MACRO_PLAY2` — replay the macro 2, 175- `DYN_MACRO_PLAY2` — replay the macro 2,
176- `DYN_MACRO_STOP` — finish the currently recorded macro. 176- `DYN_REC_STOP` — finish the macro that is currently being recorded.
177 177
178Add the following code to the very beginning of your `process_record_user()` function: 178Add the following code to the very beginning of your `process_record_user()` function:
179 179