From 1407829bf350b9fa59d0b45ddb6a64a21b298f7a Mon Sep 17 00:00:00 2001 From: ReFil <31960031+ReFil@users.noreply.github.com> Date: Mon, 23 Oct 2023 13:02:59 +0100 Subject: [PATCH] Change flash save note to warning --- docs/docs/behaviors/underglow.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/docs/behaviors/underglow.md b/docs/docs/behaviors/underglow.md index a2e31bcef4e..662e348381e 100644 --- a/docs/docs/behaviors/underglow.md +++ b/docs/docs/behaviors/underglow.md @@ -74,7 +74,11 @@ When using the `RGB_EFS` or `RGB_MEFS` definitions you must also include a param | RGB_EFF_SPECTRUM | Cycle all LEDs through the color spectrum | | RGB_EFF_SWIRL | Swirl a rainbow around the LEDs | -If the `RGB_MEFS` key is held down for longer than [`CONFIG_ZMK_SETTINGS_SAVE_DEBOUNCE`](../config/system.md#general) milliseconds and the board is reset prior to releasing the key the temporary effect will have been saved to flash memory and will be restored after resetting/power cycling +::: + +:::warning + +If the `RGB_MEFS` key is held down for longer than [`CONFIG_ZMK_SETTINGS_SAVE_DEBOUNCE`](../config/system.md#general) milliseconds and the board is reset prior to releasing the key, the temporary effect will have been saved to flash memory and will be the one selected after resetting/power cycling. :::