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/mt | |
| 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/mt')
| -rw-r--r-- | keyboards/mt/mt40/readme.md | 2 | ||||
| -rw-r--r-- | keyboards/mt/split75/readme.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/mt/mt40/readme.md b/keyboards/mt/mt40/readme.md index 632cefdb73..e24b856140 100644 --- a/keyboards/mt/mt40/readme.md +++ b/keyboards/mt/mt40/readme.md @@ -12,7 +12,7 @@ Make example for this keyboard (after setting up your build environment): make mt/mt40: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 mt/mt40:default:flash diff --git a/keyboards/mt/split75/readme.md b/keyboards/mt/split75/readme.md index 360ad55239..68ecd81bf2 100644 --- a/keyboards/mt/split75/readme.md +++ b/keyboards/mt/split75/readme.md @@ -15,7 +15,7 @@ Make example for this keyboard (after setting up your build environment): make mt/split75: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 mt/split75:default:flash |