From 9c32d31414d20a1a6088a0f1ef37a5867e5f19bd Mon Sep 17 00:00:00 2001 From: zvecr Date: Fri, 4 Feb 2022 03:46:48 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20master=20@?= =?UTF-8?q?=203403f5813cc1daa29a2da0690341152abae3aa86=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- custom_quantum_functions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_quantum_functions.md b/custom_quantum_functions.md index dd1654bd29..f9a6e1bcc8 100644 --- a/custom_quantum_functions.md +++ b/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