Proper Mouse bites on MCDU
Signed-off-by: fly <merspieler@alwaysdata.net>
This commit is contained in:
parent
c55d2a150a
commit
e2b9a26e7a
9 changed files with 11311 additions and 4207 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -1,3 +1,6 @@
|
|||
[submodule "submodules/NiasStuff.pretty"]
|
||||
path = submodules/NiasStuff.pretty
|
||||
url = https://git.nayala.duckdns.org/fly/NiasStuff-kicad.git
|
||||
[submodule "submodules/xenua"]
|
||||
path = submodules/xenua
|
||||
url = https://git.xenua.me/xenua/xenua-kicad.git
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"board": {
|
||||
"active_layer": 0,
|
||||
"active_layer": 44,
|
||||
"active_layer_preset": "All Layers",
|
||||
"auto_track_width": true,
|
||||
"hidden_netclasses": [],
|
||||
|
|
|
@ -739,6 +739,10 @@
|
|||
[
|
||||
"b15f5e96-0c97-4281-abeb-744d3f8d57dd",
|
||||
"USB & Power"
|
||||
],
|
||||
[
|
||||
"f37adb62-3533-4f3b-a85c-107fd4a8fa6a",
|
||||
"Break Aways"
|
||||
]
|
||||
],
|
||||
"text_variables": {}
|
||||
|
|
|
@ -12360,6 +12360,45 @@
|
|||
)
|
||||
)
|
||||
)
|
||||
(sheet
|
||||
(at 240.03 25.4)
|
||||
(size 12.7 3.81)
|
||||
(fields_autoplaced yes)
|
||||
(stroke
|
||||
(width 0.1524)
|
||||
(type solid)
|
||||
)
|
||||
(fill
|
||||
(color 0 0 0 0.0000)
|
||||
)
|
||||
(uuid "f37adb62-3533-4f3b-a85c-107fd4a8fa6a")
|
||||
(property "Sheetname" "Break Aways"
|
||||
(at 240.03 24.6884 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(justify left bottom)
|
||||
)
|
||||
)
|
||||
(property "Sheetfile" "breakaways.kicad_sch"
|
||||
(at 240.03 29.7946 0)
|
||||
(show_name yes)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(justify left top)
|
||||
)
|
||||
)
|
||||
(instances
|
||||
(project "MCDU"
|
||||
(path "/a6714e8f-d144-4da3-9f0a-d78532207364"
|
||||
(page "6")
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(sheet_instances
|
||||
(path "/"
|
||||
(page "1")
|
||||
|
|
1320
Pedestal/MCDU/pcb/breakaways.kicad_sch
Normal file
1320
Pedestal/MCDU/pcb/breakaways.kicad_sch
Normal file
File diff suppressed because it is too large
Load diff
|
@ -1,4 +1,5 @@
|
|||
(fp_lib_table
|
||||
(version 7)
|
||||
(lib (name "NiasStuff")(type "KiCad")(uri "${KIPRJMOD}/../../../submodules/NiasStuff.pretty/")(options "")(descr ""))
|
||||
(lib (name "xenua")(type "KiCad")(uri "${KIPRJMOD}/../../../submodules/xenua/xenua.pretty")(options "")(descr ""))
|
||||
)
|
||||
|
|
3
Pedestal/MCDU/pcb/sym-lib-table
Normal file
3
Pedestal/MCDU/pcb/sym-lib-table
Normal file
|
@ -0,0 +1,3 @@
|
|||
(sym_lib_table
|
||||
(version 7)
|
||||
)
|
1
submodules/xenua
Submodule
1
submodules/xenua
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit ea17ce29f43aa3a4ada841591ec3e09ab1f8c6de
|
Loading…
Reference in a new issue