Merge branch 'modmmm' of github.com:dcpedit/qmk_firmware into modmmm

This commit is contained in:
dcpedit 2024-06-10 16:58:10 -07:00
commit aebaa238f3

View File

@ -1,27 +1,25 @@
# 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.
* 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):
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).