aboutsummaryrefslogtreecommitdiff
path: root/docs/getting_started_make_guide.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/getting_started_make_guide.md')
-rw-r--r--docs/getting_started_make_guide.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/getting_started_make_guide.md b/docs/getting_started_make_guide.md
index a51486435..1a7e27609 100644
--- a/docs/getting_started_make_guide.md
+++ b/docs/getting_started_make_guide.md
@@ -145,6 +145,10 @@ Lets you replace the default matrix scanning routine with your own code. For fur
145 145
146Lets you replace the default key debouncing routine with an alternative one. If `custom` you will need to provide your own implementation. 146Lets you replace the default key debouncing routine with an alternative one. If `custom` you will need to provide your own implementation.
147 147
148`DEFERRED_EXEC_ENABLE`
149
150Enables deferred executor support -- timed delays before callbacks are invoked. See [deferred execution](custom_quantum_functions.md#deferred-execution) for more information.
151
148## Customizing Makefile Options on a Per-Keymap Basis 152## Customizing Makefile Options on a Per-Keymap Basis
149 153
150If your keymap directory has a file called `rules.mk` any options you set in that file will take precedence over other `rules.mk` options for your particular keyboard. 154If your keymap directory has a file called `rules.mk` any options you set in that file will take precedence over other `rules.mk` options for your particular keyboard.