feat(docs): Document persisted settings and debouncing
This commit is contained in:
parent
b20d3178b9
commit
4e18b879bd
5 changed files with 27 additions and 0 deletions
|
|
@ -55,6 +55,12 @@ Value Limits:
|
|||
|
||||
:::
|
||||
|
||||
:::note RGB settings persistence
|
||||
The RGB settings that are changed via the `&rgb_ug` behavior will be saved to flash storage and hence persist across restarts and firmware flashes.
|
||||
They will also override the start values set by [`CONFIG_ZMK_RGB_*_START` settings](../config/underglow.md#kconfig).
|
||||
However the settings will only be saved after [`CONFIG_ZMK_SETTINGS_SAVE_DEBOUNCE`](../config/system.md#general) milliseconds in order to reduce potential wear on the flash memory.
|
||||
:::
|
||||
|
||||
## Examples
|
||||
|
||||
1. Toggle underglow on/off
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue