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/flashing.md | |
| parent | c44f5375ab6aa3ad98d48a8a32a973f8fe6ad20b (diff) | |
[Docs] Remove references to bootmagic lite (#24369)
Diffstat (limited to 'docs/flashing.md')
| -rw-r--r-- | docs/flashing.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/flashing.md b/docs/flashing.md index 798331eb23..2afb858860 100644 --- a/docs/flashing.md +++ b/docs/flashing.md | |||
| @@ -53,7 +53,7 @@ QMK maintains [a fork of the LUFA DFU bootloader](https://github.com/qmk/lufa/tr | |||
| 53 | //#define QMK_LED E6 | 53 | //#define QMK_LED E6 |
| 54 | //#define QMK_SPEAKER C6 | 54 | //#define QMK_SPEAKER C6 |
| 55 | ``` | 55 | ``` |
| 56 | Currently we do not recommend making `QMK_ESC` the same key as the one designated for [Bootmagic Lite](features/bootmagic), as holding it down will cause the MCU to loop back and forth between entering and exiting the bootloader. | 56 | Currently we do not recommend making `QMK_ESC` the same key as the one designated for [Bootmagic](features/bootmagic), as holding it down will cause the MCU to loop back and forth between entering and exiting the bootloader. |
| 57 | 57 | ||
| 58 | The manufacturer and product strings are automatically pulled from `config.h`, with " Bootloader" appended to the product string. | 58 | The manufacturer and product strings are automatically pulled from `config.h`, with " Bootloader" appended to the product string. |
| 59 | 59 | ||
| @@ -209,7 +209,7 @@ To enable the additional features, add the following defines to your `config.h`: | |||
| 209 | //#define QMK_SPEAKER C6 | 209 | //#define QMK_SPEAKER C6 |
| 210 | ``` | 210 | ``` |
| 211 | 211 | ||
| 212 | Currently we do not recommend making `QMK_ESC` the same key as the one designated for [Bootmagic Lite](features/bootmagic), as holding it down will cause the MCU to loop back and forth between entering and exiting the bootloader. | 212 | Currently we do not recommend making `QMK_ESC` the same key as the one designated for [Bootmagic](features/bootmagic), as holding it down will cause the MCU to loop back and forth between entering and exiting the bootloader. |
| 213 | 213 | ||
| 214 | The manufacturer and product strings are automatically pulled from `config.h`, with " Bootloader" appended to the product string. | 214 | The manufacturer and product strings are automatically pulled from `config.h`, with " Bootloader" appended to the product string. |
| 215 | 215 | ||
