aboutsummaryrefslogtreecommitdiff
path: root/docs/flashing.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/flashing.md')
-rw-r--r--docs/flashing.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/flashing.md b/docs/flashing.md
index da3c64c4a..fae9c5d1c 100644
--- a/docs/flashing.md
+++ b/docs/flashing.md
@@ -48,7 +48,7 @@ QMK maintains [a fork of the LUFA DFU bootloader](https://github.com/qmk/lufa/tr
48//#define QMK_LED E6 48//#define QMK_LED E6
49//#define QMK_SPEAKER C6 49//#define QMK_SPEAKER C6
50``` 50```
51Currently we do not recommend making `QMK_ESC` the same key as the one designated for [Bootmagic Lite](feature_bootmagic.md#bootmagic-lite), as holding it down will cause the MCU to loop back and forth between entering and exiting the bootloader. 51Currently we do not recommend making `QMK_ESC` the same key as the one designated for [Bootmagic Lite](feature_bootmagic.md), as holding it down will cause the MCU to loop back and forth between entering and exiting the bootloader.
52 52
53The manufacturer and product strings are automatically pulled from `config.h`, with " Bootloader" appended to the product string. 53The manufacturer and product strings are automatically pulled from `config.h`, with " Bootloader" appended to the product string.
54 54
@@ -192,7 +192,7 @@ To enable the additional features, add the following defines to your `config.h`:
192//#define QMK_SPEAKER C6 192//#define QMK_SPEAKER C6
193``` 193```
194 194
195Currently we do not recommend making `QMK_ESC` the same key as the one designated for [Bootmagic Lite](feature_bootmagic.md#bootmagic-lite), as holding it down will cause the MCU to loop back and forth between entering and exiting the bootloader. 195Currently we do not recommend making `QMK_ESC` the same key as the one designated for [Bootmagic Lite](feature_bootmagic.md), as holding it down will cause the MCU to loop back and forth between entering and exiting the bootloader.
196 196
197The manufacturer and product strings are automatically pulled from `config.h`, with " Bootloader" appended to the product string. 197The manufacturer and product strings are automatically pulled from `config.h`, with " Bootloader" appended to the product string.
198 198