aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYan-Fa Li <yanfali@gmail.com>2019-02-06 16:43:47 -0800
committerDrashna Jaelre <drashna@live.com>2019-02-06 16:43:47 -0800
commit3a513fc3a3e9c1ead4bdb58e8cdf5735ac8161e7 (patch)
tree724dc87902d25fbc64523b9a64e4d8706a408545
parentf1c7718463835dfb5b7304d68c279372efe9fcb4 (diff)
downloadqmk_firmware-3a513fc3a3e9c1ead4bdb58e8cdf5735ac8161e7.tar.gz
qmk_firmware-3a513fc3a3e9c1ead4bdb58e8cdf5735ac8161e7.zip
[Docs] Bootmagic Lite Caveat (#5069)
Document that using bootmagic lite resets the eeprom every time.
-rw-r--r--docs/feature_bootmagic.md4
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
127 127
128By default, these are set to 0 and 0, which is usually the "ESC" key on a majority of keyboards. 128By default, these are set to 0 and 0, which is usually the "ESC" key on a majority of keyboards.
129 129
130And to trigger the bootloader, you hold this key down when plugging the keyboard in. Just the single key. 130And to trigger the bootloader, you hold this key down when plugging the keyboard in. Just the single key.
131
132!> Using bootmagic lite will **always reset** the EEPROM, so you will lose any settings that have been saved.
131 133
132## Advanced Bootmagic Lite 134## Advanced Bootmagic Lite
133 135