aboutsummaryrefslogtreecommitdiff
path: root/docs/feature_dynamic_macros.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/feature_dynamic_macros.md')
-rw-r--r--docs/feature_dynamic_macros.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/feature_dynamic_macros.md b/docs/feature_dynamic_macros.md
index 23fefea4c..9803557e9 100644
--- a/docs/feature_dynamic_macros.md
+++ b/docs/feature_dynamic_macros.md
@@ -52,7 +52,7 @@ For users of the earlier versions of dynamic macros: It is still possible to fin
52 52
53```c 53```c
54 uint16_t macro_kc = (keycode == MO(_DYN) ? DYN_REC_STOP : keycode); 54 uint16_t macro_kc = (keycode == MO(_DYN) ? DYN_REC_STOP : keycode);
55 55
56 if (!process_record_dynamic_macro(macro_kc, record)) { 56 if (!process_record_dynamic_macro(macro_kc, record)) {
57 return false; 57 return false;
58 } 58 }