diff options
Diffstat (limited to 'docs/getting_started_make_guide.md')
| -rw-r--r-- | docs/getting_started_make_guide.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/getting_started_make_guide.md b/docs/getting_started_make_guide.md index a51486435..1a7e27609 100644 --- a/docs/getting_started_make_guide.md +++ b/docs/getting_started_make_guide.md | |||
| @@ -145,6 +145,10 @@ Lets you replace the default matrix scanning routine with your own code. For fur | |||
| 145 | 145 | ||
| 146 | Lets you replace the default key debouncing routine with an alternative one. If `custom` you will need to provide your own implementation. | 146 | Lets you replace the default key debouncing routine with an alternative one. If `custom` you will need to provide your own implementation. |
| 147 | 147 | ||
| 148 | `DEFERRED_EXEC_ENABLE` | ||
| 149 | |||
| 150 | Enables deferred executor support -- timed delays before callbacks are invoked. See [deferred execution](custom_quantum_functions.md#deferred-execution) for more information. | ||
| 151 | |||
| 148 | ## Customizing Makefile Options on a Per-Keymap Basis | 152 | ## Customizing Makefile Options on a Per-Keymap Basis |
| 149 | 153 | ||
| 150 | If your keymap directory has a file called `rules.mk` any options you set in that file will take precedence over other `rules.mk` options for your particular keyboard. | 154 | If your keymap directory has a file called `rules.mk` any options you set in that file will take precedence over other `rules.mk` options for your particular keyboard. |
