The schematic and PCBs of the UHK 60 v1
  • JavaScript 70.6%
  • Shell 26.5%
  • Python 2.9%
Find a file
2022-04-10 10:45:38 +02:00
bom Display invalid reference designators. 2017-04-07 22:38:04 +02:00
cla Merge pull request #40 from spuder/patch-2 2019-06-22 09:09:40 +02:00
connectors Fix the symbol library table of the connector. (Previously I fixed the symbol library table of the display.) 2018-04-30 00:06:53 +02:00
dfm Add gitignore 2017-01-11 00:21:07 +01:00
display Fix the symbol library table of the connector. 2018-04-30 00:01:11 +02:00
gerbers Update the directory of the panel. 2016-12-04 23:32:33 +01:00
left-main Add the PDFs of the schematics of the left and right boards. 2018-04-30 00:14:47 +02:00
libs Use SM1206_DNP modules on the right board where relevant. 2017-12-08 00:00:05 +01:00
panel Ignore empty-panel.pro 2017-05-06 01:46:36 +02:00
right-main Add the PDFs of the schematics of the left and right boards. 2018-04-30 00:14:47 +02:00
scripts Adds visual diff and travis support 2015-12-20 22:18:40 -07:00
test/travis-ci Adds visual diff and travis support 2015-12-20 22:18:40 -07:00
.gitignore Ignore plot and fp-info-cache 2020-07-01 01:23:56 +02:00
.gitmodules Use HTTPS instead of SSH for submodules. 2016-11-07 21:40:53 +01:00
.travis.yml Adds visual diff and travis support 2015-12-20 22:18:40 -07:00
CONTRIBUTING.md Update CONTRIBUTING.md 2019-06-07 21:45:31 +02:00
LICENSE Add license. 2015-12-27 14:15:14 +01:00
README.md Update README.md 2022-04-10 10:45:38 +02:00
uhk60.pro Add root KiCad project file. 2020-07-01 01:24:43 +02:00
Vagrantfile Adds visual diff and travis support 2015-12-20 22:18:40 -07:00

Ultimate Hacking Keyboard electronics

Changelog #186

Contained are the schematics and board layout KiCad files for the Ultimate Hacking Keyboard.

Please make sure to clone this repo with:

git clone --recursive https://github.com/UltimateHackingKeyboard/uhk60v1-electronics.git

Now, you should be able to open any of the 4 KiCad projects of the repo:

  • left-main contains main PCB of left keyboard half.
  • right-main contains the main PCB of the right keyboard half.
  • display contains the PCB that interfaces our custom manufactured LED segment display with the left main PCB.
  • connectors are very small PCBs that are soldered vertically to the left and right main circuit boards to interconnect the keyboard halves without needing a bridge cable.