diff options
| author | Ryan | 2024-06-17 21:23:45 +0200 |
|---|---|---|
| committer | GitHub | 2024-06-17 21:23:45 +0200 |
| commit | baa564bddfa0b1bfc7689bc42ec3d1cd7abb7a13 (patch) | |
| tree | 414ddc80c660e260a42ded05e2e54b351338e971 /keyboards/foxlab | |
| parent | 3f44231d2d7889beb87f67035d884daae72eb6f5 (diff) | |
Remove references to bootloadHID flashing page in keyboard readmes (#23942)
* Remove references to bootloadHID flashing page in keyboard readmes
* Remove bootloadHID flashing page
Diffstat (limited to 'keyboards/foxlab')
| -rw-r--r-- | keyboards/foxlab/time80/readme.md | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/keyboards/foxlab/time80/readme.md b/keyboards/foxlab/time80/readme.md index 58ad560400..9f04a07dd6 100644 --- a/keyboards/foxlab/time80/readme.md +++ b/keyboards/foxlab/time80/readme.md @@ -15,13 +15,11 @@ Make example for this keyboard (after setting up your build environment): make foxlab/time80:default -Flashing example for this keyboard ([after setting up the bootloadHID flashing environment](https://docs.qmk.fm/#/flashing_bootloadhid)) +Flashing example for this keyboard: make foxlab/time80:default:flash -**Reset Key**: There are no reset switches or pads. Follow this -[guide](https://docs.qmk.fm/#/flashing_bootloadhid) -to have it flashed for the first time. Remember to add a `QK_BOOT` +**Reset Key**: There are no reset switches or pads. Remember to add a `QK_BOOT` key on your keymap for future endeavors. 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). |