├── .gitignore ├── README.txt ├── alps64-cache.lib ├── alps64.cmp ├── alps64.kicad_pcb ├── alps64.net ├── alps64.pro ├── alps64.sch ├── fp-lib-table ├── matrix.sch └── sym-lib-table /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmk/alps64/HEAD/.gitignore -------------------------------------------------------------------------------- /README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmk/alps64/HEAD/README.txt -------------------------------------------------------------------------------- /alps64-cache.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmk/alps64/HEAD/alps64-cache.lib -------------------------------------------------------------------------------- /alps64.cmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmk/alps64/HEAD/alps64.cmp -------------------------------------------------------------------------------- /alps64.kicad_pcb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmk/alps64/HEAD/alps64.kicad_pcb -------------------------------------------------------------------------------- /alps64.net: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmk/alps64/HEAD/alps64.net -------------------------------------------------------------------------------- /alps64.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmk/alps64/HEAD/alps64.pro -------------------------------------------------------------------------------- /alps64.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmk/alps64/HEAD/alps64.sch -------------------------------------------------------------------------------- /fp-lib-table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmk/alps64/HEAD/fp-lib-table -------------------------------------------------------------------------------- /matrix.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmk/alps64/HEAD/matrix.sch -------------------------------------------------------------------------------- /sym-lib-table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmk/alps64/HEAD/sym-lib-table --------------------------------------------------------------------------------