From 7045999564ae367f8d46e69b07df7b4631cf6c69 Mon Sep 17 00:00:00 2001 From: Ming-Gih Lam Date: Mon, 10 Jun 2024 16:57:46 -0700 Subject: [PATCH] Update keyboards/dcpedit/modmmm/readme.md Co-authored-by: Duncan Sutherland --- keyboards/dcpedit/modmmm/readme.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/keyboards/dcpedit/modmmm/readme.md b/keyboards/dcpedit/modmmm/readme.md index 0e225833cb8..070086770e8 100644 --- a/keyboards/dcpedit/modmmm/readme.md +++ b/keyboards/dcpedit/modmmm/readme.md @@ -13,17 +13,13 @@ Replacement PCB for the IBM Model M keyboard. Make example for this keyboard (after setting up your build environment): - make dcpedit/mod-mmm/standard:default + make dcpedit/modmmm/standard:default + make dcpedit/modmmm/ortho:default Flashing example for this keyboard: - make dcpedit/mod-mmm/standard:default:flash - -For the ortholinear PCB, use the following commands to build and flash: - - make dcpedit/mod-mmm/ortho:default - make dcpedit/mod-mmm/ortho:default:flash - + make dcpedit/modmmm/standard:default:flash + make dcpedit/modmmm/ortho:default:flash 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).