KiCAD PCB first draft
This commit is contained in:
parent
3383ae6d68
commit
29ab240f2b
9 changed files with 16538 additions and 0 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -1 +1,6 @@
|
|||
*.gcode
|
||||
*.bak
|
||||
*-bak
|
||||
_autosave*
|
||||
keyboard_pcb/gerbers/
|
||||
*.swp
|
||||
|
|
6
.gitmodules
vendored
Normal file
6
.gitmodules
vendored
Normal 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
|
1
keyboard_pcb/Keyboard.pretty
Submodule
1
keyboard_pcb/Keyboard.pretty
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit f857253acb7014d5ab7381e589f1c98dc84be588
|
3
keyboard_pcb/fp-lib-table
Normal file
3
keyboard_pcb/fp-lib-table
Normal file
|
@ -0,0 +1,3 @@
|
|||
(fp_lib_table
|
||||
(lib (name Keyboard)(type KiCad)(uri "$(KIPRJMOD)/Keyboard.pretty")(options "")(descr ""))
|
||||
)
|
13246
keyboard_pcb/keyboard_pcb.kicad_pcb
Normal file
13246
keyboard_pcb/keyboard_pcb.kicad_pcb
Normal file
File diff suppressed because it is too large
Load diff
33
keyboard_pcb/keyboard_pcb.pro
Normal file
33
keyboard_pcb/keyboard_pcb.pro
Normal 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]
|
3240
keyboard_pcb/keyboard_pcb.sch
Normal file
3240
keyboard_pcb/keyboard_pcb.sch
Normal file
File diff suppressed because it is too large
Load diff
1
keyboard_pcb/kicad_lib_tmk
Submodule
1
keyboard_pcb/kicad_lib_tmk
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit c563444ac172d5996339617df995e8b39210b5e0
|
3
keyboard_pcb/sym-lib-table
Normal file
3
keyboard_pcb/sym-lib-table
Normal file
|
@ -0,0 +1,3 @@
|
|||
(sym_lib_table
|
||||
(lib (name keyboard_parts)(type Legacy)(uri ${KIPRJMOD}/kicad_lib_tmk/keyboard_parts.lib)(options "")(descr ""))
|
||||
)
|
Loading…
Add table
Reference in a new issue