forked from viernullvier/neogrid
chore(setup): Fix lib paths
This commit is contained in:
parent
964eb338c0
commit
bccce3de38
6 changed files with 22 additions and 11 deletions
|
|
@ -1,7 +0,0 @@
|
|||
(fp_lib_table
|
||||
(version 7)
|
||||
(lib (name "Btn_MIDI_Pad")(type "KiCad")(uri "${KIPRJMOD}/lib/Btn_MIDI_Pad.pretty")(options "")(descr ""))
|
||||
(lib (name "OLIMEX_RP2350B-XL")(type "KiCad")(uri "${KIPRJMOD}/lib/OLIMEX_RP2350B-XL.pretty")(options "")(descr ""))
|
||||
(lib (name "PCB_Edge_Connectors")(type "KiCad")(uri "${KIPRJMOD}/lib/PCB_Edge_Connectors.pretty")(options "")(descr ""))
|
||||
(lib (name "SK6812-Mini")(type "KiCad")(uri "${KIPRJMOD}/lib/SK6812-Mini.pretty")(options "")(descr ""))
|
||||
)
|
||||
7
neogrid-tiny/fp-lib-table
Normal file
7
neogrid-tiny/fp-lib-table
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
(fp_lib_table
|
||||
(version 7)
|
||||
(lib (name "Btn_MIDI_Pad") (type "KiCad") (uri "${KIPRJMOD}/../lib/Btn_MIDI_Pad.pretty") (options "") (descr ""))
|
||||
(lib (name "OLIMEX_RP2350B-XL") (type "KiCad") (uri "${KIPRJMOD}/../lib/OLIMEX_RP2350B-XL.pretty") (options "") (descr ""))
|
||||
(lib (name "PCB_Edge_Connectors") (type "KiCad") (uri "${KIPRJMOD}/../lib/PCB_Edge_Connectors.pretty") (options "") (descr ""))
|
||||
(lib (name "SK6812-Mini") (type "KiCad") (uri "${KIPRJMOD}/../lib/SK6812-Mini.pretty") (options "") (descr ""))
|
||||
)
|
||||
4
neogrid-tiny/sym-lib-table
Normal file
4
neogrid-tiny/sym-lib-table
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
(sym_lib_table
|
||||
(version 7)
|
||||
(lib (name "OLIMEX_RPI2350B") (type "KiCad") (uri "${KIPRJMOD}/../lib/OLIMEX_RPI2350B.kicad_sym") (options "") (descr ""))
|
||||
)
|
||||
7
neogrid/fp-lib-table
Normal file
7
neogrid/fp-lib-table
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
(fp_lib_table
|
||||
(version 7)
|
||||
(lib (name "Btn_MIDI_Pad") (type "KiCad") (uri "${KIPRJMOD}/../lib/Btn_MIDI_Pad.pretty") (options "") (descr ""))
|
||||
(lib (name "OLIMEX_RP2350B-XL") (type "KiCad") (uri "${KIPRJMOD}/../lib/OLIMEX_RP2350B-XL.pretty") (options "") (descr ""))
|
||||
(lib (name "PCB_Edge_Connectors") (type "KiCad") (uri "${KIPRJMOD}/../lib/PCB_Edge_Connectors.pretty") (options "") (descr ""))
|
||||
(lib (name "SK6812-Mini") (type "KiCad") (uri "${KIPRJMOD}/../lib/SK6812-Mini.pretty") (options "") (descr ""))
|
||||
)
|
||||
4
neogrid/sym-lib-table
Normal file
4
neogrid/sym-lib-table
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
(sym_lib_table
|
||||
(version 7)
|
||||
(lib (name "OLIMEX_RPI2350B") (type "KiCad") (uri "${KIPRJMOD}/../lib/OLIMEX_RPI2350B.kicad_sym") (options "") (descr ""))
|
||||
)
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
(sym_lib_table
|
||||
(version 7)
|
||||
(lib (name "OLIMEX_RPI2350B")(type "KiCad")(uri "${KIPRJMOD}/lib/OLIMEX_RPI2350B.kicad_sym")(options "")(descr ""))
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue