Deploying to gh-pages from master @ 3403f5813c 🚀

gh-pages
zvecr 2022-02-04 03:46:48 +00:00
parent c5abf9ed0b
commit 9c32d31414
1 changed files with 1 additions and 1 deletions

View File

@ -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