mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-05-16 22:30:31 +00:00
Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
commit
249280cac2
@ -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
|
### 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
|
#### Deferred executor callbacks
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user