X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=docs%2Fcustom_quantum_functions.md;h=7be82c650f7d0e6843616d506b3406603746bb59;hb=d686c0ea43d6a9db7768da64ee54c3ba25c018f7;hp=6287b9530909e596d44095d6f0162d3774c15f7f;hpb=5701b75e3c10728d424ec058d26ef2e354aba0c0;p=qmk_firmware.git diff --git a/docs/custom_quantum_functions.md b/docs/custom_quantum_functions.md index 6287b9530..7be82c650 100644 --- a/docs/custom_quantum_functions.md +++ b/docs/custom_quantum_functions.md @@ -267,7 +267,7 @@ You should use this function if you need custom matrix scanning code. It can als If the board supports it, it can be "idled", by stopping a number of functions. A good example of this is RGB lights or backlights. This can save on power consumption, or may be better behavior for your keyboard. -This is controlled by two functions: `suspend_power_down_*` and `suspend_wakeup_init_*`, which are called when the system is board is idled and when it wakes up, respectively. +This is controlled by two functions: `suspend_power_down_*` and `suspend_wakeup_init_*`, which are called when the system board is idled and when it wakes up, respectively. ### Example suspend_power_down_user() and suspend_wakeup_init_user() Implementation