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/ft | |
| 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/ft')
| -rw-r--r-- | keyboards/ft/mars65/readme.md | 2 | ||||
| -rw-r--r-- | keyboards/ft/mars80/readme.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/ft/mars65/readme.md b/keyboards/ft/mars65/readme.md index 6853994ee4..55373214f8 100644 --- a/keyboards/ft/mars65/readme.md +++ b/keyboards/ft/mars65/readme.md @@ -12,7 +12,7 @@ Make example for this keyboard (after setting up your build environment): make ft/mars65: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 ft/mars65:default:flash diff --git a/keyboards/ft/mars80/readme.md b/keyboards/ft/mars80/readme.md index 3d108300bb..f4aa3b5f77 100644 --- a/keyboards/ft/mars80/readme.md +++ b/keyboards/ft/mars80/readme.md @@ -10,7 +10,7 @@ Make example for this keyboard (after setting up your build environment): make ft/mars80: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 ft/mars80:default:flash |