~ruther/qmk_firmware

249280cac268ad1e1866471b786e7d2381ed627d — QMK Bot 3 years ago db43e45 + 3403f58
Merge remote-tracking branch 'origin/master' into develop
1 files changed, 1 insertions(+), 1 deletions(-)

M docs/custom_quantum_functions.md
M docs/custom_quantum_functions.md => docs/custom_quantum_functions.md +1 -1
@@ 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