diff options
author | Joel Challis <git@zvecr.com> | 2022-09-03 06:50:44 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-03 06:50:44 +0100 |
commit | 5c0e87608fb63cac3bd1dc4453d8de875497a87e (patch) | |
tree | 8b14ed36104db348a8a607c4b666e6c95c56cdc3 /keyboards/boardrun | |
parent | 5d932e2612aef86a1db7d182bd509026c8f6a064 (diff) | |
download | qmk_firmware-5c0e87608fb63cac3bd1dc4453d8de875497a87e.tar.gz qmk_firmware-5c0e87608fb63cac3bd1dc4453d8de875497a87e.zip |
Remove more RESET keycode references (#18252)
Diffstat (limited to 'keyboards/boardrun')
-rw-r--r-- | keyboards/boardrun/bizarre/readme.md | 2 | ||||
-rw-r--r-- | keyboards/boardrun/classic/readme.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/boardrun/bizarre/readme.md b/keyboards/boardrun/bizarre/readme.md index 5c73313d38..3ca84dfac2 100644 --- a/keyboards/boardrun/bizarre/readme.md +++ b/keyboards/boardrun/bizarre/readme.md @@ -18,6 +18,6 @@ Flashing example for this keyboard: make boardrun/bizarre:default:flash -The board may be reset into bootloader mode via either the reset button (on the bottom of the PCB) or a configured RESET shortcut (which may vary depending on when the PCB was flashed). +The board may be reset into bootloader mode via either the reset button (on the bottom of the PCB) or a configured `QK_BOOT` shortcut (which may vary depending on when the PCB was flashed). See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs). diff --git a/keyboards/boardrun/classic/readme.md b/keyboards/boardrun/classic/readme.md index 2ed4ff1bd0..eeb2c0d55c 100644 --- a/keyboards/boardrun/classic/readme.md +++ b/keyboards/boardrun/classic/readme.md @@ -18,6 +18,6 @@ Flashing example for this keyboard: make boardrun/classic:default:flash -The board may be reset into bootloader mode via either the reset button (on the bottom of the PCB) or a configured RESET shortcut (which may vary depending on when the PCB was flashed). +The board may be reset into bootloader mode via either the reset button (on the bottom of the PCB) or a configured `QK_BOOT` shortcut (which may vary depending on when the PCB was flashed). See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs). |