aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJason Fields <jasonfields4@gmail.com>2020-08-19 14:59:59 -0700
committerGitHub <noreply@github.com>2020-08-19 22:59:59 +0100
commitcdb69da86e482cba7f7980cba946a5409215fe62 (patch)
tree574693ec851848ac1e264e7cd641c7649b66ea85 /docs
parentc18cbcc5ad58c902cce6ab4cf44f9899ff5a154c (diff)
downloadfirmware-cdb69da86e482cba7f7980cba946a5409215fe62.tar.gz
firmware-cdb69da86e482cba7f7980cba946a5409215fe62.tar.bz2
firmware-cdb69da86e482cba7f7980cba946a5409215fe62.zip
Fix typo in docs/feature_dynamic_macros (#10085)
s/completly/completely
Diffstat (limited to 'docs')
-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 137b0eefb..01f2a0ca4 100644
--- a/docs/feature_dynamic_macros.md
+++ b/docs/feature_dynamic_macros.md
@@ -22,7 +22,7 @@ To finish the recording, press the `DYN_REC_STOP` layer button. You can also pre
To replay the macro, press either `DYN_MACRO_PLAY1` or `DYN_MACRO_PLAY2`.
-It is possible to replay a macro as part of a macro. It's ok to replay macro 2 while recording macro 1 and vice versa but never create recursive macros i.e. macro 1 that replays macro 1. If you do so and the keyboard will get unresponsive, unplug the keyboard and plug it again. You can disable this completly by defining `DYNAMIC_MACRO_NO_NESTING` in your `config.h` file.
+It is possible to replay a macro as part of a macro. It's ok to replay macro 2 while recording macro 1 and vice versa but never create recursive macros i.e. macro 1 that replays macro 1. If you do so and the keyboard will get unresponsive, unplug the keyboard and plug it again. You can disable this completely by defining `DYNAMIC_MACRO_NO_NESTING` in your `config.h` file.
?> For the details about the internals of the dynamic macros, please read the comments in the `process_dynamic_macro.h` and `process_dynamic_macro.c` files.