Browse Source

Point out that deferred execution needs to be enabled in rules.mk (#16196)

pull/16202/head
Nick Brassel 2 years ago
committed by GitHub
parent
commit
3403f5813c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docs/custom_quantum_functions.md

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


Loading…
Cancel
Save