diff options
author | Yan-Fa Li <yanfali@gmail.com> | 2019-02-07 01:43:47 +0100 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-02-07 01:43:47 +0100 |
commit | 3a513fc3a3e9c1ead4bdb58e8cdf5735ac8161e7 (patch) | |
tree | 724dc87902d25fbc64523b9a64e4d8706a408545 /docs | |
parent | f1c7718463835dfb5b7304d68c279372efe9fcb4 (diff) | |
download | qmk_firmware-3a513fc3a3e9c1ead4bdb58e8cdf5735ac8161e7.tar.gz qmk_firmware-3a513fc3a3e9c1ead4bdb58e8cdf5735ac8161e7.tar.xz |
[Docs] Bootmagic Lite Caveat (#5069)
Document that using bootmagic lite resets the eeprom every time.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/feature_bootmagic.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/feature_bootmagic.md b/docs/feature_bootmagic.md index 504fb90f4..39e4e47f4 100644 --- a/docs/feature_bootmagic.md +++ b/docs/feature_bootmagic.md @@ -127,7 +127,9 @@ Additionally, you may want to specify which key to use. This is especially usef By default, these are set to 0 and 0, which is usually the "ESC" key on a majority of keyboards. -And to trigger the bootloader, you hold this key down when plugging the keyboard in. Just the single key. +And to trigger the bootloader, you hold this key down when plugging the keyboard in. Just the single key. + +!> Using bootmagic lite will **always reset** the EEPROM, so you will lose any settings that have been saved. ## Advanced Bootmagic Lite |