Remove unclear TODO

This commit is contained in:
Leo B 2021-12-10 22:33:11 +01:00
parent 7ee542142b
commit 4a749dcd41

View file

@ -12,7 +12,6 @@ The interesting thing about this keyboard is that it's a declarative design ("sa
"keyboard that assembles itself" from Russian). "keyboard that assembles itself" from Russian).
* Layout is declared using [Ergogen](https://github.com/mrzealot/ergogen/) * Layout is declared 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 * The build system 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
* uses [kicad-automation-scripts](https://github.com/productize/kicad-automation-scripts) and [FreeRouting](https://github.com/freerouting/freerouting) to **automatically route the traces on the PCB** * uses [kicad-automation-scripts](https://github.com/productize/kicad-automation-scripts) and [FreeRouting](https://github.com/freerouting/freerouting) to **automatically route the traces on the PCB**
* uses [KiKit](https://github.com/yaqwsx/KiKit) to render PCB previews (see top of this file) and production-ready **Gerber files** * uses [KiKit](https://github.com/yaqwsx/KiKit) to render PCB previews (see top of this file) and production-ready **Gerber files**