Move footprints to project footprint lib and custom submodule lib

This commit is contained in:
Thomas Schwery 2019-08-15 16:13:24 +02:00 committed by Thomas Schwery
parent b051d1b3aa
commit 39a4676353
8 changed files with 5545 additions and 1659 deletions

1
.gitignore vendored
View file

@ -8,4 +8,3 @@ _autosave*
*-rescue.dcm
fp-info-cache
sym-lib-table
fp-lib-table

3
.gitmodules vendored
View file

@ -1,3 +1,6 @@
[submodule "Documentation/keyswitch_documentation"]
path = Documentation/keyswitch_documentation
url = https://github.com/keyboardio/keyswitch_documentation.git
[submodule "keyboard_pcb/personal-footprints.pretty"]
path = keyboard_pcb/personal-footprints.pretty
url = ssh://git@git.inf3.xyz:10022/tschwery/kicad-personal-footprints.git

View file

@ -0,0 +1,4 @@
(fp_lib_table
(lib (name "Personal")(type "KiCad")(uri "${KIPRJMOD}/personal-footprints.pretty")(options "")(descr ""))
(lib (name "Project")(type "KiCad")(uri "${KIPRJMOD}/project-footprints.pretty")(options "")(descr ""))
)

File diff suppressed because it is too large Load diff

View file

@ -775,7 +775,7 @@ U 1 1 5B6855D1
P 1150 8600
F 0 "J1001" H 1205 9067 50 0000 C CNN
F 1 "USB_A" H 1205 8976 50 0000 C CNN
F 2 "personal-footprints:USB_Micro_B_Female_BI0001715" H 1300 8550 50 0001 C CNN
F 2 "Personal:USB_Micro_B_Female_BI0001715" H 1300 8550 50 0001 C CNN
F 3 "~" H 1300 8550 50 0001 C CNN
1 1150 8600
1 0 0 -1
@ -787,7 +787,7 @@ U 1 1 5D50B41D
P 8600 6550
F 0 "SYM1" H 8600 6610 50 0000 C CNN
F 1 "SYM_Arrow_Normal" H 8610 6500 50 0001 C CNN
F 2 "personal-footprints:Mountains_Alps" H 8600 6550 50 0001 C CNN
F 2 "Project:Mountains_Alps" H 8600 6550 50 0001 C CNN
F 3 "~" H 8600 6550 50 0001 C CNN
1 8600 6550
1 0 0 -1

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

File diff suppressed because it is too large Load diff

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 1.1 MiB