Merge branch 'contrib/migrate-usb-c' into 'master'

feat: Migrate to USB-C connector

See merge request tschwery/custom-keyboard!15
This commit is contained in:
Thomas Schwery 2022-09-04 18:31:13 +00:00
commit d7d19c3365
7 changed files with 93528 additions and 83202 deletions

File diff suppressed because it is too large Load diff

View file

@ -380,8 +380,7 @@
"nets": [
"/Vu",
"/leds_matrix/LEDGND",
"GND",
"VCC"
"GND"
],
"pcb_color": "rgba(0, 0, 0, 0.000)",
"schematic_color": "rgba(0, 0, 0, 0.000)",

File diff suppressed because it is too large Load diff

View file

@ -6,8 +6,10 @@
(title_block
(title "ValKey")
(date "2019-08-16")
(rev "0.2")
(date "2022-09-02")
(rev "0.3")
(company "Thomas Schwery")
(comment 1 "ValKey TKL Keyboard")
)
(lib_symbols
@ -281,6 +283,58 @@
)
)
)
(symbol "power:+5V" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes)
(property "Reference" "#PWR" (id 0) (at 0 -3.81 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "+5V" (id 1) (at 0 3.556 0)
(effects (font (size 1.27 1.27)))
)
(property "Footprint" "" (id 2) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (id 3) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_keywords" "power-flag" (id 4) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_description" "Power symbol creates a global label with name \"+5V\"" (id 5) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(symbol "+5V_0_1"
(polyline
(pts
(xy -0.762 1.27)
(xy 0 2.54)
)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type none))
)
(polyline
(pts
(xy 0 0)
(xy 0 2.54)
)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type none))
)
(polyline
(pts
(xy 0 2.54)
(xy 0.762 1.27)
)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type none))
)
)
(symbol "+5V_1_1"
(pin power_in line (at 0 0 90) (length 0) hide
(name "+5V" (effects (font (size 1.27 1.27))))
(number "1" (effects (font (size 1.27 1.27))))
)
)
)
(symbol "power:GND" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes)
(property "Reference" "#PWR" (id 0) (at 0 -6.35 0)
(effects (font (size 1.27 1.27)) hide)
@ -321,58 +375,6 @@
)
)
)
(symbol "power:VCC" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes)
(property "Reference" "#PWR" (id 0) (at 0 -3.81 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "VCC" (id 1) (at 0 3.81 0)
(effects (font (size 1.27 1.27)))
)
(property "Footprint" "" (id 2) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (id 3) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_keywords" "power-flag" (id 4) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_description" "Power symbol creates a global label with name \"VCC\"" (id 5) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(symbol "VCC_0_1"
(polyline
(pts
(xy -0.762 1.27)
(xy 0 2.54)
)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type none))
)
(polyline
(pts
(xy 0 0)
(xy 0 2.54)
)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type none))
)
(polyline
(pts
(xy 0 2.54)
(xy 0.762 1.27)
)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type none))
)
)
(symbol "VCC_1_1"
(pin power_in line (at 0 0 90) (length 0) hide
(name "VCC" (effects (font (size 1.27 1.27))))
(number "1" (effects (font (size 1.27 1.27))))
)
)
)
)
(junction (at 118.11 201.93) (diameter 1.016) (color 0 0 0 0)
@ -1947,13 +1949,13 @@
(pin "2" (uuid a239d3ac-143e-4077-843f-773c1d1986be))
)
(symbol (lib_id "power:VCC") (at 35.56 38.1 90) (unit 1)
(symbol (lib_id "power:+5V") (at 35.56 38.1 90) (unit 1)
(in_bom yes) (on_board yes)
(uuid 00000000-0000-0000-0000-00005d2f2f43)
(property "Reference" "#PWR03001" (id 0) (at 39.37 38.1 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "VCC" (id 1) (at 31.1658 37.6682 0))
(property "Value" "+5V" (id 1) (at 32.004 38.1 0))
(property "Footprint" "" (id 2) (at 35.56 38.1 0)
(effects (font (size 1.27 1.27)) hide)
)

View file

@ -6,8 +6,10 @@
(title_block
(title "ValKey")
(date "2019-08-16")
(rev "0.2")
(date "2022-09-02")
(rev "0.3")
(company "Thomas Schwery")
(comment 1 "ValKey TKL Keyboard")
)
(lib_symbols
@ -124,6 +126,58 @@
)
)
)
(symbol "power:+5V" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes)
(property "Reference" "#PWR" (id 0) (at 0 -3.81 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "+5V" (id 1) (at 0 3.556 0)
(effects (font (size 1.27 1.27)))
)
(property "Footprint" "" (id 2) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (id 3) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_keywords" "power-flag" (id 4) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_description" "Power symbol creates a global label with name \"+5V\"" (id 5) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(symbol "+5V_0_1"
(polyline
(pts
(xy -0.762 1.27)
(xy 0 2.54)
)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type none))
)
(polyline
(pts
(xy 0 0)
(xy 0 2.54)
)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type none))
)
(polyline
(pts
(xy 0 2.54)
(xy 0.762 1.27)
)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type none))
)
)
(symbol "+5V_1_1"
(pin power_in line (at 0 0 90) (length 0) hide
(name "+5V" (effects (font (size 1.27 1.27))))
(number "1" (effects (font (size 1.27 1.27))))
)
)
)
(symbol "power:GND" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes)
(property "Reference" "#PWR" (id 0) (at 0 -6.35 0)
(effects (font (size 1.27 1.27)) hide)
@ -164,58 +218,6 @@
)
)
)
(symbol "power:VCC" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes)
(property "Reference" "#PWR" (id 0) (at 0 -3.81 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "VCC" (id 1) (at 0 3.81 0)
(effects (font (size 1.27 1.27)))
)
(property "Footprint" "" (id 2) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (id 3) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_keywords" "power-flag" (id 4) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_description" "Power symbol creates a global label with name \"VCC\"" (id 5) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(symbol "VCC_0_1"
(polyline
(pts
(xy -0.762 1.27)
(xy 0 2.54)
)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type none))
)
(polyline
(pts
(xy 0 0)
(xy 0 2.54)
)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type none))
)
(polyline
(pts
(xy 0 2.54)
(xy 0.762 1.27)
)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type none))
)
)
(symbol "VCC_1_1"
(pin power_in line (at 0 0 90) (length 0) hide
(name "VCC" (effects (font (size 1.27 1.27))))
(number "1" (effects (font (size 1.27 1.27))))
)
)
)
)
(junction (at 67.31 38.1) (diameter 1.016) (color 0 0 0 0)
@ -613,15 +615,13 @@
(pin "4" (uuid d5dbdff5-6255-418d-9458-da58df895346))
)
(symbol (lib_id "power:VCC") (at 38.1 60.96 90) (unit 1)
(symbol (lib_id "power:+5V") (at 38.1 60.96 90) (unit 1)
(in_bom yes) (on_board yes)
(uuid 00000000-0000-0000-0000-00005d5617b9)
(property "Reference" "#PWR04003" (id 0) (at 41.91 60.96 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "VCC" (id 1) (at 34.8742 60.5028 90)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Value" "+5V" (id 1) (at 34.544 60.96 0))
(property "Footprint" "" (id 2) (at 38.1 60.96 0)
(effects (font (size 1.27 1.27)) hide)
)
@ -703,15 +703,13 @@
(pin "4" (uuid b06b732b-1cb5-4912-b31d-7b3262c851e8))
)
(symbol (lib_id "power:VCC") (at 38.1 38.1 90) (unit 1)
(symbol (lib_id "power:+5V") (at 38.1 38.1 90) (unit 1)
(in_bom yes) (on_board yes)
(uuid 00000000-0000-0000-0000-00005d56df4e)
(property "Reference" "#PWR04001" (id 0) (at 41.91 38.1 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "VCC" (id 1) (at 34.8742 37.6428 90)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Value" "+5V" (id 1) (at 34.544 38.1 0))
(property "Footprint" "" (id 2) (at 38.1 38.1 0)
(effects (font (size 1.27 1.27)) hide)
)

View file

@ -6,8 +6,10 @@
(title_block
(title "ValKey")
(date "2019-08-16")
(rev "0.2")
(date "2022-09-02")
(rev "0.3")
(company "Thomas Schwery")
(comment 1 "ValKey TKL Keyboard")
)
(lib_symbols

View file

@ -0,0 +1,2 @@
(kicad_symbol_lib (version 20211014) (generator kicad_symbol_editor)
)