Skip to content

Commit

Permalink
Change flash save note to warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ReFil committed Oct 23, 2023
1 parent 3abf5ff commit 1407829
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/docs/behaviors/underglow.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

:::

Expand Down

0 comments on commit 1407829

Please sign in to comment.