summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2022-02-04 03:45:30 +0000
committerQMK Bot <hello@qmk.fm>2022-02-04 03:45:30 +0000
commit249280cac268ad1e1866471b786e7d2381ed627d (patch)
treeeb4c2de680cc12f769e0dfa7d59b69be30f9e987 /docs
parentdb43e450771f4eefe27821a88cc86df46c1006c1 (diff)
parent3403f5813cc1daa29a2da0690341152abae3aa86 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'docs')
-rw-r--r--docs/custom_quantum_functions.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/custom_quantum_functions.md b/docs/custom_quantum_functions.md
index dd1654bd29..f9a6e1bcc8 100644
--- a/docs/custom_quantum_functions.md
+++ b/docs/custom_quantum_functions.md
@@ -408,7 +408,7 @@ The `val` is the value of the data that you want to write to EEPROM. And the `e
### Deferred Execution :id=deferred-execution
-QMK has the ability to execute a callback after a specified period of time, rather than having to manually manage timers.
+QMK has the ability to execute a callback after a specified period of time, rather than having to manually manage timers. To enable this functionality, set `DEFERRED_EXEC_ENABLE = yes` in rules.mk.
#### Deferred executor callbacks