diff options
author | QMK Bot <hello@qmk.fm> | 2024-09-06 16:31:28 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2024-09-06 16:31:28 +0000 |
commit | a4c286bb34ba130edfef0c55acbba6db690b32cd (patch) | |
tree | 4a6c622c7d7ca925069815de39849831f81918bf /docs/flashing.md | |
parent | 46d2e15b1ff1f2f45014437501db1926fb1b17ef (diff) | |
parent | f0435451446621a0e768c8a9123789b239a325b4 (diff) |
Merge remote-tracking branch 'origin/master' into develop
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 //#define QMK_LED E6 //#define QMK_SPEAKER C6 ``` -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. +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. The manufacturer and product strings are automatically pulled from `config.h`, with " Bootloader" appended to the product string. @@ -209,7 +209,7 @@ To enable the additional features, add the following defines to your `config.h`: //#define QMK_SPEAKER C6 ``` -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. +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. The manufacturer and product strings are automatically pulled from `config.h`, with " Bootloader" appended to the product string. |