diff options
author | QMK Bot <hello@qmk.fm> | 2024-06-02 02:42:52 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2024-06-02 02:42:52 +0000 |
commit | c67789b717d72328ca275bfc4f5a3032d06bab98 (patch) | |
tree | aafd350b64a95fbf05e0169acad714230e7114b2 /docs/custom_quantum_functions.md | |
parent | 6c8750023125cbecb267d6608ff8684fecb33353 (diff) | |
parent | 78a0adfbb4d2c4e12f93f2a62ded0020d406243e (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'docs/custom_quantum_functions.md')
-rw-r--r-- | docs/custom_quantum_functions.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/custom_quantum_functions.md b/docs/custom_quantum_functions.md index ac21f0e039..729f0cd028 100644 --- a/docs/custom_quantum_functions.md +++ b/docs/custom_quantum_functions.md @@ -206,7 +206,7 @@ Similar to `matrix_scan_*`, these are called as often as the MCU can handle. To ### Example `void housekeeping_task_user(void)` implementation -This example will show you how to use `void housekeeping_task_user(void)` to turn off [RGB Light](feature_rgblight). For RGB Matrix, the [builtin](feature_rgb_matrix#additional-configh-options) `RGB_MATRIX_TIMEOUT` should be used. +This example will show you how to use `void housekeeping_task_user(void)` to turn off [RGB Light](features/rgblight). For RGB Matrix, the [builtin](features/rgb_matrix#additional-configh-options) `RGB_MATRIX_TIMEOUT` should be used. First, add the following lines to your keymap's `config.h`: |