Skip to content

Commit

Permalink
Add ortho to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dcpedit committed May 30, 2024
1 parent b531617 commit 1a39d17
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions keyboards/dcpedit/modmmm/readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Mod Mmm

![Mod Mmm](https://i.imgur.com/oMP5RlJ.jpeg)
![Mod Mmm Ortholinear](https://i.imgur.com/g60BMQH.jpeg)

Replacement PCB for the IBM Model M keyboard.

Expand All @@ -10,11 +11,17 @@ Replacement PCB for the IBM Model M keyboard.

Make example for this keyboard (after setting up your build environment):

make dcpedit/mod-mmm:default
make dcpedit/mod-mmm/standard:default

Flashing example for this keyboard:

make dcpedit/mod-mmm:default:flash
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


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).

Expand Down

0 comments on commit 1a39d17

Please sign in to comment.