summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Camargo <victor.s.camargo@gmail.com>2024-03-29 22:00:41 -0300
committerGitHub <noreply@github.com>2024-03-29 19:00:41 -0600
commit696bf80375bbcf8feea6b259e5d97ecfefd49f37 (patch)
treec6d8d8c1962096eb562d56660f339cf71c8fdc8e
parentc52ad5c38e9596e871222572cbe164e80c36d7e4 (diff)
Clearer text about double tapping reset only working for boot after already having QMK running in board (#23042)
Co-authored-by: Drashna Jaelre <drashna@live.com>
-rw-r--r--docs/flashing.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/flashing.md b/docs/flashing.md
index 113d90ca38..95b3680410 100644
--- a/docs/flashing.md
+++ b/docs/flashing.md
@@ -464,4 +464,4 @@ CLI Flashing sequence:
3. Flash via QMK CLI eg. `qmk flash --keyboard handwired/onekey/rpi_pico --keymap default`
4. Wait for the keyboard to become available
-<sup>1</sup>: This works only if QMK was compiled with `RP2040_BOOTLOADER_DOUBLE_TAP_RESET` defined.
+<sup>1</sup>: This works only if the controller has been flashed with QMK Firmware with `RP2040_BOOTLOADER_DOUBLE_TAP_RESET` defined.