diff options
author | Yan-Fa Li <yanfali@gmail.com> | 2019-02-06 16:43:47 -0800 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-02-06 16:43:47 -0800 |
commit | 3a513fc3a3e9c1ead4bdb58e8cdf5735ac8161e7 (patch) | |
tree | 724dc87902d25fbc64523b9a64e4d8706a408545 /docs | |
parent | f1c7718463835dfb5b7304d68c279372efe9fcb4 (diff) | |
download | qmk_firmware-3a513fc3a3e9c1ead4bdb58e8cdf5735ac8161e7.tar.gz qmk_firmware-3a513fc3a3e9c1ead4bdb58e8cdf5735ac8161e7.zip |
[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 504fb90f45..39e4e47f4e 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 |