Some marketing 🤣

This commit is contained in:
Leo Batyuk 2021-09-10 21:45:53 +02:00
parent c17c42e262
commit 1fb07bf88a

View file

@ -11,7 +11,7 @@ has the exact number of keys needed to run the [Miryoku](https://github.com/mann
The interesting thing about this keyboard is that it's a declarative design made using [Ergogen](https://github.com/mrzealot/ergogen/). The build system: The interesting thing about this keyboard is that it's a declarative design made using [Ergogen](https://github.com/mrzealot/ergogen/). The build system:
* uses Ergogen to translate YAML to a KiCad PCB and plate files for FR2 fab or laser cutting * uses Ergogen to translate YAML to a KiCad PCB and plate files for FR2 fab or laser cutting
* TODO pull out these files from the `output` folder and move them to some other target * TODO pull out these files from the `output` folder and move them to some other target
* uses [kicad-automation-scripts](https://github.com/productize/kicad-automation-scripts) and [FreeRouting](https://github.com/freerouting/freerouting) for autorouting the PCB * uses [kicad-automation-scripts](https://github.com/productize/kicad-automation-scripts) and [FreeRouting](https://github.com/freerouting/freerouting) to :sparkle: **automatically route the traces on the PCB** :sparkle:
* uses [KiKit](https://github.com/yaqwsx/KiKit) to render PCB previews (see top of this file) and Gerber files * uses [KiKit](https://github.com/yaqwsx/KiKit) to render PCB previews (see top of this file) and production-ready :sparkle: **Gerber files** :sparkle:
See the [Makefile](Makefile) for more details. See the [Makefile](Makefile) for more details.