├── .gitattributes ├── Case ├── Alice_PCB.step ├── Bottom.step ├── Middle.step ├── Plate.step ├── Top.step └── Weight.step ├── LICENSE ├── PCB ├── Production │ ├── BOM-Alice_PCB.csv │ ├── POS-Alice_PCB.csv │ ├── gerber.rar │ └── gerbers │ │ ├── Alice_PCB-B_Cu.gbl │ │ ├── Alice_PCB-B_Mask.gbs │ │ ├── Alice_PCB-B_Paste.gbp │ │ ├── Alice_PCB-B_Silkscreen.gbo │ │ ├── Alice_PCB-Edge_Cuts.gm1 │ │ ├── Alice_PCB-F_Cu.gtl │ │ ├── Alice_PCB-F_Mask.gts │ │ ├── Alice_PCB-F_Paste.gtp │ │ ├── Alice_PCB-F_Silkscreen.gto │ │ ├── Alice_PCB-NPTH.drl │ │ └── Alice_PCB-PTH.drl └── kicad │ ├── Alice_PCB-backups │ ├── Alice_PCB-2022-01-08_003249.zip │ ├── Alice_PCB-2022-01-08_004252.zip │ ├── Alice_PCB-2022-01-08_005252.zip │ ├── Alice_PCB-2022-01-08_010252.zip │ ├── Alice_PCB-2022-01-08_011150.zip │ ├── Alice_PCB-2022-01-10_155936.zip │ ├── Alice_PCB-2022-03-07_231158.zip │ ├── Alice_PCB-2022-03-07_232158.zip │ ├── Alice_PCB-2022-03-07_233158.zip │ ├── Alice_PCB-2022-03-07_234159.zip │ ├── Alice_PCB-2022-03-07_235159.zip │ ├── Alice_PCB-2022-03-08_032956.zip │ ├── Alice_PCB-2022-03-08_033957.zip │ ├── Alice_PCB-2022-03-08_034957.zip │ ├── Alice_PCB-2022-03-08_035957.zip │ ├── Alice_PCB-2022-03-08_040746.zip │ ├── Alice_PCB-2022-03-08_053300.zip │ ├── Alice_PCB-2022-03-14_035252.zip │ ├── Alice_PCB-2022-03-14_040756.zip │ ├── Alice_PCB-2022-03-14_043308.zip │ ├── Alice_PCB-2022-03-14_100447.zip │ └── Alice_PCB-2022-03-14_101534.zip │ ├── Alice_PCB.kicad_pcb │ ├── Alice_PCB.kicad_prl │ ├── Alice_PCB.kicad_pro │ ├── Alice_PCB.kicad_sch │ ├── Switch Matrix.kicad_sch │ ├── fp-info-cache │ └── fp-lib-table ├── README.md └── Render ├── Open Ergo LX.fbx └── OpenErgo.png /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ojthetiny/OpenErgo/HEAD/.gitattributes -------------------------------------------------------------------------------- /Case/Alice_PCB.step: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ojthetiny/OpenErgo/HEAD/Case/Alice_PCB.step -------------------------------------------------------------------------------- /Case/Bottom.step: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ojthetiny/OpenErgo/HEAD/Case/Bottom.step -------------------------------------------------------------------------------- /Case/Middle.step: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ojthetiny/OpenErgo/HEAD/Case/Middle.step -------------------------------------------------------------------------------- /Case/Plate.step: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ojthetiny/OpenErgo/HEAD/Case/Plate.step -------------------------------------------------------------------------------- /Case/Top.step: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ojthetiny/OpenErgo/HEAD/Case/Top.step -------------------------------------------------------------------------------- /Case/Weight.step: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ojthetiny/OpenErgo/HEAD/Case/Weight.step -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ojthetiny/OpenErgo/HEAD/LICENSE -------------------------------------------------------------------------------- /PCB/Production/BOM-Alice_PCB.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ojthetiny/OpenErgo/HEAD/PCB/Production/BOM-Alice_PCB.csv -------------------------------------------------------------------------------- /PCB/Production/POS-Alice_PCB.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ojthetiny/OpenErgo/HEAD/PCB/Production/POS-Alice_PCB.csv -------------------------------------------------------------------------------- /PCB/Production/gerber.rar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ojthetiny/OpenErgo/HEAD/PCB/Production/gerber.rar -------------------------------------------------------------------------------- /PCB/Production/gerbers/Alice_PCB-B_Cu.gbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ojthetiny/OpenErgo/HEAD/PCB/Production/gerbers/Alice_PCB-B_Cu.gbl -------------------------------------------------------------------------------- /PCB/Production/gerbers/Alice_PCB-B_Mask.gbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ojthetiny/OpenErgo/HEAD/PCB/Production/gerbers/Alice_PCB-B_Mask.gbs -------------------------------------------------------------------------------- /PCB/Production/gerbers/Alice_PCB-B_Paste.gbp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ojthetiny/OpenErgo/HEAD/PCB/Production/gerbers/Alice_PCB-B_Paste.gbp -------------------------------------------------------------------------------- /PCB/Production/gerbers/Alice_PCB-B_Silkscreen.gbo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ojthetiny/OpenErgo/HEAD/PCB/Production/gerbers/Alice_PCB-B_Silkscreen.gbo -------------------------------------------------------------------------------- /PCB/Production/gerbers/Alice_PCB-Edge_Cuts.gm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ojthetiny/OpenErgo/HEAD/PCB/Production/gerbers/Alice_PCB-Edge_Cuts.gm1 -------------------------------------------------------------------------------- /PCB/Production/gerbers/Alice_PCB-F_Cu.gtl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ojthetiny/OpenErgo/HEAD/PCB/Production/gerbers/Alice_PCB-F_Cu.gtl -------------------------------------------------------------------------------- /PCB/Production/gerbers/Alice_PCB-F_Mask.gts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ojthetiny/OpenErgo/HEAD/PCB/Production/gerbers/Alice_PCB-F_Mask.gts -------------------------------------------------------------------------------- /PCB/Production/gerbers/Alice_PCB-F_Paste.gtp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ojthetiny/OpenErgo/HEAD/PCB/Production/gerbers/Alice_PCB-F_Paste.gtp -------------------------------------------------------------------------------- /PCB/Production/gerbers/Alice_PCB-F_Silkscreen.gto: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ojthetiny/OpenErgo/HEAD/PCB/Production/gerbers/Alice_PCB-F_Silkscreen.gto -------------------------------------------------------------------------------- /PCB/Production/gerbers/Alice_PCB-NPTH.drl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ojthetiny/OpenErgo/HEAD/PCB/Production/gerbers/Alice_PCB-NPTH.drl -------------------------------------------------------------------------------- /PCB/Production/gerbers/Alice_PCB-PTH.drl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ojthetiny/OpenErgo/HEAD/PCB/Production/gerbers/Alice_PCB-PTH.drl -------------------------------------------------------------------------------- /PCB/kicad/Alice_PCB-backups/Alice_PCB-2022-01-08_003249.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ojthetiny/OpenErgo/HEAD/PCB/kicad/Alice_PCB-backups/Alice_PCB-2022-01-08_003249.zip -------------------------------------------------------------------------------- /PCB/kicad/Alice_PCB-backups/Alice_PCB-2022-01-08_004252.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ojthetiny/OpenErgo/HEAD/PCB/kicad/Alice_PCB-backups/Alice_PCB-2022-01-08_004252.zip -------------------------------------------------------------------------------- /PCB/kicad/Alice_PCB-backups/Alice_PCB-2022-01-08_005252.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ojthetiny/OpenErgo/HEAD/PCB/kicad/Alice_PCB-backups/Alice_PCB-2022-01-08_005252.zip -------------------------------------------------------------------------------- /PCB/kicad/Alice_PCB-backups/Alice_PCB-2022-01-08_010252.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ojthetiny/OpenErgo/HEAD/PCB/kicad/Alice_PCB-backups/Alice_PCB-2022-01-08_010252.zip -------------------------------------------------------------------------------- /PCB/kicad/Alice_PCB-backups/Alice_PCB-2022-01-08_011150.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ojthetiny/OpenErgo/HEAD/PCB/kicad/Alice_PCB-backups/Alice_PCB-2022-01-08_011150.zip -------------------------------------------------------------------------------- /PCB/kicad/Alice_PCB-backups/Alice_PCB-2022-01-10_155936.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ojthetiny/OpenErgo/HEAD/PCB/kicad/Alice_PCB-backups/Alice_PCB-2022-01-10_155936.zip -------------------------------------------------------------------------------- /PCB/kicad/Alice_PCB-backups/Alice_PCB-2022-03-07_231158.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ojthetiny/OpenErgo/HEAD/PCB/kicad/Alice_PCB-backups/Alice_PCB-2022-03-07_231158.zip -------------------------------------------------------------------------------- /PCB/kicad/Alice_PCB-backups/Alice_PCB-2022-03-07_232158.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ojthetiny/OpenErgo/HEAD/PCB/kicad/Alice_PCB-backups/Alice_PCB-2022-03-07_232158.zip -------------------------------------------------------------------------------- /PCB/kicad/Alice_PCB-backups/Alice_PCB-2022-03-07_233158.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ojthetiny/OpenErgo/HEAD/PCB/kicad/Alice_PCB-backups/Alice_PCB-2022-03-07_233158.zip -------------------------------------------------------------------------------- /PCB/kicad/Alice_PCB-backups/Alice_PCB-2022-03-07_234159.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ojthetiny/OpenErgo/HEAD/PCB/kicad/Alice_PCB-backups/Alice_PCB-2022-03-07_234159.zip -------------------------------------------------------------------------------- /PCB/kicad/Alice_PCB-backups/Alice_PCB-2022-03-07_235159.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ojthetiny/OpenErgo/HEAD/PCB/kicad/Alice_PCB-backups/Alice_PCB-2022-03-07_235159.zip -------------------------------------------------------------------------------- /PCB/kicad/Alice_PCB-backups/Alice_PCB-2022-03-08_032956.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ojthetiny/OpenErgo/HEAD/PCB/kicad/Alice_PCB-backups/Alice_PCB-2022-03-08_032956.zip -------------------------------------------------------------------------------- /PCB/kicad/Alice_PCB-backups/Alice_PCB-2022-03-08_033957.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ojthetiny/OpenErgo/HEAD/PCB/kicad/Alice_PCB-backups/Alice_PCB-2022-03-08_033957.zip -------------------------------------------------------------------------------- /PCB/kicad/Alice_PCB-backups/Alice_PCB-2022-03-08_034957.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ojthetiny/OpenErgo/HEAD/PCB/kicad/Alice_PCB-backups/Alice_PCB-2022-03-08_034957.zip -------------------------------------------------------------------------------- /PCB/kicad/Alice_PCB-backups/Alice_PCB-2022-03-08_035957.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ojthetiny/OpenErgo/HEAD/PCB/kicad/Alice_PCB-backups/Alice_PCB-2022-03-08_035957.zip -------------------------------------------------------------------------------- /PCB/kicad/Alice_PCB-backups/Alice_PCB-2022-03-08_040746.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ojthetiny/OpenErgo/HEAD/PCB/kicad/Alice_PCB-backups/Alice_PCB-2022-03-08_040746.zip -------------------------------------------------------------------------------- /PCB/kicad/Alice_PCB-backups/Alice_PCB-2022-03-08_053300.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ojthetiny/OpenErgo/HEAD/PCB/kicad/Alice_PCB-backups/Alice_PCB-2022-03-08_053300.zip -------------------------------------------------------------------------------- /PCB/kicad/Alice_PCB-backups/Alice_PCB-2022-03-14_035252.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ojthetiny/OpenErgo/HEAD/PCB/kicad/Alice_PCB-backups/Alice_PCB-2022-03-14_035252.zip -------------------------------------------------------------------------------- /PCB/kicad/Alice_PCB-backups/Alice_PCB-2022-03-14_040756.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ojthetiny/OpenErgo/HEAD/PCB/kicad/Alice_PCB-backups/Alice_PCB-2022-03-14_040756.zip -------------------------------------------------------------------------------- /PCB/kicad/Alice_PCB-backups/Alice_PCB-2022-03-14_043308.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ojthetiny/OpenErgo/HEAD/PCB/kicad/Alice_PCB-backups/Alice_PCB-2022-03-14_043308.zip -------------------------------------------------------------------------------- /PCB/kicad/Alice_PCB-backups/Alice_PCB-2022-03-14_100447.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ojthetiny/OpenErgo/HEAD/PCB/kicad/Alice_PCB-backups/Alice_PCB-2022-03-14_100447.zip -------------------------------------------------------------------------------- /PCB/kicad/Alice_PCB-backups/Alice_PCB-2022-03-14_101534.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ojthetiny/OpenErgo/HEAD/PCB/kicad/Alice_PCB-backups/Alice_PCB-2022-03-14_101534.zip -------------------------------------------------------------------------------- /PCB/kicad/Alice_PCB.kicad_pcb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ojthetiny/OpenErgo/HEAD/PCB/kicad/Alice_PCB.kicad_pcb -------------------------------------------------------------------------------- /PCB/kicad/Alice_PCB.kicad_prl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ojthetiny/OpenErgo/HEAD/PCB/kicad/Alice_PCB.kicad_prl -------------------------------------------------------------------------------- /PCB/kicad/Alice_PCB.kicad_pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ojthetiny/OpenErgo/HEAD/PCB/kicad/Alice_PCB.kicad_pro -------------------------------------------------------------------------------- /PCB/kicad/Alice_PCB.kicad_sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ojthetiny/OpenErgo/HEAD/PCB/kicad/Alice_PCB.kicad_sch -------------------------------------------------------------------------------- /PCB/kicad/Switch Matrix.kicad_sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ojthetiny/OpenErgo/HEAD/PCB/kicad/Switch Matrix.kicad_sch -------------------------------------------------------------------------------- /PCB/kicad/fp-info-cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ojthetiny/OpenErgo/HEAD/PCB/kicad/fp-info-cache -------------------------------------------------------------------------------- /PCB/kicad/fp-lib-table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ojthetiny/OpenErgo/HEAD/PCB/kicad/fp-lib-table -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ojthetiny/OpenErgo/HEAD/README.md -------------------------------------------------------------------------------- /Render/Open Ergo LX.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ojthetiny/OpenErgo/HEAD/Render/Open Ergo LX.fbx -------------------------------------------------------------------------------- /Render/OpenErgo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ojthetiny/OpenErgo/HEAD/Render/OpenErgo.png --------------------------------------------------------------------------------