UltimateHackingKeyboard / uhk60v1-electronics

The schematic and PCBs of the UHK 60 v1
GNU General Public License v3.0
168 stars 23 forks source link

Adds visual diff and travis support #27

Closed spuder closed 8 years ago

spuder commented 8 years ago

issue #24

mondalaci commented 8 years ago

@spuder This looks great and very impressive! One question: Why is the saiarcot895/myppa PPA used?

spuder commented 8 years ago

saiarcot895/myppa is for the package apt-fast.

While not required, it greatly speeds up the time it takes to install kicad in the vagrant vm.

apt-get install kicad => 30+ minutes
apt-fast install kicad => 2 minutes
mondalaci commented 8 years ago

That is some serious speed improvement, indeed! You've just taught me something new, thanks!