From 66a2cc744f97faac725f91ffdee5be28672eef59 Mon Sep 17 00:00:00 2001 From: Selwyn Date: Thu, 4 Jul 2024 16:14:09 +0200 Subject: [PATCH] Clarify bootloader instructions and missing `QK_BOOT` functionality --- keyboards/qwertykeys/qk65/r2/readme.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/keyboards/qwertykeys/qk65/r2/readme.md b/keyboards/qwertykeys/qk65/r2/readme.md index b7c28f381ec..12c6543dc04 100644 --- a/keyboards/qwertykeys/qk65/r2/readme.md +++ b/keyboards/qwertykeys/qk65/r2/readme.md @@ -21,5 +21,6 @@ See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_to Enter the bootloader in two ways: -* **Bootmagic reset**: Hold down the B key and plug in the keyboard -* **Physical reset button**: Briefly press the SW1 button on the back of the PCB +* **Bootloader key**: Hold down the `B` key and plug in the keyboard. +Note that the `B` key is hardcoded to the physical QWERTY layout `B` location on the PCB and `QK_BOOT` does not work. +* **Physical reset button**: Briefly press the SW1 button on the back of the PCB.