From ee4532aac42700a9707c6dd6081e6ea8331ffc9d Mon Sep 17 00:00:00 2001 From: Ming-Gih Lam Date: Mon, 10 Jun 2024 14:00:52 -0700 Subject: [PATCH 1/3] Update keyboards/dcpedit/modmmm/readme.md Co-authored-by: Duncan Sutherland --- keyboards/dcpedit/modmmm/readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/keyboards/dcpedit/modmmm/readme.md b/keyboards/dcpedit/modmmm/readme.md index df3cb779927..0e225833cb8 100644 --- a/keyboards/dcpedit/modmmm/readme.md +++ b/keyboards/dcpedit/modmmm/readme.md @@ -1,7 +1,9 @@ # Mod Mmm ![Mod Mmm](https://i.imgur.com/oMP5RlJ.jpeg) +_Standard_ ![Mod Mmm Ortholinear](https://i.imgur.com/g60BMQH.jpeg) +_Ortho_ Replacement PCB for the IBM Model M keyboard. From 7045999564ae367f8d46e69b07df7b4631cf6c69 Mon Sep 17 00:00:00 2001 From: Ming-Gih Lam Date: Mon, 10 Jun 2024 16:57:46 -0700 Subject: [PATCH 2/3] 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). From 99e76dd1688457c40c237ae67dc2ee4631f914cf Mon Sep 17 00:00:00 2001 From: Ming-Gih Lam Date: Mon, 10 Jun 2024 16:57:55 -0700 Subject: [PATCH 3/3] Update keyboards/dcpedit/modmmm/readme.md Co-authored-by: Duncan Sutherland --- keyboards/dcpedit/modmmm/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keyboards/dcpedit/modmmm/readme.md b/keyboards/dcpedit/modmmm/readme.md index 070086770e8..f9214d466c9 100644 --- a/keyboards/dcpedit/modmmm/readme.md +++ b/keyboards/dcpedit/modmmm/readme.md @@ -8,7 +8,7 @@ _Ortho_ Replacement PCB for the IBM Model M keyboard. * Keyboard Maintainer: [dcpedit](https://github.com/dcpedit) -* Hardware Supported: Blackpill STM32F411 +* Hardware Supported: Blackpill STM32F411 development board, Standard/Ortho Mod Mmm PCB * Hardware Availability: https://github.com/dcpedit/mod-mmm Make example for this keyboard (after setting up your build environment):