KiCAD PCB first draft

This commit is contained in:
Thomas Schwery 2018-03-11 22:25:16 +01:00
parent 3383ae6d68
commit 29ab240f2b
9 changed files with 16538 additions and 0 deletions

5
.gitignore vendored
View file

@ -1 +1,6 @@
*.gcode *.gcode
*.bak
*-bak
_autosave*
keyboard_pcb/gerbers/
*.swp

6
.gitmodules vendored Normal file
View file

@ -0,0 +1,6 @@
[submodule "keyboard_pcb/Keyboard.pretty"]
path = keyboard_pcb/Keyboard.pretty
url = https://github.com/stormbard/Keyboard.pretty.git
[submodule "keyboard_pcb/kicad_lib_tmk"]
path = keyboard_pcb/kicad_lib_tmk
url = https://github.com/tmk/kicad_lib_tmk.git

@ -0,0 +1 @@
Subproject commit f857253acb7014d5ab7381e589f1c98dc84be588

View file

@ -0,0 +1,3 @@
(fp_lib_table
(lib (name Keyboard)(type KiCad)(uri "$(KIPRJMOD)/Keyboard.pretty")(options "")(descr ""))
)

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,33 @@
update=22/05/2015 07:44:53
version=1
last_client=kicad
[general]
version=1
RootSch=
BoardNm=
[pcbnew]
version=1
LastNetListRead=
UseCmpFile=1
PadDrill=0.600000000000
PadDrillOvalY=0.600000000000
PadSizeH=1.500000000000
PadSizeV=1.500000000000
PcbTextSizeV=1.500000000000
PcbTextSizeH=1.500000000000
PcbTextThickness=0.300000000000
ModuleTextSizeV=1.000000000000
ModuleTextSizeH=1.000000000000
ModuleTextSizeThickness=0.150000000000
SolderMaskClearance=0.000000000000
SolderMaskMinWidth=0.000000000000
DrawSegmentWidth=0.200000000000
BoardOutlineThickness=0.100000000000
ModuleOutlineThickness=0.150000000000
[cvpcb]
version=1
NetIExt=net
[eeschema]
version=1
LibDir=
[eeschema/libraries]

File diff suppressed because it is too large Load diff

@ -0,0 +1 @@
Subproject commit c563444ac172d5996339617df995e8b39210b5e0

View file

@ -0,0 +1,3 @@
(sym_lib_table
(lib (name keyboard_parts)(type Legacy)(uri ${KIPRJMOD}/kicad_lib_tmk/keyboard_parts.lib)(options "")(descr ""))
)