diff options
author | jack <jack@pngu.org> | 2024-09-06 10:30:54 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-06 17:30:54 +0100 |
commit | f0435451446621a0e768c8a9123789b239a325b4 (patch) | |
tree | 2edd6213e016497e5e962de52892e197d84ee282 /docs/ref_functions.md | |
parent | c44f5375ab6aa3ad98d48a8a32a973f8fe6ad20b (diff) |
[Docs] Remove references to bootmagic lite (#24369)
Diffstat (limited to 'docs/ref_functions.md')
-rw-r--r-- | docs/ref_functions.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref_functions.md b/docs/ref_functions.md index 577273c05d..3304981ef5 100644 --- a/docs/ref_functions.md +++ b/docs/ref_functions.md @@ -99,7 +99,7 @@ To reset to the bootloader use `QK_BOOTLOADER` or `QK_BOOT` keycode or `reset_ke ## Wiping the EEPROM (Persistent Storage) -If you're having issues with Audio, RGB Underglow, backlighting or keys acting weird, then you can reset the EEPROM (persistent setting storage). To force an EEPROM reset, use the [`EE_CLR` keycode](quantum_keycodes) or [Bootmagic Lite](features/bootmagic) functionality. If neither of those are an option, then you can use a custom macro to do so. +If you're having issues with Audio, RGB Underglow, backlighting or keys acting weird, then you can reset the EEPROM (persistent setting storage). To force an EEPROM reset, use the [`EE_CLR` keycode](quantum_keycodes) or [Bootmagic](features/bootmagic) functionality. If neither of those are an option, then you can use a custom macro to do so. To wipe the EEPROM, run `eeconfig_init()` from your function or macro to reset most of the settings to default. |