logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git
commit: 696bf80375bbcf8feea6b259e5d97ecfefd49f37
parent c52ad5c38e9596e871222572cbe164e80c36d7e4
Author: Victor Camargo <victor.s.camargo@gmail.com>
Date:   Fri, 29 Mar 2024 22:00:41 -0300

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>

Diffstat:

Mdocs/flashing.md2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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.