summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin@chausse.xyz>2022-05-18 01:31:29 -0400
committerBenjamin Chausse <benjamin@chausse.xyz>2022-05-18 01:31:29 -0400
commit4a7788941a20fbd22337a083147405a64b3f0783 (patch)
tree3da2482cdfb8b308a5c46c4b4617a93dcdafefb5
parent01d8b1da78a2f32f23aa1983eb11d4e6a61bcf47 (diff)
First sch draftdevelopment
-rw-r--r--.gitignore39
-rw-r--r--.gitmodules9
m---------libraries/keebs.pretty0
m---------libraries/keyboard_parts.pretty0
m---------libraries/kicad_lib_tmk0
-rw-r--r--parsec.kicad_pro383
-rw-r--r--parsec.kicad_sch5960
-rw-r--r--sym-lib-table4
8 files changed, 6380 insertions, 15 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..13d68a3
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,39 @@
+# For PCBs designed using KiCad: https://www.kicad.org/
+# Format documentation: https://kicad.org/help/file-formats/
+
+# Temporary files
+*.000
+*.bak
+*.bck
+*.kicad_pcb-bak
+*.kicad_sch-bak
+*-backups
+*.kicad_prl
+*.sch-bak
+*~
+_autosave-*
+*.tmp
+*-save.pro
+*-save.kicad_pcb
+fp-info-cache
+
+# Netlist files (exported from Eeschema)
+*.net
+
+# Autorouter files (exported from Pcbnew)
+*.dsn
+*.ses
+
+# Exported BOM files
+*.xml
+*.csv
+
+# Automatically generated files
+fp-info-cache
+fp-lib-table
+
+# User preferences
+.kicad_prl
+
+# Ctags
+tags
diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000..5e451d8
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,9 @@
+[submodule "libraries/kicad_lib_tmk"]
+ path = libraries/kicad_lib_tmk
+ url = https://github.com/tmk/kicad_lib_tmk.git
+[submodule "libraries/keyboard_parts.pretty"]
+ path = libraries/keyboard_parts.pretty
+ url = https://github.com/tmk/keyboard_parts.pretty.git
+[submodule "libraries/keebs.pretty"]
+ path = libraries/keebs.pretty
+ url = git@github.com:egladman/keebs.pretty.git
diff --git a/libraries/keebs.pretty b/libraries/keebs.pretty
new file mode 160000
+Subproject 0a95b4f7ac931e39686e8b8c957afce519dabf5
diff --git a/libraries/keyboard_parts.pretty b/libraries/keyboard_parts.pretty
new file mode 160000
+Subproject d515298bd634548ee09f79846afdf4f11cd8abc
diff --git a/libraries/kicad_lib_tmk b/libraries/kicad_lib_tmk
new file mode 160000
+Subproject 32824dc519f984b81b6264e1146ae5fe6e253f4
diff --git a/parsec.kicad_pro b/parsec.kicad_pro
index 3310037..f1d3e0a 100644
--- a/parsec.kicad_pro
+++ b/parsec.kicad_pro
@@ -2,60 +2,419 @@
"board": {
"design_settings": {
"defaults": {
- "board_outline_line_width": 0.1,
- "copper_line_width": 0.2,
+ "board_outline_line_width": 0.09999999999999999,
+ "copper_line_width": 0.19999999999999998,
+ "copper_text_italic": false,
"copper_text_size_h": 1.5,
"copper_text_size_v": 1.5,
"copper_text_thickness": 0.3,
+ "copper_text_upright": false,
+ "courtyard_line_width": 0.049999999999999996,
+ "dimension_precision": 4,
+ "dimension_units": 3,
+ "dimensions": {
+ "arrow_length": 1270000,
+ "extension_offset": 500000,
+ "keep_text_aligned": true,
+ "suppress_zeroes": false,
+ "text_position": 0,
+ "units_format": 1
+ },
+ "fab_line_width": 0.09999999999999999,
+ "fab_text_italic": false,
+ "fab_text_size_h": 1.0,
+ "fab_text_size_v": 1.0,
+ "fab_text_thickness": 0.15,
+ "fab_text_upright": false,
"other_line_width": 0.15,
+ "other_text_italic": false,
+ "other_text_size_h": 1.0,
+ "other_text_size_v": 1.0,
+ "other_text_thickness": 0.15,
+ "other_text_upright": false,
+ "pads": {
+ "drill": 0.762,
+ "height": 1.524,
+ "width": 1.524
+ },
"silk_line_width": 0.15,
+ "silk_text_italic": false,
"silk_text_size_h": 1.0,
"silk_text_size_v": 1.0,
- "silk_text_thickness": 0.15
+ "silk_text_thickness": 0.15,
+ "silk_text_upright": false,
+ "zones": {
+ "45_degree_only": false,
+ "min_clearance": 0.508
+ }
},
"diff_pair_dimensions": [],
"drc_exclusions": [],
+ "meta": {
+ "version": 2
+ },
+ "rule_severities": {
+ "annular_width": "error",
+ "clearance": "error",
+ "copper_edge_clearance": "error",
+ "courtyards_overlap": "error",
+ "diff_pair_gap_out_of_range": "error",
+ "diff_pair_uncoupled_length_too_long": "error",
+ "drill_out_of_range": "error",
+ "duplicate_footprints": "warning",
+ "extra_footprint": "warning",
+ "footprint_type_mismatch": "error",
+ "hole_clearance": "error",
+ "hole_near_hole": "error",
+ "invalid_outline": "error",
+ "item_on_disabled_layer": "error",
+ "items_not_allowed": "error",
+ "length_out_of_range": "error",
+ "malformed_courtyard": "error",
+ "microvia_drill_out_of_range": "error",
+ "missing_courtyard": "ignore",
+ "missing_footprint": "warning",
+ "net_conflict": "warning",
+ "npth_inside_courtyard": "ignore",
+ "padstack": "error",
+ "pth_inside_courtyard": "ignore",
+ "shorting_items": "error",
+ "silk_over_copper": "warning",
+ "silk_overlap": "warning",
+ "skew_out_of_range": "error",
+ "through_hole_pad_without_hole": "error",
+ "too_many_vias": "error",
+ "track_dangling": "warning",
+ "track_width": "error",
+ "tracks_crossing": "error",
+ "unconnected_items": "error",
+ "unresolved_variable": "error",
+ "via_dangling": "warning",
+ "zone_has_empty_net": "error",
+ "zones_intersect": "error"
+ },
"rules": {
+ "allow_blind_buried_vias": false,
+ "allow_microvias": false,
+ "max_error": 0.005,
+ "min_clearance": 0.0,
"min_copper_edge_clearance": 0.0,
+ "min_hole_clearance": 0.25,
+ "min_hole_to_hole": 0.25,
+ "min_microvia_diameter": 0.19999999999999998,
+ "min_microvia_drill": 0.09999999999999999,
+ "min_silk_clearance": 0.0,
+ "min_through_hole_diameter": 0.3,
+ "min_track_width": 0.19999999999999998,
+ "min_via_annular_width": 0.049999999999999996,
+ "min_via_diameter": 0.39999999999999997,
"solder_mask_clearance": 0.0,
- "solder_mask_min_width": 0.0
+ "solder_mask_min_width": 0.0,
+ "use_height_for_length_calcs": true
},
"track_widths": [],
- "via_dimensions": []
- }
+ "via_dimensions": [],
+ "zones_allow_external_fillets": false,
+ "zones_use_no_outline": true
+ },
+ "layer_presets": []
},
"boards": [],
+ "cvpcb": {
+ "equivalence_files": []
+ },
+ "erc": {
+ "erc_exclusions": [],
+ "meta": {
+ "version": 0
+ },
+ "pin_map": [
+ [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 1,
+ 0,
+ 0,
+ 0,
+ 0,
+ 2
+ ],
+ [
+ 0,
+ 2,
+ 0,
+ 1,
+ 0,
+ 0,
+ 1,
+ 0,
+ 2,
+ 2,
+ 2,
+ 2
+ ],
+ [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 1,
+ 0,
+ 1,
+ 0,
+ 1,
+ 2
+ ],
+ [
+ 0,
+ 1,
+ 0,
+ 0,
+ 0,
+ 0,
+ 1,
+ 1,
+ 2,
+ 1,
+ 1,
+ 2
+ ],
+ [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 1,
+ 0,
+ 0,
+ 0,
+ 0,
+ 2
+ ],
+ [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 2
+ ],
+ [
+ 1,
+ 1,
+ 1,
+ 1,
+ 1,
+ 0,
+ 1,
+ 1,
+ 1,
+ 1,
+ 1,
+ 2
+ ],
+ [
+ 0,
+ 0,
+ 0,
+ 1,
+ 0,
+ 0,
+ 1,
+ 0,
+ 0,
+ 0,
+ 0,
+ 2
+ ],
+ [
+ 0,
+ 2,
+ 1,
+ 2,
+ 0,
+ 0,
+ 1,
+ 0,
+ 2,
+ 2,
+ 2,
+ 2
+ ],
+ [
+ 0,
+ 2,
+ 0,
+ 1,
+ 0,
+ 0,
+ 1,
+ 0,
+ 2,
+ 0,
+ 0,
+ 2
+ ],
+ [
+ 0,
+ 2,
+ 1,
+ 1,
+ 0,
+ 0,
+ 1,
+ 0,
+ 2,
+ 0,
+ 0,
+ 2
+ ],
+ [
+ 2,
+ 2,
+ 2,
+ 2,
+ 2,
+ 2,
+ 2,
+ 2,
+ 2,
+ 2,
+ 2,
+ 2
+ ]
+ ],
+ "rule_severities": {
+ "bus_definition_conflict": "error",
+ "bus_entry_needed": "error",
+ "bus_label_syntax": "error",
+ "bus_to_bus_conflict": "error",
+ "bus_to_net_conflict": "error",
+ "different_unit_footprint": "error",
+ "different_unit_net": "error",
+ "duplicate_reference": "error",
+ "duplicate_sheet_names": "error",
+ "extra_units": "error",
+ "global_label_dangling": "warning",
+ "hier_label_mismatch": "error",
+ "label_dangling": "error",
+ "lib_symbol_issues": "warning",
+ "multiple_net_names": "warning",
+ "net_not_bus_member": "warning",
+ "no_connect_connected": "warning",
+ "no_connect_dangling": "warning",
+ "pin_not_connected": "error",
+ "pin_not_driven": "error",
+ "pin_to_pin": "warning",
+ "power_pin_not_driven": "error",
+ "similar_labels": "warning",
+ "unannotated": "error",
+ "unit_value_mismatch": "error",
+ "unresolved_variable": "error",
+ "wire_dangling": "error"
+ }
+ },
"libraries": {
"pinned_footprint_libs": [],
"pinned_symbol_libs": []
},
"meta": {
- "filename": "kicad.kicad_pro",
+ "filename": "parsec.kicad_pro",
"version": 1
},
"net_settings": {
"classes": [
{
+ "bus_width": 12.0,
"clearance": 0.2,
"diff_pair_gap": 0.25,
"diff_pair_via_gap": 0.25,
"diff_pair_width": 0.2,
+ "line_style": 0,
"microvia_diameter": 0.3,
"microvia_drill": 0.1,
"name": "Default",
- "nets": [],
+ "pcb_color": "rgba(0, 0, 0, 0.000)",
+ "schematic_color": "rgba(0, 0, 0, 0.000)",
"track_width": 0.25,
"via_diameter": 0.8,
- "via_drill": 0.4
+ "via_drill": 0.4,
+ "wire_width": 6.0
}
],
"meta": {
- "version": 0
- }
+ "version": 2
+ },
+ "net_colors": null
},
"pcbnew": {
+ "last_paths": {
+ "gencad": "",
+ "idf": "",
+ "netlist": "",
+ "specctra_dsn": "",
+ "step": "",
+ "vrml": ""
+ },
"page_layout_descr_file": ""
},
- "sheets": [],
+ "schematic": {
+ "annotate_start_num": 0,
+ "drawing": {
+ "default_line_thickness": 6.0,
+ "default_text_size": 50.0,
+ "field_names": [],
+ "intersheets_ref_own_page": false,
+ "intersheets_ref_prefix": "",
+ "intersheets_ref_short": false,
+ "intersheets_ref_show": false,
+ "intersheets_ref_suffix": "",
+ "junction_size_choice": 3,
+ "label_size_ratio": 0.375,
+ "pin_symbol_size": 25.0,
+ "text_offset_ratio": 0.15
+ },
+ "legacy_lib_dir": "",
+ "legacy_lib_list": [],
+ "meta": {
+ "version": 1
+ },
+ "net_format_name": "",
+ "ngspice": {
+ "fix_include_paths": true,
+ "fix_passive_vals": false,
+ "meta": {
+ "version": 0
+ },
+ "model_mode": 0,
+ "workbook_filename": ""
+ },
+ "page_layout_descr_file": "",
+ "plot_directory": "",
+ "spice_adjust_passive_values": false,
+ "spice_external_command": "spice \"%I\"",
+ "subpart_first_id": 65,
+ "subpart_id_separator": 0
+ },
+ "sheets": [
+ [
+ "9538e4ed-27e6-4c37-b989-9859dc0d49e8",
+ ""
+ ]
+ ],
"text_variables": {}
}
diff --git a/parsec.kicad_sch b/parsec.kicad_sch
index 3cfeed7..ed44587 100644
--- a/parsec.kicad_sch
+++ b/parsec.kicad_sch
@@ -1,5 +1,5959 @@
(kicad_sch (version 20211123) (generator eeschema)
- (paper "A4")
- (lib_symbols)
- (symbol_instances)
+
+ (uuid 9538e4ed-27e6-4c37-b989-9859dc0d49e8)
+
+ (paper "B")
+
+ (lib_symbols
+ (symbol "Connector_Generic:Conn_01x04" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes)
+ (property "Reference" "J" (id 0) (at 0 5.08 0)
+ (effects (font (size 1.27 1.27)))
+ )
+ (property "Value" "Conn_01x04" (id 1) (at 0 -7.62 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" "connector" (id 4) (at 0 0 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "ki_description" "Generic connector, single row, 01x04, script generated (kicad-library-utils/schlib/autogen/connector/)" (id 5) (at 0 0 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "ki_fp_filters" "Connector*:*_1x??_*" (id 6) (at 0 0 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (symbol "Conn_01x04_1_1"
+ (rectangle (start -1.27 -4.953) (end 0 -5.207)
+ (stroke (width 0.1524) (type default) (color 0 0 0 0))
+ (fill (type none))
+ )
+ (rectangle (start -1.27 -2.413) (end 0 -2.667)
+ (stroke (width 0.1524) (type default) (color 0 0 0 0))
+ (fill (type none))
+ )
+ (rectangle (start -1.27 0.127) (end 0 -0.127)
+ (stroke (width 0.1524) (type default) (color 0 0 0 0))
+ (fill (type none))
+ )
+ (rectangle (start -1.27 2.667) (end 0 2.413)
+ (stroke (width 0.1524) (type default) (color 0 0 0 0))
+ (fill (type none))
+ )
+ (rectangle (start -1.27 3.81) (end 1.27 -6.35)
+ (stroke (width 0.254) (type default) (color 0 0 0 0))
+ (fill (type background))
+ )
+ (pin passive line (at -5.08 2.54 0) (length 3.81)
+ (name "Pin_1" (effects (font (size 1.27 1.27))))
+ (number "1" (effects (font (size 1.27 1.27))))
+ )
+ (pin passive line (at -5.08 0 0) (length 3.81)
+ (name "Pin_2" (effects (font (size 1.27 1.27))))
+ (number "2" (effects (font (size 1.27 1.27))))
+ )
+ (pin passive line (at -5.08 -2.54 0) (length 3.81)
+ (name "Pin_3" (effects (font (size 1.27 1.27))))
+ (number "3" (effects (font (size 1.27 1.27))))
+ )
+ (pin passive line (at -5.08 -5.08 0) (length 3.81)
+ (name "Pin_4" (effects (font (size 1.27 1.27))))
+ (number "4" (effects (font (size 1.27 1.27))))
+ )
+ )
+ )
+ (symbol "Device:C_Small" (pin_numbers hide) (pin_names (offset 0.254) hide) (in_bom yes) (on_board yes)
+ (property "Reference" "C" (id 0) (at 0.254 1.778 0)
+ (effects (font (size 1.27 1.27)) (justify left))
+ )
+ (property "Value" "C_Small" (id 1) (at 0.254 -2.032 0)
+ (effects (font (size 1.27 1.27)) (justify left))
+ )
+ (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" "capacitor cap" (id 4) (at 0 0 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "ki_description" "Unpolarized capacitor, small symbol" (id 5) (at 0 0 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "ki_fp_filters" "C_*" (id 6) (at 0 0 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (symbol "C_Small_0_1"
+ (polyline
+ (pts
+ (xy -1.524 -0.508)
+ (xy 1.524 -0.508)
+ )
+ (stroke (width 0.3302) (type default) (color 0 0 0 0))
+ (fill (type none))
+ )
+ (polyline
+ (pts
+ (xy -1.524 0.508)
+ (xy 1.524 0.508)
+ )
+ (stroke (width 0.3048) (type default) (color 0 0 0 0))
+ (fill (type none))
+ )
+ )
+ (symbol "C_Small_1_1"
+ (pin passive line (at 0 2.54 270) (length 2.032)
+ (name "~" (effects (font (size 1.27 1.27))))
+ (number "1" (effects (font (size 1.27 1.27))))
+ )
+ (pin passive line (at 0 -2.54 90) (length 2.032)
+ (name "~" (effects (font (size 1.27 1.27))))
+ (number "2" (effects (font (size 1.27 1.27))))
+ )
+ )
+ )
+ (symbol "Device:D" (pin_numbers hide) (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes)
+ (property "Reference" "D" (id 0) (at 0 2.54 0)
+ (effects (font (size 1.27 1.27)))
+ )
+ (property "Value" "D" (id 1) (at 0 -2.54 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" "diode" (id 4) (at 0 0 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "ki_description" "Diode" (id 5) (at 0 0 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "ki_fp_filters" "TO-???* *_Diode_* *SingleDiode* D_*" (id 6) (at 0 0 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (symbol "D_0_1"
+ (polyline
+ (pts
+ (xy -1.27 1.27)
+ (xy -1.27 -1.27)
+ )
+ (stroke (width 0.254) (type default) (color 0 0 0 0))
+ (fill (type none))
+ )
+ (polyline
+ (pts
+ (xy 1.27 0)
+ (xy -1.27 0)
+ )
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (fill (type none))
+ )
+ (polyline
+ (pts
+ (xy 1.27 1.27)
+ (xy 1.27 -1.27)
+ (xy -1.27 0)
+ (xy 1.27 1.27)
+ )
+ (stroke (width 0.254) (type default) (color 0 0 0 0))
+ (fill (type none))
+ )
+ )
+ (symbol "D_1_1"
+ (pin passive line (at -3.81 0 0) (length 2.54)
+ (name "K" (effects (font (size 1.27 1.27))))
+ (number "1" (effects (font (size 1.27 1.27))))
+ )
+ (pin passive line (at 3.81 0 180) (length 2.54)
+ (name "A" (effects (font (size 1.27 1.27))))
+ (number "2" (effects (font (size 1.27 1.27))))
+ )
+ )
+ )
+ (symbol "Device:R" (pin_numbers hide) (pin_names (offset 0)) (in_bom yes) (on_board yes)
+ (property "Reference" "R" (id 0) (at 2.032 0 90)
+ (effects (font (size 1.27 1.27)))
+ )
+ (property "Value" "R" (id 1) (at 0 0 90)
+ (effects (font (size 1.27 1.27)))
+ )
+ (property "Footprint" "" (id 2) (at -1.778 0 90)
+ (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" "R res resistor" (id 4) (at 0 0 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "ki_description" "Resistor" (id 5) (at 0 0 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "ki_fp_filters" "R_*" (id 6) (at 0 0 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (symbol "R_0_1"
+ (rectangle (start -1.016 -2.54) (end 1.016 2.54)
+ (stroke (width 0.254) (type default) (color 0 0 0 0))
+ (fill (type none))
+ )
+ )
+ (symbol "R_1_1"
+ (pin passive line (at 0 3.81 270) (length 1.27)
+ (name "~" (effects (font (size 1.27 1.27))))
+ (number "1" (effects (font (size 1.27 1.27))))
+ )
+ (pin passive line (at 0 -3.81 90) (length 1.27)
+ (name "~" (effects (font (size 1.27 1.27))))
+ (number "2" (effects (font (size 1.27 1.27))))
+ )
+ )
+ )
+ (symbol "keyboard_parts:ATMEGA32U4" (pin_names (offset 1.016)) (in_bom yes) (on_board yes)
+ (property "Reference" "U" (id 0) (at 0 -31.75 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Value" "ATMEGA32U4" (id 1) (at 0 31.75 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Footprint" "" (id 2) (at 0 0 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Datasheet" "" (id 3) (at 0 0 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (symbol "ATMEGA32U4_0_1"
+ (rectangle (start 20.32 29.21) (end -19.05 -29.21)
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (fill (type none))
+ )
+ )
+ (symbol "ATMEGA32U4_1_1"
+ (pin bidirectional line (at -26.67 26.67 0) (length 7.62)
+ (name "PE6/AIN0" (effects (font (size 1.27 1.27))))
+ (number "1" (effects (font (size 1.27 1.27))))
+ )
+ (pin bidirectional line (at -26.67 3.81 0) (length 7.62)
+ (name "PB2/MOSI" (effects (font (size 1.27 1.27))))
+ (number "10" (effects (font (size 1.27 1.27))))
+ )
+ (pin bidirectional line (at -26.67 1.27 0) (length 7.62)
+ (name "PB3/MISO" (effects (font (size 1.27 1.27))))
+ (number "11" (effects (font (size 1.27 1.27))))
+ )
+ (pin bidirectional line (at -26.67 -1.27 0) (length 7.62)
+ (name "PB7/~{RTS}" (effects (font (size 1.27 1.27))))
+ (number "12" (effects (font (size 1.27 1.27))))
+ )
+ (pin input line (at -26.67 -3.81 0) (length 7.62)
+ (name "~{RESET}" (effects (font (size 1.27 1.27))))
+ (number "13" (effects (font (size 1.27 1.27))))
+ )
+ (pin power_in line (at -26.67 -6.35 0) (length 7.62)
+ (name "VCC" (effects (font (size 1.27 1.27))))
+ (number "14" (effects (font (size 1.27 1.27))))
+ )
+ (pin power_in line (at -26.67 -8.89 0) (length 7.62)
+ (name "GND" (effects (font (size 1.27 1.27))))
+ (number "15" (effects (font (size 1.27 1.27))))
+ )
+ (pin input line (at -26.67 -11.43 0) (length 7.62)
+ (name "XTAL1" (effects (font (size 1.27 1.27))))
+ (number "16" (effects (font (size 1.27 1.27))))
+ )
+ (pin output line (at -26.67 -13.97 0) (length 7.62)
+ (name "XTAL2" (effects (font (size 1.27 1.27))))
+ (number "17" (effects (font (size 1.27 1.27))))
+ )
+ (pin bidirectional line (at -26.67 -16.51 0) (length 7.62)
+ (name "PD0/INT0" (effects (font (size 1.27 1.27))))
+ (number "18" (effects (font (size 1.27 1.27))))
+ )
+ (pin bidirectional line (at -26.67 -19.05 0) (length 7.62)
+ (name "PD1/INT1" (effects (font (size 1.27 1.27))))
+ (number "19" (effects (font (size 1.27 1.27))))
+ )
+ (pin power_in line (at -26.67 24.13 0) (length 7.62)
+ (name "UVcc" (effects (font (size 1.27 1.27))))
+ (number "2" (effects (font (size 1.27 1.27))))
+ )
+ (pin bidirectional line (at -26.67 -21.59 0) (length 7.62)
+ (name "PD2/RXD1" (effects (font (size 1.27 1.27))))
+ (number "20" (effects (font (size 1.27 1.27))))
+ )
+ (pin bidirectional line (at -26.67 -24.13 0) (length 7.62)
+ (name "PD3/TXD1" (effects (font (size 1.27 1.27))))
+ (number "21" (effects (font (size 1.27 1.27))))
+ )
+ (pin bidirectional line (at -26.67 -26.67 0) (length 7.62)
+ (name "PD5/XCK1" (effects (font (size 1.27 1.27))))
+ (number "22" (effects (font (size 1.27 1.27))))
+ )
+ (pin power_in line (at 27.94 -26.67 180) (length 7.62)
+ (name "GND" (effects (font (size 1.27 1.27))))
+ (number "23" (effects (font (size 1.27 1.27))))
+ )
+ (pin power_in line (at 27.94 -24.13 180) (length 7.62)
+ (name "AVCC" (effects (font (size 1.27 1.27))))
+ (number "24" (effects (font (size 1.27 1.27))))
+ )
+ (pin bidirectional line (at 27.94 -21.59 180) (length 7.62)
+ (name "ICP1/PD4" (effects (font (size 1.27 1.27))))
+ (number "25" (effects (font (size 1.27 1.27))))
+ )
+ (pin bidirectional line (at 27.94 -19.05 180) (length 7.62)
+ (name "T1/PD6" (effects (font (size 1.27 1.27))))
+ (number "26" (effects (font (size 1.27 1.27))))
+ )
+ (pin bidirectional line (at 27.94 -16.51 180) (length 7.62)
+ (name "T0/PD7" (effects (font (size 1.27 1.27))))
+ (number "27" (effects (font (size 1.27 1.27))))
+ )
+ (pin bidirectional line (at 27.94 -13.97 180) (length 7.62)
+ (name "PB4" (effects (font (size 1.27 1.27))))
+ (number "28" (effects (font (size 1.27 1.27))))
+ )
+ (pin bidirectional line (at 27.94 -11.43 180) (length 7.62)
+ (name "PB5" (effects (font (size 1.27 1.27))))
+ (number "29" (effects (font (size 1.27 1.27))))
+ )
+ (pin bidirectional line (at -26.67 21.59 0) (length 7.62)
+ (name "D-" (effects (font (size 1.27 1.27))))
+ (number "3" (effects (font (size 1.27 1.27))))
+ )
+ (pin bidirectional line (at 27.94 -8.89 180) (length 7.62)
+ (name "PB6" (effects (font (size 1.27 1.27))))
+ (number "30" (effects (font (size 1.27 1.27))))
+ )
+ (pin bidirectional line (at 27.94 -6.35 180) (length 7.62)
+ (name "PC6" (effects (font (size 1.27 1.27))))
+ (number "31" (effects (font (size 1.27 1.27))))
+ )
+ (pin bidirectional line (at 27.94 -3.81 180) (length 7.62)
+ (name "PC7" (effects (font (size 1.27 1.27))))
+ (number "32" (effects (font (size 1.27 1.27))))
+ )
+ (pin bidirectional line (at 27.94 -1.27 180) (length 7.62)
+ (name "~{HWB/PE2}" (effects (font (size 1.27 1.27))))
+ (number "33" (effects (font (size 1.27 1.27))))
+ )
+ (pin power_in line (at 27.94 1.27 180) (length 7.62)
+ (name "VCC" (effects (font (size 1.27 1.27))))
+ (number "34" (effects (font (size 1.27 1.27))))
+ )
+ (pin power_in line (at 27.94 3.81 180) (length 7.62)
+ (name "GND" (effects (font (size 1.27 1.27))))
+ (number "35" (effects (font (size 1.27 1.27))))
+ )
+ (pin bidirectional line (at 27.94 6.35 180) (length 7.62)
+ (name "PF7" (effects (font (size 1.27 1.27))))
+ (number "36" (effects (font (size 1.27 1.27))))
+ )
+ (pin bidirectional line (at 27.94 8.89 180) (length 7.62)
+ (name "PF6" (effects (font (size 1.27 1.27))))
+ (number "37" (effects (font (size 1.27 1.27))))
+ )
+ (pin bidirectional line (at 27.94 11.43 180) (length 7.62)
+ (name "PF5" (effects (font (size 1.27 1.27))))
+ (number "38" (effects (font (size 1.27 1.27))))
+ )
+ (pin bidirectional line (at 27.94 13.97 180) (length 7.62)
+ (name "PF4" (effects (font (size 1.27 1.27))))
+ (number "39" (effects (font (size 1.27 1.27))))
+ )
+ (pin bidirectional line (at -26.67 19.05 0) (length 7.62)
+ (name "D+" (effects (font (size 1.27 1.27))))
+ (number "4" (effects (font (size 1.27 1.27))))
+ )
+ (pin bidirectional line (at 27.94 16.51 180) (length 7.62)
+ (name "PF1" (effects (font (size 1.27 1.27))))
+ (number "40" (effects (font (size 1.27 1.27))))
+ )
+ (pin bidirectional line (at 27.94 19.05 180) (length 7.62)
+ (name "PF0" (effects (font (size 1.27 1.27))))
+ (number "41" (effects (font (size 1.27 1.27))))
+ )
+ (pin input line (at 27.94 21.59 180) (length 7.62)
+ (name "AREF" (effects (font (size 1.27 1.27))))
+ (number "42" (effects (font (size 1.27 1.27))))
+ )
+ (pin power_in line (at 27.94 24.13 180) (length 7.62)
+ (name "GND" (effects (font (size 1.27 1.27))))
+ (number "43" (effects (font (size 1.27 1.27))))
+ )
+ (pin power_in line (at 27.94 26.67 180) (length 7.62)
+ (name "AVCC" (effects (font (size 1.27 1.27))))
+ (number "44" (effects (font (size 1.27 1.27))))
+ )
+ (pin power_in line (at -26.67 16.51 0) (length 7.62)
+ (name "UGnd" (effects (font (size 1.27 1.27))))
+ (number "5" (effects (font (size 1.27 1.27))))
+ )
+ (pin input line (at -26.67 13.97 0) (length 7.62)
+ (name "UCap" (effects (font (size 1.27 1.27))))
+ (number "6" (effects (font (size 1.27 1.27))))
+ )
+ (pin input line (at -26.67 11.43 0) (length 7.62)
+ (name "VBus" (effects (font (size 1.27 1.27))))
+ (number "7" (effects (font (size 1.27 1.27))))
+ )
+ (pin bidirectional line (at -26.67 8.89 0) (length 7.62)
+ (name "PB0/SS" (effects (font (size 1.27 1.27))))
+ (number "8" (effects (font (size 1.27 1.27))))
+ )
+ (pin bidirectional line (at -26.67 6.35 0) (length 7.62)
+ (name "PB1/SCK" (effects (font (size 1.27 1.27))))
+ (number "9" (effects (font (size 1.27 1.27))))
+ )
+ )
+ )
+ (symbol "keyboard_parts:GND" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes)
+ (property "Reference" "#PWR" (id 0) (at 0 1.27 0)
+ (effects (font (size 0.508 0.508)) hide)
+ )
+ (property "Value" "GND" (id 1) (at 0 -2.54 0)
+ (effects (font (size 0.762 0.762)))
+ )
+ (property "Footprint" "" (id 2) (at 0 0 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Datasheet" "" (id 3) (at 0 0 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (symbol "GND_0_0"
+ (pin power_in line (at 0 0 90) (length 0) hide
+ (name "+5V" (effects (font (size 0.508 0.508))))
+ (number "1" (effects (font (size 0.254 0.254))))
+ )
+ )
+ (symbol "GND_0_1"
+ (polyline
+ (pts
+ (xy 0 -1.651)
+ (xy 0.635 -1.016)
+ (xy -0.635 -1.016)
+ (xy 0 -1.651)
+ )
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (fill (type none))
+ )
+ )
+ (symbol "GND_1_1"
+ (polyline
+ (pts
+ (xy 0 0)
+ (xy 0 -1.016)
+ (xy 0 -1.016)
+ )
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (fill (type none))
+ )
+ )
+ )
+ (symbol "keyboard_parts:KEYSW" (pin_names (offset 1.016)) (in_bom yes) (on_board yes)
+ (property "Reference" "K?" (id 0) (at -1.27 0 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Value" "KEYSW" (id 1) (at 0 -2.54 0)
+ (effects (font (size 1.524 1.524)) hide)
+ )
+ (property "Footprint" "" (id 2) (at 0 0 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Datasheet" "" (id 3) (at 0 0 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (symbol "KEYSW_0_1"
+ (circle (center -5.08 0) (radius 1.27)
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (fill (type none))
+ )
+ (polyline
+ (pts
+ (xy -5.08 1.27)
+ (xy 3.81 3.81)
+ )
+ (stroke (width 0.254) (type default) (color 0 0 0 0))
+ (fill (type none))
+ )
+ (circle (center 5.08 0) (radius 1.27)
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (fill (type none))
+ )
+ )
+ (symbol "KEYSW_1_1"
+ (pin passive line (at 7.62 0 180) (length 1.27)
+ (name "~" (effects (font (size 1.524 1.524))))
+ (number "1" (effects (font (size 1.524 1.524))))
+ )
+ (pin passive line (at -7.62 0 0) (length 1.27)
+ (name "~" (effects (font (size 1.524 1.524))))
+ (number "2" (effects (font (size 1.524 1.524))))
+ )
+ )
+ )
+ (symbol "keyboard_parts:SW_PUSH" (pin_numbers hide) (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes)
+ (property "Reference" "SW" (id 0) (at 3.81 2.794 0)
+ (effects (font (size 1.27 1.27)))
+ )
+ (property "Value" "SW_PUSH" (id 1) (at 0 -2.032 0)
+ (effects (font (size 1.27 1.27)))
+ )
+ (property "Footprint" "" (id 2) (at 0 0 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Datasheet" "" (id 3) (at 0 0 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (symbol "SW_PUSH_0_1"
+ (rectangle (start -4.318 1.27) (end 4.318 1.524)
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (fill (type none))
+ )
+ (polyline
+ (pts
+ (xy -1.016 1.524)
+ (xy -0.762 2.286)
+ (xy 0.762 2.286)
+ (xy 1.016 1.524)
+ )
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (fill (type none))
+ )
+ (pin passive inverted (at -7.62 0 0) (length 5.08)
+ (name "1" (effects (font (size 1.524 1.524))))
+ (number "1" (effects (font (size 1.524 1.524))))
+ )
+ (pin passive inverted (at 7.62 0 180) (length 5.08)
+ (name "2" (effects (font (size 1.524 1.524))))
+ (number "2" (effects (font (size 1.524 1.524))))
+ )
+ )
+ )
+ (symbol "keyboard_parts:USB_mini_micro_B" (pin_names (offset 1.016)) (in_bom yes) (on_board yes)
+ (property "Reference" "J" (id 0) (at -10.16 -1.27 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Value" "USB_mini_micro_B" (id 1) (at -3.81 6.35 0)
+ (effects (font (size 1.524 1.524)) hide)
+ )
+ (property "Footprint" "" (id 2) (at -1.27 0 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Datasheet" "" (id 3) (at -1.27 0 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (symbol "USB_mini_micro_B_0_1"
+ (rectangle (start -8.89 5.08) (end -1.27 -10.16)
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (fill (type none))
+ )
+ )
+ (symbol "USB_mini_micro_B_1_1"
+ (pin power_out line (at 3.81 3.81 180) (length 5.08)
+ (name "VUSB" (effects (font (size 1.27 1.27))))
+ (number "1" (effects (font (size 1.27 1.27))))
+ )
+ (pin bidirectional line (at 3.81 1.27 180) (length 5.08)
+ (name "D-" (effects (font (size 1.27 1.27))))
+ (number "2" (effects (font (size 1.27 1.27))))
+ )
+ (pin bidirectional line (at 3.81 -1.27 180) (length 5.08)
+ (name "D+" (effects (font (size 1.27 1.27))))
+ (number "3" (effects (font (size 1.27 1.27))))
+ )
+ (pin input line (at 3.81 -3.81 180) (length 5.08)
+ (name "ID" (effects (font (size 1.27 1.27))))
+ (number "4" (effects (font (size 1.27 1.27))))
+ )
+ (pin power_out line (at 3.81 -6.35 180) (length 5.08)
+ (name "GND" (effects (font (size 1.27 1.27))))
+ (number "5" (effects (font (size 1.27 1.27))))
+ )
+ (pin input line (at 3.81 -8.89 180) (length 5.08)
+ (name "SHIELD" (effects (font (size 1.27 1.27))))
+ (number "6" (effects (font (size 1.27 1.27))))
+ )
+ )
+ )
+ (symbol "keyboard_parts:XTAL_GND" (pin_numbers hide) (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes)
+ (property "Reference" "X" (id 0) (at 0 3.81 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Value" "XTAL_GND" (id 1) (at 0 -3.81 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Footprint" "" (id 2) (at 0 0 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Datasheet" "" (id 3) (at 0 0 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (symbol "XTAL_GND_0_1"
+ (polyline
+ (pts
+ (xy -2.54 2.54)
+ (xy -2.54 -2.54)
+ )
+ (stroke (width 0.4064) (type default) (color 0 0 0 0))
+ (fill (type none))
+ )
+ (polyline
+ (pts
+ (xy 2.54 2.54)
+ (xy 2.54 -2.54)
+ )
+ (stroke (width 0.4064) (type default) (color 0 0 0 0))
+ (fill (type none))
+ )
+ (polyline
+ (pts
+ (xy -1.27 1.27)
+ (xy 1.27 1.27)
+ (xy 1.27 -1.27)
+ (xy -1.27 -1.27)
+ (xy -1.27 1.27)
+ )
+ (stroke (width 0.3048) (type default) (color 0 0 0 0))
+ (fill (type background))
+ )
+ )
+ (symbol "XTAL_GND_1_1"
+ (pin passive line (at -7.62 0 0) (length 5.08)
+ (name "1" (effects (font (size 1.016 1.016))))
+ (number "1" (effects (font (size 1.016 1.016))))
+ )
+ (pin passive line (at 7.62 0 180) (length 5.08)
+ (name "2" (effects (font (size 1.016 1.016))))
+ (number "2" (effects (font (size 1.016 1.016))))
+ )
+ (pin passive line (at 0 -5.08 90) (length 1.27)
+ (name "~" (effects (font (size 1.27 1.27))))
+ (number "3" (effects (font (size 1.27 1.27))))
+ )
+ )
+ )
+ (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 105.918 188.468) (diameter 0) (color 0 0 0 0)
+ (uuid 0308e531-9769-458a-8837-0b5d22a27506)
+ )
+ (junction (at 80.518 178.816) (diameter 0) (color 0 0 0 0)
+ (uuid 03e983c4-d482-435d-93cb-9b4f01a9e138)
+ )
+ (junction (at 252.73 72.39) (diameter 0) (color 0 0 0 0)
+ (uuid 082f8b77-4646-407f-99fc-382ec8e8236e)
+ )
+ (junction (at 283.718 194.056) (diameter 0) (color 0 0 0 0)
+ (uuid 0a4d7249-ce8f-489d-8ecc-ccbcad180a46)
+ )
+ (junction (at 222.758 163.576) (diameter 0) (color 0 0 0 0)
+ (uuid 0cfe41e0-cd00-4d63-a3a2-3af54647a58b)
+ )
+ (junction (at 65.278 218.948) (diameter 0) (color 0 0 0 0)
+ (uuid 10230c94-8357-4b3d-8c36-fbd626779e9b)
+ )
+ (junction (at 146.558 203.708) (diameter 0) (color 0 0 0 0)
+ (uuid 10d9402b-74f4-43bd-9837-7f7dbcdcaf31)
+ )
+ (junction (at 304.038 178.816) (diameter 0) (color 0 0 0 0)
+ (uuid 1418d795-ba29-42a1-b480-83b03ee06ca0)
+ )
+ (junction (at 187.198 203.708) (diameter 0) (color 0 0 0 0)
+ (uuid 14200194-8e3a-4253-b0f0-5d87d0ec4d1e)
+ )
+ (junction (at 24.638 173.228) (diameter 0) (color 0 0 0 0)
+ (uuid 1551b332-79fc-44f9-b06d-27b0bbad8e72)
+ )
+ (junction (at 182.118 194.056) (diameter 0) (color 0 0 0 0)
+ (uuid 159dd466-b804-45dc-97d0-0212891c45f2)
+ )
+ (junction (at 279.4 97.79) (diameter 0) (color 0 0 0 0)
+ (uuid 174bb2f5-edf9-40b1-ad09-4c6da7fb524b)
+ )
+ (junction (at 105.918 234.188) (diameter 0) (color 0 0 0 0)
+ (uuid 17958b1d-cf85-405a-a0dc-89ea66e98479)
+ )
+ (junction (at 155.702 68.58) (diameter 0) (color 0 0 0 0)
+ (uuid 1a0a6220-872b-4d80-8198-45372a905ba5)
+ )
+ (junction (at 304.038 209.296) (diameter 0) (color 0 0 0 0)
+ (uuid 1a4ba234-fd96-4157-a555-35e5d830b9ea)
+ )
+ (junction (at 85.598 188.468) (diameter 0) (color 0 0 0 0)
+ (uuid 1a8a3922-46ca-45af-9a67-cb9df61085f9)
+ )
+ (junction (at 202.438 209.296) (diameter 0) (color 0 0 0 0)
+ (uuid 1d93d89b-ac85-47c0-a87e-0002ea90e0b0)
+ )
+ (junction (at 207.518 218.948) (diameter 0) (color 0 0 0 0)
+ (uuid 20b80dc4-4a92-4502-a2ac-f4ad59ca46c9)
+ )
+ (junction (at 39.878 178.816) (diameter 0) (color 0 0 0 0)
+ (uuid 2393e976-7e34-459f-a8b5-2334b38e8331)
+ )
+ (junction (at 268.478 203.708) (diameter 0) (color 0 0 0 0)
+ (uuid 278efbe3-fd03-47cb-b67e-b8f09c6e66e7)
+ )
+ (junction (at 100.838 194.056) (diameter 0) (color 0 0 0 0)
+ (uuid 27f4f568-2226-4f36-8a0c-03f471990da7)
+ )
+ (junction (at 268.478 173.228) (diameter 0) (color 0 0 0 0)
+ (uuid 2a618605-bfd8-4238-8981-240c4af143c0)
+ )
+ (junction (at 141.478 209.296) (diameter 0) (color 0 0 0 0)
+ (uuid 2ad6e2d7-309c-49ea-9b5a-bca577664021)
+ )
+ (junction (at 268.478 234.188) (diameter 0) (color 0 0 0 0)
+ (uuid 2bd30bc1-ae1d-418c-ad6f-80d08e337aab)
+ )
+ (junction (at 161.798 163.576) (diameter 0) (color 0 0 0 0)
+ (uuid 2df4f6ca-fd9f-49c6-a502-03b5d8468348)
+ )
+ (junction (at 150.622 74.93) (diameter 0) (color 0 0 0 0)
+ (uuid 2efd5ba6-0623-4a4e-b750-12f908490cd2)
+ )
+ (junction (at 283.718 163.576) (diameter 0) (color 0 0 0 0)
+ (uuid 2fd29c31-7928-4c45-834a-0612446d86cf)
+ )
+ (junction (at 121.158 209.296) (diameter 0) (color 0 0 0 0)
+ (uuid 344c6d53-079e-4021-96b1-9edf0e930e91)
+ )
+ (junction (at 243.078 163.576) (diameter 0) (color 0 0 0 0)
+ (uuid 34d6d9c5-6765-43c7-ac7b-1be33a4dc738)
+ )
+ (junction (at 105.918 203.708) (diameter 0) (color 0 0 0 0)
+ (uuid 3a8f627b-cecb-45f2-9c33-f01ebc00219e)
+ )
+ (junction (at 227.838 188.468) (diameter 0) (color 0 0 0 0)
+ (uuid 3bf0e5cb-8201-4b02-b5b3-1e33a8f1c696)
+ )
+ (junction (at 166.878 173.228) (diameter 0) (color 0 0 0 0)
+ (uuid 3c5573b5-ab73-4517-b4f2-9e3811600594)
+ )
+ (junction (at 187.198 234.188) (diameter 0) (color 0 0 0 0)
+ (uuid 4126807f-eade-4114-ad05-aa557c7a8879)
+ )
+ (junction (at 202.438 194.056) (diameter 0) (color 0 0 0 0)
+ (uuid 42a4d5da-3d45-41f8-befe-18b5a5cb6bed)
+ )
+ (junction (at 222.758 178.816) (diameter 0) (color 0 0 0 0)
+ (uuid 456045c7-119b-443f-9d83-8a11e699febc)
+ )
+ (junction (at 39.878 194.056) (diameter 0) (color 0 0 0 0)
+ (uuid 4576fe4f-a6dd-4925-9a2f-05248acdaed7)
+ )
+ (junction (at 166.878 188.468) (diameter 0) (color 0 0 0 0)
+ (uuid 45b636f7-b978-4d4d-980f-bd60e8a5fe03)
+ )
+ (junction (at 80.518 209.296) (diameter 0) (color 0 0 0 0)
+ (uuid 47536f5c-6735-4245-a4c7-e15b31f022f8)
+ )
+ (junction (at 243.078 194.056) (diameter 0) (color 0 0 0 0)
+ (uuid 4cdf26cc-92f0-43bd-ad0f-99c4730a2edf)
+ )
+ (junction (at 44.958 218.948) (diameter 0) (color 0 0 0 0)
+ (uuid 4f30428d-a372-4054-b359-ce4f03afef10)
+ )
+ (junction (at 222.758 209.296) (diameter 0) (color 0 0 0 0)
+ (uuid 50830699-42fa-4c7f-8834-cd945de6bf21)
+ )
+ (junction (at 207.518 203.708) (diameter 0) (color 0 0 0 0)
+ (uuid 52e0c8f5-32ec-4df9-8b8f-a1a260144c3a)
+ )
+ (junction (at 304.038 163.576) (diameter 0) (color 0 0 0 0)
+ (uuid 557726d3-5de5-46e5-93ff-b85bf12dbbce)
+ )
+ (junction (at 324.358 178.816) (diameter 0) (color 0 0 0 0)
+ (uuid 55aae85d-4313-4259-8362-c59896fc6476)
+ )
+ (junction (at 138.43 87.63) (diameter 0) (color 0 0 0 0)
+ (uuid 57bd3eac-5e92-4c0b-bad8-73c09e52eb8d)
+ )
+ (junction (at 207.518 234.188) (diameter 0) (color 0 0 0 0)
+ (uuid 58fc8df5-2da4-4e9b-b77b-8f1723881373)
+ )
+ (junction (at 283.718 178.816) (diameter 0) (color 0 0 0 0)
+ (uuid 5e14d031-115f-4969-8f53-b675679634bd)
+ )
+ (junction (at 146.558 188.468) (diameter 0) (color 0 0 0 0)
+ (uuid 5fa3e629-bc08-4834-88b9-b8e87c628889)
+ )
+ (junction (at 248.158 218.948) (diameter 0) (color 0 0 0 0)
+ (uuid 6277140a-0cc5-4f6d-b4ac-71a99de494c6)
+ )
+ (junction (at 166.878 203.708) (diameter 0) (color 0 0 0 0)
+ (uuid 63a1fcbe-b6a6-40aa-902d-4c95e70028fa)
+ )
+ (junction (at 80.518 163.576) (diameter 0) (color 0 0 0 0)
+ (uuid 67944183-cc9f-4c3f-9571-b67c5fb9e956)
+ )
+ (junction (at 126.238 188.468) (diameter 0) (color 0 0 0 0)
+ (uuid 684bbd3f-ce2f-4423-bfd1-76d2bf879694)
+ )
+ (junction (at 141.478 163.576) (diameter 0) (color 0 0 0 0)
+ (uuid 6857661d-e30f-4283-a2dd-ff422f4e2b48)
+ )
+ (junction (at 263.398 163.576) (diameter 0) (color 0 0 0 0)
+ (uuid 687bf568-9df5-4200-85f0-1933c51c8dd7)
+ )
+ (junction (at 243.078 209.296) (diameter 0) (color 0 0 0 0)
+ (uuid 69a165e7-06db-4440-997d-c80bbc064049)
+ )
+ (junction (at 243.078 178.816) (diameter 0) (color 0 0 0 0)
+ (uuid 69a6f0d2-d1d9-4d43-9ec3-02bc991f2ad5)
+ )
+ (junction (at 100.838 163.576) (diameter 0) (color 0 0 0 0)
+ (uuid 6a328440-5a23-4c08-aa58-47fbe25b74a9)
+ )
+ (junction (at 80.518 194.056) (diameter 0) (color 0 0 0 0)
+ (uuid 6d898ab8-49c1-43f3-88b9-ec248a9135d4)
+ )
+ (junction (at 207.518 188.468) (diameter 0) (color 0 0 0 0)
+ (uuid 6fce5041-1777-4670-9ec1-88d6af1225ee)
+ )
+ (junction (at 44.958 234.188) (diameter 0) (color 0 0 0 0)
+ (uuid 716e7af2-a3c0-4d2f-8157-4d0fd0d33140)
+ )
+ (junction (at 85.598 218.948) (diameter 0) (color 0 0 0 0)
+ (uuid 722093f9-1b8a-44e8-a7a1-34e40dc09827)
+ )
+ (junction (at 126.238 234.188) (diameter 0) (color 0 0 0 0)
+ (uuid 73735ae8-bd95-4cdc-878b-bdce98a639d6)
+ )
+ (junction (at 65.278 234.188) (diameter 0) (color 0 0 0 0)
+ (uuid 75fae664-a90b-40e6-859b-e8c7146e5b71)
+ )
+ (junction (at 161.798 178.816) (diameter 0) (color 0 0 0 0)
+ (uuid 7657d367-3e05-45bf-af0b-c8756ad7b3ad)
+ )
+ (junction (at 126.238 218.948) (diameter 0) (color 0 0 0 0)
+ (uuid 76cfbbbf-6a29-46c3-a89c-23b11fea1b42)
+ )
+ (junction (at 202.438 163.576) (diameter 0) (color 0 0 0 0)
+ (uuid 77d400dd-db48-4900-b30c-f579bfdbc6f6)
+ )
+ (junction (at 39.878 163.576) (diameter 0) (color 0 0 0 0)
+ (uuid 7d1370d0-be32-4212-8ffc-261c4f8876fa)
+ )
+ (junction (at 324.358 163.576) (diameter 0) (color 0 0 0 0)
+ (uuid 7ef0dd08-0ed5-4387-8047-be0a4a6a9266)
+ )
+ (junction (at 121.158 178.816) (diameter 0) (color 0 0 0 0)
+ (uuid 7fac89e2-0c6c-47ae-a2e5-41815b185382)
+ )
+ (junction (at 105.918 218.948) (diameter 0) (color 0 0 0 0)
+ (uuid 8267a5c0-1900-4ae1-8893-4dbf652af181)
+ )
+ (junction (at 24.638 234.188) (diameter 0) (color 0 0 0 0)
+ (uuid 8419fc58-ddbd-4e10-8f36-e031ac0d7cd8)
+ )
+ (junction (at 187.198 173.228) (diameter 0) (color 0 0 0 0)
+ (uuid 88666bec-2070-45a1-b5aa-f3ac13a7f73e)
+ )
+ (junction (at 65.278 173.228) (diameter 0) (color 0 0 0 0)
+ (uuid 8f840c54-2bcc-42ef-bb1b-aac0eba90c45)
+ )
+ (junction (at 141.478 194.056) (diameter 0) (color 0 0 0 0)
+ (uuid 91a979eb-52b3-4ca7-af2b-8e072c46ca8f)
+ )
+ (junction (at 263.398 178.816) (diameter 0) (color 0 0 0 0)
+ (uuid 922fcba3-6003-4721-be37-19da938075ec)
+ )
+ (junction (at 146.558 218.948) (diameter 0) (color 0 0 0 0)
+ (uuid 9b77663b-e9b0-4d2f-866c-b3aec36b2765)
+ )
+ (junction (at 227.838 218.948) (diameter 0) (color 0 0 0 0)
+ (uuid 9c2480ed-dad5-4768-baa9-3befab67552a)
+ )
+ (junction (at 261.112 123.19) (diameter 0) (color 0 0 0 0)
+ (uuid a103f44c-6e8c-4563-9906-68f89fe9a115)
+ )
+ (junction (at 187.198 188.468) (diameter 0) (color 0 0 0 0)
+ (uuid a1fe664f-1e49-45f2-bb7a-10ebb1fd911f)
+ )
+ (junction (at 121.158 194.056) (diameter 0) (color 0 0 0 0)
+ (uuid a35a0e41-64a8-418d-8737-a21e0194aa9d)
+ )
+ (junction (at 65.278 188.468) (diameter 0) (color 0 0 0 0)
+ (uuid a6a8df61-27bc-492b-853a-d3122590dca8)
+ )
+ (junction (at 248.158 173.228) (diameter 0) (color 0 0 0 0)
+ (uuid a6d39649-6a5c-4794-8c20-2191ae91d20f)
+ )
+ (junction (at 222.758 194.056) (diameter 0) (color 0 0 0 0)
+ (uuid a85c33cb-384a-45c0-bff5-8b14ee33d3b8)
+ )
+ (junction (at 126.238 173.228) (diameter 0) (color 0 0 0 0)
+ (uuid aaab9c36-63a8-434b-9cd6-5d0d93a4a6f3)
+ )
+ (junction (at 65.278 203.708) (diameter 0) (color 0 0 0 0)
+ (uuid b387b8d0-7bda-48b5-85e9-712f3d38c4f8)
+ )
+ (junction (at 288.798 173.228) (diameter 0) (color 0 0 0 0)
+ (uuid b6925f9f-ad3c-4190-bc93-d0c9efed69df)
+ )
+ (junction (at 288.798 188.468) (diameter 0) (color 0 0 0 0)
+ (uuid c4b324c2-f2ce-40a2-81ba-77bda70ee358)
+ )
+ (junction (at 227.838 173.228) (diameter 0) (color 0 0 0 0)
+ (uuid c4e67e6e-d614-4e3a-914f-c3ce0fa5fefb)
+ )
+ (junction (at 146.558 173.228) (diameter 0) (color 0 0 0 0)
+ (uuid c6125cfd-d4bf-4275-a106-64b4ff2dfa19)
+ )
+ (junction (at 24.638 188.468) (diameter 0) (color 0 0 0 0)
+ (uuid c786748e-b037-4995-8471-91e323fb8866)
+ )
+ (junction (at 207.518 173.228) (diameter 0) (color 0 0 0 0)
+ (uuid cd793ca0-8d8a-4c53-a2f1-dc856d575260)
+ )
+ (junction (at 148.59 115.57) (diameter 0) (color 0 0 0 0)
+ (uuid cec50e70-3c97-4aab-8520-4b4f492d04e9)
+ )
+ (junction (at 268.478 188.468) (diameter 0) (color 0 0 0 0)
+ (uuid cee5a656-cb83-42f7-8cc3-d817ce75fa61)
+ )
+ (junction (at 263.398 194.056) (diameter 0) (color 0 0 0 0)
+ (uuid cf12cbe0-29c7-463b-9606-32f8fa4b7792)
+ )
+ (junction (at 141.478 178.816) (diameter 0) (color 0 0 0 0)
+ (uuid cfcea14d-1b67-4527-ab80-6c1b53f265c3)
+ )
+ (junction (at 168.91 115.57) (diameter 0) (color 0 0 0 0)
+ (uuid d4e77efc-3040-4962-986e-846756bf3632)
+ )
+ (junction (at 158.75 125.73) (diameter 0) (color 0 0 0 0)
+ (uuid d5157bbb-4b1f-4e6c-a860-86c76d219898)
+ )
+ (junction (at 85.598 173.228) (diameter 0) (color 0 0 0 0)
+ (uuid d54e01d5-4ec0-43de-ba23-c42727577953)
+ )
+ (junction (at 134.62 105.41) (diameter 0) (color 0 0 0 0)
+ (uuid d782904a-4912-403b-aceb-98e3c7aa207d)
+ )
+ (junction (at 182.118 178.816) (diameter 0) (color 0 0 0 0)
+ (uuid db42b9ae-a342-4768-b5df-86fdfcd2bf91)
+ )
+ (junction (at 182.88 74.93) (diameter 0) (color 0 0 0 0)
+ (uuid db7b2b16-7039-4a13-9c7f-6c2c7f73e259)
+ )
+ (junction (at 105.918 173.228) (diameter 0) (color 0 0 0 0)
+ (uuid dc31cd75-731f-4d0c-8123-5372d68b3c75)
+ )
+ (junction (at 227.838 234.188) (diameter 0) (color 0 0 0 0)
+ (uuid de9dd7d2-75d5-4703-8284-9936d59ac854)
+ )
+ (junction (at 182.118 163.576) (diameter 0) (color 0 0 0 0)
+ (uuid deac2764-29e7-4dd7-883d-2e99e91f9580)
+ )
+ (junction (at 121.158 163.576) (diameter 0) (color 0 0 0 0)
+ (uuid e1f9183b-77df-4d41-a353-b69d9823095d)
+ )
+ (junction (at 227.838 203.708) (diameter 0) (color 0 0 0 0)
+ (uuid e772eb3a-fc3e-42f7-91f0-ae86e30cbb6a)
+ )
+ (junction (at 248.158 203.708) (diameter 0) (color 0 0 0 0)
+ (uuid eb5de325-40ba-478e-9fa8-4060bb490a23)
+ )
+ (junction (at 60.198 209.296) (diameter 0) (color 0 0 0 0)
+ (uuid ecd71e74-2228-4ba2-9b3b-882dd088c5c6)
+ )
+ (junction (at 60.198 163.576) (diameter 0) (color 0 0 0 0)
+ (uuid ed277ecd-d36d-4139-aa9f-574883bb70d8)
+ )
+ (junction (at 137.16 74.93) (diameter 0) (color 0 0 0 0)
+ (uuid edeb29ea-538d-40bc-98c1-481c4e352a39)
+ )
+ (junction (at 248.158 188.468) (diameter 0) (color 0 0 0 0)
+ (uuid eea16d36-8c5c-42a0-8ce5-8a99ef03528f)
+ )
+ (junction (at 202.438 178.816) (diameter 0) (color 0 0 0 0)
+ (uuid f1a48d03-1fb4-4ed1-85a2-3106ffabb6a2)
+ )
+ (junction (at 85.598 203.708) (diameter 0) (color 0 0 0 0)
+ (uuid f24e871a-828f-4d5a-ad72-03105b6d52dd)
+ )
+ (junction (at 44.958 173.228) (diameter 0) (color 0 0 0 0)
+ (uuid f28ab2b0-0a7a-4d41-8b67-5d82bf065775)
+ )
+ (junction (at 126.238 203.708) (diameter 0) (color 0 0 0 0)
+ (uuid f46ed8df-7c07-49c2-8b68-b97a3650d5eb)
+ )
+ (junction (at 187.198 218.948) (diameter 0) (color 0 0 0 0)
+ (uuid f5ee2c81-78c2-4519-bf9f-3b8652a28442)
+ )
+ (junction (at 304.038 194.056) (diameter 0) (color 0 0 0 0)
+ (uuid f6f8722f-e0cf-4545-9d21-5d7c743edd81)
+ )
+ (junction (at 161.798 194.056) (diameter 0) (color 0 0 0 0)
+ (uuid f7af8fe7-394b-4e82-bb03-204bec3d26b4)
+ )
+ (junction (at 176.022 102.87) (diameter 0) (color 0 0 0 0)
+ (uuid f8b9a90f-b06b-4569-a819-281e5f98334f)
+ )
+ (junction (at 166.878 218.948) (diameter 0) (color 0 0 0 0)
+ (uuid f9b8fa53-0fd8-4d90-8050-15d4bc74aa8b)
+ )
+ (junction (at 100.838 178.816) (diameter 0) (color 0 0 0 0)
+ (uuid f9dc59c5-15da-4f58-9125-b295ae1c17be)
+ )
+ (junction (at 24.638 203.708) (diameter 0) (color 0 0 0 0)
+ (uuid fcb1105f-d642-4499-8608-8912cf21c51a)
+ )
+ (junction (at 288.798 234.188) (diameter 0) (color 0 0 0 0)
+ (uuid fd5e0405-3388-49e1-a5f5-337533b0f3f7)
+ )
+
+ (no_connect (at 135.89 82.55) (uuid 3243d1c0-febe-4301-9e62-a7642b413526))
+
+ (wire (pts (xy 168.91 115.57) (xy 168.91 118.11))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 00bc3052-9cbf-46ed-8f7d-f397e309ed2d)
+ )
+ (wire (pts (xy 146.558 218.948) (xy 166.878 218.948))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 01d545a6-49ad-442b-8efe-fe7d248f21ec)
+ )
+ (wire (pts (xy 283.718 194.056) (xy 283.718 224.536))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 02e7fe4f-c943-4755-a4e3-81f8969cf1d6)
+ )
+ (wire (pts (xy 137.16 73.66) (xy 137.16 74.93))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 03fbb27b-b954-47f7-bf8e-eed96465558c)
+ )
+ (wire (pts (xy 135.89 87.63) (xy 138.43 87.63))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 04501d1e-bfa9-4f15-9ab0-aaec50345345)
+ )
+ (wire (pts (xy 248.158 178.816) (xy 248.158 180.848))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 04aef1f2-0f06-4600-880a-962e13e1c19f)
+ )
+ (wire (pts (xy 39.878 178.816) (xy 39.878 194.056))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 057d6764-99d1-49e6-becf-761e4661c691)
+ )
+ (wire (pts (xy 222.758 149.352) (xy 222.758 163.576))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 06e4a5d8-f238-4958-944b-bb7c28cfd524)
+ )
+ (wire (pts (xy 202.438 149.352) (xy 202.438 163.576))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 08d72462-d08e-4280-b0bd-2eb5ecc1226e)
+ )
+ (wire (pts (xy 150.622 74.93) (xy 155.702 74.93))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 09d0fa85-b4b7-45ae-b29b-2e538a1fc8a9)
+ )
+ (wire (pts (xy 187.198 178.816) (xy 187.198 180.848))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 0bf8b17d-6b82-4f02-8f68-487befd9d852)
+ )
+ (wire (pts (xy 288.798 188.468) (xy 309.118 188.468))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 0cdc9a42-6c12-4720-b4a1-8824b59dfa2d)
+ )
+ (wire (pts (xy 207.518 194.056) (xy 207.518 196.088))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 0d49e279-a9b6-4c07-8dc9-945df8926999)
+ )
+ (wire (pts (xy 39.878 194.056) (xy 39.878 224.536))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 0ee0c66f-0d36-41d4-ad9d-c09ee5d0b885)
+ )
+ (wire (pts (xy 141.478 209.296) (xy 141.478 224.536))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 0f7d912e-0fbc-44ae-8272-56c5a8237cb6)
+ )
+ (wire (pts (xy 155.702 68.58) (xy 155.702 69.342))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 0fcc3fce-a7c1-4701-9a6c-3c54145cbb8a)
+ )
+ (wire (pts (xy 243.84 100.33) (xy 249.682 100.33))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 0fcf3460-56b6-40b3-9a10-0a1d2f1a7c9c)
+ )
+ (wire (pts (xy 252.73 72.39) (xy 254.762 72.39))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 0ffd3364-85f0-4d63-95bf-e6585a65e5e5)
+ )
+ (wire (pts (xy 144.272 77.47) (xy 189.23 77.47))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 1009e294-110c-4dbf-9bc2-5b15b2ffa7a1)
+ )
+ (wire (pts (xy 182.118 149.352) (xy 182.118 163.576))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 11031604-f3dd-41f1-ae05-97345da483e6)
+ )
+ (wire (pts (xy 187.198 234.188) (xy 207.518 234.188))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 1103df9b-064d-42ef-8684-171ab3258491)
+ )
+ (wire (pts (xy 166.878 173.228) (xy 187.198 173.228))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 11f801d0-5fd1-46bd-9373-6878ffa717fb)
+ )
+ (wire (pts (xy 105.918 224.536) (xy 105.918 226.568))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 1211c2e9-e6c5-4ba3-b0d3-e12e6f5b84a1)
+ )
+ (wire (pts (xy 268.478 163.576) (xy 268.478 165.608))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 12572a5f-96f6-4551-8677-4b0368f3af19)
+ )
+ (wire (pts (xy 44.958 209.296) (xy 44.958 211.328))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 13ddc673-dc26-41b6-a57a-3c3707aef71f)
+ )
+ (wire (pts (xy 141.478 149.352) (xy 141.478 163.576))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 14128995-8406-4a05-970b-e5c8a5cc1b77)
+ )
+ (wire (pts (xy 105.918 218.948) (xy 126.238 218.948))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 149513a1-19cf-4d41-b5c8-a59c59c90048)
+ )
+ (wire (pts (xy 24.638 194.056) (xy 24.638 196.088))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 1503ead5-30ee-4932-ac6e-13650def3f67)
+ )
+ (wire (pts (xy 65.278 224.536) (xy 65.278 226.568))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 152cdc55-8fa3-4f03-81c2-b1a8bbd87420)
+ )
+ (wire (pts (xy 283.718 149.352) (xy 283.718 163.576))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 159c692c-0013-400a-a8a8-bccd111ee530)
+ )
+ (wire (pts (xy 202.438 194.056) (xy 202.438 209.296))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 16e7e8b2-9d1b-4b17-9f59-9ba43448366a)
+ )
+ (wire (pts (xy 161.798 163.576) (xy 161.798 178.816))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 172c630b-0523-4e5e-8c96-773586178e47)
+ )
+ (wire (pts (xy 126.238 224.536) (xy 126.238 226.568))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 19c8c6eb-0c7b-4512-a844-62f6cc5e4872)
+ )
+ (wire (pts (xy 222.758 194.056) (xy 222.758 209.296))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 19f20140-f6e2-451d-87b8-34d414d1f546)
+ )
+ (wire (pts (xy 121.158 209.296) (xy 121.158 224.536))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 1b0701c4-3a78-4eaf-835e-eadf830c0e95)
+ )
+ (wire (pts (xy 39.878 149.352) (xy 39.878 163.576))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 1b1c5a0b-5c37-4955-8a0e-06049c79a60d)
+ )
+ (wire (pts (xy 176.022 102.87) (xy 189.23 102.87))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 1b28925d-a95a-4c2c-8751-ff33e563d3e8)
+ )
+ (wire (pts (xy 24.638 203.708) (xy 65.278 203.708))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 1b5db8e6-e703-46f5-a458-bb536fd5be8b)
+ )
+ (wire (pts (xy 85.598 188.468) (xy 105.918 188.468))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 1bfc39cd-b670-4c59-a7e1-cd05497ea202)
+ )
+ (wire (pts (xy 227.838 194.056) (xy 227.838 196.088))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 1fa56049-f649-457b-8829-8325ebcce518)
+ )
+ (wire (pts (xy 161.29 68.58) (xy 161.29 71.12))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 1fd51769-09a3-4d48-bb04-c18b0cf6f7fa)
+ )
+ (wire (pts (xy 202.438 209.296) (xy 202.438 224.536))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 207ea143-ef5c-4460-b3a2-4bcdbe77f039)
+ )
+ (wire (pts (xy 85.598 209.296) (xy 85.598 211.328))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 20b43f33-9ccb-45fd-bb9b-31f45ea4c028)
+ )
+ (wire (pts (xy 243.84 125.73) (xy 247.142 125.73))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 234cb9d2-de73-47e4-b91d-21db8a74ad36)
+ )
+ (wire (pts (xy 80.518 149.352) (xy 80.518 163.576))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 23be4a9c-1ec1-4862-b845-5686c32a36be)
+ )
+ (wire (pts (xy 85.598 178.816) (xy 85.598 180.848))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 242dbcba-4120-40bd-9c39-9380729f4bce)
+ )
+ (wire (pts (xy 222.758 163.576) (xy 222.758 178.816))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 24710be9-73a8-49ce-afdc-9137c1387e54)
+ )
+ (wire (pts (xy 134.62 105.41) (xy 189.23 105.41))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 247f83cc-6ce6-4c83-8ee9-878add2eb709)
+ )
+ (wire (pts (xy 187.198 203.708) (xy 207.518 203.708))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 24bbae31-4818-4c39-99fa-eec8f84130f4)
+ )
+ (wire (pts (xy 105.918 178.816) (xy 105.918 180.848))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 258574e8-d541-4613-8175-b058cd0d3517)
+ )
+ (wire (pts (xy 24.638 173.228) (xy 44.958 173.228))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 259cbc6f-590c-4e75-bbc6-775abb0e1b3e)
+ )
+ (wire (pts (xy 135.89 74.93) (xy 137.16 74.93))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 25c94e7a-2c69-4b64-a6f9-a353238c9285)
+ )
+ (wire (pts (xy 148.59 118.11) (xy 148.59 115.57))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 26956c2d-6c9d-4164-94cf-0f5e139203a1)
+ )
+ (wire (pts (xy 24.638 178.816) (xy 24.638 180.848))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 2928c0fa-335a-4dda-b058-f58cc0e435da)
+ )
+ (wire (pts (xy 134.62 105.41) (xy 134.62 106.68))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 2cce5c52-1e96-454c-86c5-3cd3bdb28627)
+ )
+ (wire (pts (xy 227.838 218.948) (xy 248.158 218.948))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 2d452687-ed0a-4991-9684-622f1fb174a7)
+ )
+ (wire (pts (xy 248.158 188.468) (xy 268.478 188.468))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 2d56ffa6-64a1-4699-8a57-2df00df6373a)
+ )
+ (wire (pts (xy 268.478 224.536) (xy 268.478 226.568))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 2df0ee22-4c94-47f3-bfd9-e61c08194619)
+ )
+ (wire (pts (xy 227.838 234.188) (xy 268.478 234.188))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 3003899e-5a4b-459c-970d-02775dc82f6d)
+ )
+ (wire (pts (xy 148.59 115.57) (xy 151.13 115.57))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 31182355-78ef-4ab1-afbb-4f667803eb89)
+ )
+ (wire (pts (xy 187.198 163.576) (xy 187.198 165.608))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 33773e77-0eb0-4d40-b272-fbebec3ce004)
+ )
+ (wire (pts (xy 155.702 68.58) (xy 161.29 68.58))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 33cb7fd7-a13d-4fb6-9d3c-39a4bc9093d4)
+ )
+ (wire (pts (xy 146.558 178.816) (xy 146.558 180.848))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 33d232f7-69ab-4937-84a6-9369d4910aa6)
+ )
+ (wire (pts (xy 65.278 163.576) (xy 65.278 165.608))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 33e408c7-dab4-4133-9c67-636a28c01665)
+ )
+ (wire (pts (xy 182.88 74.93) (xy 176.53 74.93))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 343f3f3d-da93-461a-bab4-55d01b346a81)
+ )
+ (wire (pts (xy 304.038 178.816) (xy 304.038 194.056))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 3513c0ec-3262-48e9-ac36-f1c4fb57bd9e)
+ )
+ (wire (pts (xy 60.198 209.296) (xy 60.198 224.536))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 3758026b-a9a0-4117-b57c-98e132f54475)
+ )
+ (wire (pts (xy 80.518 163.576) (xy 80.518 178.816))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 388a6c1e-e67b-4e8a-8b2d-1d2e0244b490)
+ )
+ (wire (pts (xy 202.438 163.576) (xy 202.438 178.816))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 3b0029ed-5868-4b39-928b-d9f58d05a072)
+ )
+ (wire (pts (xy 207.518 209.296) (xy 207.518 211.328))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 3b846b80-e7ed-4098-8710-db486d59f664)
+ )
+ (wire (pts (xy 24.638 163.576) (xy 24.638 165.608))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 3bba8b15-c217-4972-b005-1c7e3919c45c)
+ )
+ (wire (pts (xy 252.73 72.39) (xy 252.73 73.66))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 3e7fe276-1a9a-404e-8caf-eb7cebd2fac8)
+ )
+ (wire (pts (xy 126.238 234.188) (xy 187.198 234.188))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 3ed55477-639e-4fd7-aee2-bb9cf3ac5312)
+ )
+ (wire (pts (xy 263.398 163.576) (xy 263.398 178.816))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 41bfe270-4a3c-4412-87b4-13d0c9ad9853)
+ )
+ (wire (pts (xy 150.622 68.58) (xy 155.702 68.58))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 41d19549-e376-4fbb-a935-e857f6c49d4f)
+ )
+ (wire (pts (xy 134.62 111.76) (xy 134.62 113.03))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 47aaf989-4363-4143-ae7e-08269741d36f)
+ )
+ (wire (pts (xy 173.482 102.87) (xy 176.022 102.87))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 49e8552d-af0b-4402-bed9-642d9b104503)
+ )
+ (wire (pts (xy 207.518 203.708) (xy 227.838 203.708))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 4ba12bcb-35ab-4915-9425-789ee8a2be94)
+ )
+ (wire (pts (xy 182.118 178.816) (xy 182.118 194.056))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 4df388e6-9da2-495a-816b-818d553a5c4a)
+ )
+ (wire (pts (xy 324.358 149.352) (xy 324.358 163.576))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 4e07e6b1-7e44-4e78-ad56-87b55aba17b5)
+ )
+ (wire (pts (xy 121.158 163.576) (xy 121.158 178.816))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 4f955fab-6209-46a2-a764-f1b077582144)
+ )
+ (wire (pts (xy 309.118 178.816) (xy 309.118 180.848))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 4f97dfe6-65a8-43a7-9bf0-89880e9e370d)
+ )
+ (wire (pts (xy 227.838 178.816) (xy 227.838 180.848))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 501eeacd-ee5a-43fc-a4bd-1e16d421cfd7)
+ )
+ (wire (pts (xy 324.358 178.816) (xy 324.358 224.536))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 52b1a085-3ce5-49af-93a3-f5c0d67aad5a)
+ )
+ (wire (pts (xy 24.638 234.188) (xy 44.958 234.188))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 5325e4f7-2657-4c9f-945d-2b351943d420)
+ )
+ (wire (pts (xy 141.478 178.816) (xy 141.478 194.056))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 54827c06-c273-4351-a15d-ec8cdae7f86c)
+ )
+ (wire (pts (xy 304.038 209.296) (xy 304.038 224.536))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 54da4924-317e-4c0a-b5e4-59924e9cb2bb)
+ )
+ (wire (pts (xy 261.112 123.19) (xy 261.112 124.46))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 5574c26b-9c0f-4218-b11d-c5de22b53b99)
+ )
+ (wire (pts (xy 283.718 163.576) (xy 283.718 178.816))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 559c1fa4-182d-4690-b5e4-3006ab506f18)
+ )
+ (wire (pts (xy 14.986 218.948) (xy 44.958 218.948))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 55f78590-c058-4271-878a-ef5c36fe7d17)
+ )
+ (wire (pts (xy 243.84 72.39) (xy 252.73 72.39))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 561725eb-f7de-4566-ae78-f6b150a94ea6)
+ )
+ (wire (pts (xy 182.118 163.576) (xy 182.118 178.816))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 569a9f8f-8a5f-4118-9749-415a4dc94e1f)
+ )
+ (wire (pts (xy 150.622 74.422) (xy 150.622 74.93))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 5777df23-b470-4813-a247-9f1fba947bf2)
+ )
+ (wire (pts (xy 126.238 173.228) (xy 146.558 173.228))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 598a8419-6d86-4d0f-9061-d6babee75d36)
+ )
+ (wire (pts (xy 141.478 163.576) (xy 141.478 178.816))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 59e30217-68e0-4f7f-b18e-64946d11cb82)
+ )
+ (wire (pts (xy 227.838 209.296) (xy 227.838 211.328))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 5a7c08c6-cfe8-4bba-9b27-a13e3c38e6c9)
+ )
+ (wire (pts (xy 80.518 178.816) (xy 80.518 194.056))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 5a7ecac9-9f57-4cf8-a415-f4202daa31da)
+ )
+ (wire (pts (xy 187.198 218.948) (xy 207.518 218.948))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 5b6a2701-00e3-402c-b9ec-c5003ada4270)
+ )
+ (wire (pts (xy 121.158 178.816) (xy 121.158 194.056))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 5b873d0a-dbdc-483c-8168-c396270d279c)
+ )
+ (wire (pts (xy 248.158 173.228) (xy 268.478 173.228))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 5c795d0c-a287-4343-9801-5c84f324ca6b)
+ )
+ (wire (pts (xy 304.038 194.056) (xy 304.038 209.296))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 5d1c4e8b-91bd-4fe7-a00c-c26a0bade72e)
+ )
+ (wire (pts (xy 166.878 194.056) (xy 166.878 196.088))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 5d245976-43e5-4bf0-a582-1aab06dbe240)
+ )
+ (wire (pts (xy 166.878 203.708) (xy 187.198 203.708))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 5db6b846-106f-4977-a991-95c246609520)
+ )
+ (wire (pts (xy 248.158 163.576) (xy 248.158 165.608))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 5eb7f5eb-b019-4a3f-a5fc-c813e24fc751)
+ )
+ (wire (pts (xy 100.838 194.056) (xy 100.838 209.296))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 5f8dc670-940a-4734-b578-763cd4067b74)
+ )
+ (wire (pts (xy 150.622 69.342) (xy 150.622 68.58))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 5fb007b9-27ac-4304-b0f5-c170a4069e55)
+ )
+ (wire (pts (xy 162.56 97.79) (xy 165.862 97.79))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 5fb3edbd-869c-45b5-bc61-cb148e6e701d)
+ )
+ (wire (pts (xy 166.878 209.296) (xy 166.878 211.328))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 633d5f64-e0de-4d8a-a1b5-2c148dc9cda8)
+ )
+ (wire (pts (xy 85.598 218.948) (xy 105.918 218.948))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 638a65cf-1dae-4b21-b04e-963e7befdfee)
+ )
+ (wire (pts (xy 243.078 163.576) (xy 243.078 178.816))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 63aaa014-607d-4419-b0a1-db8946522286)
+ )
+ (wire (pts (xy 121.158 194.056) (xy 121.158 209.296))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 646c2b06-77f4-4508-b8d0-4beef2d01c07)
+ )
+ (wire (pts (xy 279.4 97.79) (xy 281.432 97.79))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 67e84448-6804-4c61-951d-0651445e571f)
+ )
+ (wire (pts (xy 146.558 209.296) (xy 146.558 211.328))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 68524edf-bb83-47dc-8a5b-1103983e50c8)
+ )
+ (wire (pts (xy 227.838 203.708) (xy 248.158 203.708))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 68c449be-cc85-4c07-9356-388781c381ae)
+ )
+ (wire (pts (xy 207.518 173.228) (xy 227.838 173.228))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 699bfc6d-e138-426b-b946-72471ee5bce5)
+ )
+ (wire (pts (xy 248.158 218.948) (xy 288.798 218.948))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 69a8dea8-49fd-46dd-acff-1e032fc2b734)
+ )
+ (wire (pts (xy 65.278 173.228) (xy 85.598 173.228))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 6a65fd06-cf38-4105-99a8-07282e3ff2f2)
+ )
+ (wire (pts (xy 138.43 85.09) (xy 135.89 85.09))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 6acef212-7d42-465e-bb9f-bb52e462dca8)
+ )
+ (wire (pts (xy 161.798 149.352) (xy 161.798 163.576))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 6ad00a64-53a4-42d5-9e79-fc2534355005)
+ )
+ (wire (pts (xy 65.278 194.056) (xy 65.278 196.088))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 6ba08cf2-8930-4706-869d-a9f0ab8f5266)
+ )
+ (wire (pts (xy 176.022 97.79) (xy 176.022 102.87))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 6c4d3d85-c842-4911-988d-942f298cb971)
+ )
+ (wire (pts (xy 176.53 66.04) (xy 168.91 66.04))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 6d7605b3-c5d8-4b56-beb6-38ba19679116)
+ )
+ (wire (pts (xy 309.118 224.536) (xy 309.118 226.568))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 6e8ae635-c2d3-46f6-aa85-6417c213e437)
+ )
+ (wire (pts (xy 85.598 173.228) (xy 105.918 173.228))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 6f1a8f99-7b2a-4f73-ad4f-aef23f0947f6)
+ )
+ (wire (pts (xy 135.89 77.47) (xy 136.652 77.47))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 6f3e2459-a676-40b8-9271-61456421274b)
+ )
+ (wire (pts (xy 146.558 203.708) (xy 166.878 203.708))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 70b644ba-81d8-4874-8eeb-30f763f2f4a0)
+ )
+ (wire (pts (xy 184.15 82.55) (xy 184.15 85.09))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 725313a9-7d46-4593-9f9f-b2bbc23403da)
+ )
+ (wire (pts (xy 126.238 163.576) (xy 126.238 165.608))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 739119cb-277d-4495-8974-934dc9e11cab)
+ )
+ (wire (pts (xy 187.198 173.228) (xy 207.518 173.228))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 742747a8-9908-4d81-858a-4d8a4f447c09)
+ )
+ (wire (pts (xy 44.958 173.228) (xy 65.278 173.228))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 753006ff-15c7-4d83-a5ab-bb76f07ef819)
+ )
+ (wire (pts (xy 44.958 218.948) (xy 65.278 218.948))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 7757953f-3301-4185-a380-c2ac2688fadd)
+ )
+ (wire (pts (xy 279.4 104.14) (xy 279.4 105.41))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 77cb16c6-b9e1-40bf-8328-f616eb7d749d)
+ )
+ (wire (pts (xy 187.198 194.056) (xy 187.198 196.088))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 785b843e-5f65-4f44-9037-ae9bb6c951cc)
+ )
+ (wire (pts (xy 243.84 123.19) (xy 261.112 123.19))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 794adc5c-f21b-4f7c-a663-cbf046fdff16)
+ )
+ (wire (pts (xy 187.198 224.536) (xy 187.198 226.568))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 7a909dbe-fbd1-46c5-9d46-b86ed15587ab)
+ )
+ (wire (pts (xy 65.278 203.708) (xy 85.598 203.708))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 7bb0625c-b072-4416-8ec8-2d3c6b9cae6a)
+ )
+ (wire (pts (xy 155.702 74.93) (xy 155.702 74.422))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 7ccb1364-f3b2-4e0c-85cc-d494b60f9dcb)
+ )
+ (wire (pts (xy 168.91 125.73) (xy 168.91 123.19))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 7d839ced-3fd0-489e-8ae2-55498e3936f7)
+ )
+ (wire (pts (xy 268.478 234.188) (xy 288.798 234.188))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 7dc22297-0cf3-4cfe-a5b3-4440716ee83b)
+ )
+ (wire (pts (xy 227.838 188.468) (xy 248.158 188.468))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 7e9664d1-4017-4f35-bd75-b84d89c8e337)
+ )
+ (wire (pts (xy 80.518 209.296) (xy 80.518 224.536))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 7eedaffc-ff5f-4a79-a0c3-5f7e5c3b71b1)
+ )
+ (wire (pts (xy 65.278 178.816) (xy 65.278 180.848))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 7eee031b-ed44-4083-9bf7-5d53d260ef8d)
+ )
+ (wire (pts (xy 126.238 209.296) (xy 126.238 211.328))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 7f739a55-c15e-4a0f-ba4b-27959f6ca340)
+ )
+ (wire (pts (xy 207.518 178.816) (xy 207.518 180.848))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 8501c982-9e06-4d84-8bb6-f2dc3749b94b)
+ )
+ (wire (pts (xy 148.59 110.49) (xy 189.23 110.49))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 859451f4-89ca-46b4-96c7-bf2918948d58)
+ )
+ (wire (pts (xy 227.838 173.228) (xy 248.158 173.228))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 85ce289c-2e61-46c7-b9d2-66b3720fe327)
+ )
+ (wire (pts (xy 126.238 203.708) (xy 146.558 203.708))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 888a6e20-4313-4593-a334-c2ca720d4cab)
+ )
+ (wire (pts (xy 304.038 163.576) (xy 304.038 178.816))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 88f08c0f-ba6b-4aa4-83d6-9184c1a44780)
+ )
+ (wire (pts (xy 85.598 203.708) (xy 105.918 203.708))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 8b01f2c1-167b-4e55-b10e-3cb2e8c19894)
+ )
+ (wire (pts (xy 60.198 149.352) (xy 60.198 163.576))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 8d2b4fd0-de1e-417f-b2f7-d3aff386e771)
+ )
+ (wire (pts (xy 148.59 115.57) (xy 148.59 110.49))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 8e2f8cc0-9336-4d0f-9f6b-0bae21b15e61)
+ )
+ (wire (pts (xy 161.798 194.056) (xy 161.798 209.296))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 8e429724-6873-4917-bbae-b1496e4476fe)
+ )
+ (wire (pts (xy 141.478 194.056) (xy 141.478 209.296))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 8ebfc075-969f-4ab5-b925-cb08dd39f6f1)
+ )
+ (wire (pts (xy 146.558 173.228) (xy 166.878 173.228))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 903fb5cb-7e49-47d7-a4c0-32da43ed1be5)
+ )
+ (wire (pts (xy 105.918 173.228) (xy 126.238 173.228))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 90cb77c6-3207-41de-b1e6-98c2d9f7ebae)
+ )
+ (wire (pts (xy 243.84 90.17) (xy 259.842 90.17))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 90e35ca6-cad5-490c-b7b2-a71b1b038643)
+ )
+ (wire (pts (xy 173.482 97.79) (xy 176.022 97.79))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 92b05263-63b8-4d0f-ab3c-1e9daa5956df)
+ )
+ (wire (pts (xy 268.478 203.708) (xy 288.798 203.708))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 92da8dd5-2420-4910-9018-565911e7aa65)
+ )
+ (wire (pts (xy 207.518 224.536) (xy 207.518 226.568))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 936a7020-b98d-4b1c-a44a-0b11b03b9633)
+ )
+ (wire (pts (xy 100.838 163.576) (xy 100.838 178.816))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 93d65762-f541-4624-b666-92ecaf05dccf)
+ )
+ (wire (pts (xy 24.638 188.468) (xy 65.278 188.468))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 960fd982-7fc6-4a9c-a3aa-b8d7a84b06c9)
+ )
+ (wire (pts (xy 243.078 209.296) (xy 243.078 224.536))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 972fda0f-41ab-4e42-b7bb-82f2dc22aa16)
+ )
+ (wire (pts (xy 187.198 188.468) (xy 207.518 188.468))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 98e8782c-5c10-41b3-8df8-d6f8c6ef5d99)
+ )
+ (wire (pts (xy 304.038 149.352) (xy 304.038 163.576))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 9abcaab7-6046-46a0-9ca9-06f0edd797ca)
+ )
+ (wire (pts (xy 158.75 120.65) (xy 158.75 125.73))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 9b1ffa3e-8a7a-4754-a3eb-31fce704dc2d)
+ )
+ (wire (pts (xy 207.518 218.948) (xy 227.838 218.948))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 9c944f98-1b79-414b-a086-8f1547978d4e)
+ )
+ (wire (pts (xy 121.158 149.352) (xy 121.158 163.576))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 9d4cd7b2-3a28-4a22-8fc3-6c2623a4cbbd)
+ )
+ (wire (pts (xy 202.438 178.816) (xy 202.438 194.056))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 9d5f303d-7789-4a83-a296-29e4ff67bc6d)
+ )
+ (wire (pts (xy 105.918 194.056) (xy 105.918 196.088))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 9da25a50-3574-446d-80c4-f48e77cf2ccf)
+ )
+ (wire (pts (xy 288.798 178.816) (xy 288.798 180.848))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 9db51136-ea51-4bab-9df3-488d23f44298)
+ )
+ (wire (pts (xy 39.878 163.576) (xy 39.878 178.816))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 9e899eec-a6b1-4ba3-a9f1-39773feae1cc)
+ )
+ (wire (pts (xy 14.986 234.188) (xy 24.638 234.188))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 9ee7a6c7-425a-4002-a9fb-51658c6c1845)
+ )
+ (wire (pts (xy 149.352 80.01) (xy 189.23 80.01))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid a18da45e-634e-489b-a59f-928928e8d31f)
+ )
+ (wire (pts (xy 207.518 188.468) (xy 227.838 188.468))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid a5c5ac02-6d07-4805-9dfe-354f1ca10308)
+ )
+ (wire (pts (xy 268.478 178.816) (xy 268.478 180.848))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid a61d3248-53f2-4034-a99d-20e52028551c)
+ )
+ (wire (pts (xy 158.75 125.73) (xy 168.91 125.73))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid a6e19b13-9914-423f-ac84-aec96c70cdc2)
+ )
+ (wire (pts (xy 14.986 173.228) (xy 24.638 173.228))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid a8c595fa-aca3-4e1b-9aa8-ca7e3a40c88f)
+ )
+ (wire (pts (xy 126.238 178.816) (xy 126.238 180.848))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid a956f4c3-6f6a-4923-be29-036cb06e4767)
+ )
+ (wire (pts (xy 288.798 209.296) (xy 288.798 211.328))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid a9820785-8b8f-45c5-8dc8-6ad920d8fb4e)
+ )
+ (wire (pts (xy 263.398 149.352) (xy 263.398 163.576))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid a9cd9c07-d2fa-4a47-bf47-a107d715512a)
+ )
+ (wire (pts (xy 138.43 87.63) (xy 138.43 85.09))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid aa07305c-0361-44d9-8835-f28a9674fd6f)
+ )
+ (wire (pts (xy 288.798 173.228) (xy 309.118 173.228))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid aaca2065-246e-4d0c-b206-a2a7ecefd7e0)
+ )
+ (wire (pts (xy 207.518 234.188) (xy 227.838 234.188))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid ab821d35-cd2e-4829-a5c2-aca6256c9674)
+ )
+ (wire (pts (xy 148.59 125.73) (xy 148.59 123.19))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid af3249ae-0a61-42f8-9de9-9fa82aa29a2f)
+ )
+ (wire (pts (xy 243.84 92.71) (xy 259.842 92.71))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid afa0ccc1-df90-49a6-8177-a0a25737e4e4)
+ )
+ (wire (pts (xy 65.278 218.948) (xy 85.598 218.948))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid aff79d32-836b-4660-a910-96726430eac0)
+ )
+ (wire (pts (xy 126.238 218.948) (xy 146.558 218.948))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid b31ec5a8-bd2c-4ae3-aa3b-2da4c63d6cb4)
+ )
+ (wire (pts (xy 324.358 163.576) (xy 324.358 178.816))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid b4b401dc-38db-4826-a29a-cb29c80e4994)
+ )
+ (wire (pts (xy 176.53 87.63) (xy 189.23 87.63))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid b4cc86d3-c43b-4c24-bc80-86c60fc09c97)
+ )
+ (wire (pts (xy 279.4 97.79) (xy 279.4 99.06))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid b65862b6-11df-4813-b2b2-0d0fcf3681fa)
+ )
+ (wire (pts (xy 261.112 123.19) (xy 262.89 123.19))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid b6af32d3-b7d1-4745-98cf-8b01dce42084)
+ )
+ (wire (pts (xy 248.158 194.056) (xy 248.158 196.088))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid b6d442ae-a089-4480-bd2d-06fb93c41aa9)
+ )
+ (wire (pts (xy 222.758 209.296) (xy 222.758 224.536))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid b7510b3c-b7d0-4efe-9ea6-955be4e72405)
+ )
+ (wire (pts (xy 166.37 115.57) (xy 168.91 115.57))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid b7558265-246f-4822-9847-c64c1a42e79e)
+ )
+ (wire (pts (xy 166.878 178.816) (xy 166.878 180.848))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid b7cf5e1e-2724-4ee0-9605-148dd6e077a9)
+ )
+ (wire (pts (xy 263.398 178.816) (xy 263.398 194.056))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid b88c433f-ae3c-4f31-bc35-701ad4625627)
+ )
+ (wire (pts (xy 243.078 178.816) (xy 243.078 194.056))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid ba221212-c3a3-4680-a56e-ea4194a3a840)
+ )
+ (wire (pts (xy 243.078 149.352) (xy 243.078 163.576))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid bd507101-f210-496f-9980-7d764d8007ce)
+ )
+ (wire (pts (xy 100.838 178.816) (xy 100.838 194.056))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid bdb5e961-6153-4170-9784-a94fdbfc8f51)
+ )
+ (wire (pts (xy 146.558 163.576) (xy 146.558 165.608))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid be7b184a-23cf-4356-a2a5-9b2f378d685b)
+ )
+ (wire (pts (xy 207.518 163.576) (xy 207.518 165.608))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid bef8168e-6c43-481c-9146-fd63a559a192)
+ )
+ (wire (pts (xy 105.918 234.188) (xy 126.238 234.188))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid bfe20067-3c91-42fa-b759-ca2f40a426ac)
+ )
+ (wire (pts (xy 261.112 129.54) (xy 261.112 130.81))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid c189c8a5-c396-4a6d-8efe-92dd649554dd)
+ )
+ (wire (pts (xy 283.718 178.816) (xy 283.718 194.056))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid c30ea901-8bdb-45fa-8be2-e8451256914a)
+ )
+ (wire (pts (xy 263.398 194.056) (xy 263.398 209.296))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid c511ba48-0776-4bcb-ba77-1506531d8618)
+ )
+ (wire (pts (xy 166.878 163.576) (xy 166.878 165.608))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid c545eb48-4743-48f2-8120-43bfe60612ed)
+ )
+ (wire (pts (xy 227.838 163.576) (xy 227.838 165.608))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid c6ae94a7-6397-429d-95b6-8046e1eb0d37)
+ )
+ (wire (pts (xy 161.798 178.816) (xy 161.798 194.056))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid c6c72329-48f6-4f17-85cd-773e05ad6774)
+ )
+ (wire (pts (xy 14.986 203.708) (xy 24.638 203.708))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid c8bbf33e-e6f7-4300-8878-c747c2f18527)
+ )
+ (wire (pts (xy 176.53 66.04) (xy 176.53 74.93))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid cb2f2aab-00da-4cea-a111-6768a9925d44)
+ )
+ (wire (pts (xy 44.958 234.188) (xy 65.278 234.188))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid cb8e09ec-9463-4949-ae8d-9982e088f078)
+ )
+ (wire (pts (xy 189.23 74.93) (xy 182.88 74.93))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid d12a6e7a-07d7-43af-b045-c6024f343a50)
+ )
+ (wire (pts (xy 65.278 188.468) (xy 85.598 188.468))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid d1366a26-52e8-4296-9bdb-b68b59d22e71)
+ )
+ (wire (pts (xy 222.758 178.816) (xy 222.758 194.056))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid d150ce3e-0dd9-4898-b6f8-56ab34d6061e)
+ )
+ (wire (pts (xy 166.878 218.948) (xy 187.198 218.948))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid d169164e-13b7-41b7-a97f-d4dadf0166e7)
+ )
+ (wire (pts (xy 146.558 194.056) (xy 146.558 196.088))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid d6242884-740e-4e86-b3d5-1cff27405462)
+ )
+ (wire (pts (xy 105.918 209.296) (xy 105.918 211.328))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid d6ad206e-7ea6-42aa-b186-9a40fe0cda69)
+ )
+ (wire (pts (xy 65.278 234.188) (xy 105.918 234.188))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid d8069390-d6fb-4f8d-8d75-18f519f07994)
+ )
+ (wire (pts (xy 100.838 149.352) (xy 100.838 163.576))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid d8128a8e-3a35-4f05-8d5a-ec660060350a)
+ )
+ (wire (pts (xy 288.798 234.188) (xy 309.118 234.188))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid d9516b7c-d871-4462-8d76-507be7ad59f2)
+ )
+ (wire (pts (xy 14.986 188.468) (xy 24.638 188.468))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid d9c020e5-fff7-4f40-bc1a-c2e0ed266ff0)
+ )
+ (wire (pts (xy 248.158 203.708) (xy 268.478 203.708))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid db52a2eb-25ea-4905-8773-d8e58d4c6ea8)
+ )
+ (wire (pts (xy 80.518 194.056) (xy 80.518 209.296))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid dbc52f3d-c897-433b-9a4c-994b6e0b298b)
+ )
+ (wire (pts (xy 60.198 163.576) (xy 60.198 209.296))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid dd48e394-b986-497d-9d46-cdbde796c4f1)
+ )
+ (wire (pts (xy 182.88 72.39) (xy 182.88 74.93))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid decc535f-0021-494c-a6ba-4d4a0dee9e5a)
+ )
+ (wire (pts (xy 85.598 163.576) (xy 85.598 165.608))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid e1394a15-f83f-432c-81a3-ab7fd8712a24)
+ )
+ (wire (pts (xy 243.84 87.63) (xy 259.842 87.63))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid e1a92e2c-2ee5-4847-b947-67dd0ad76256)
+ )
+ (wire (pts (xy 126.238 188.468) (xy 146.558 188.468))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid e1efd3d8-2d14-43fd-9f3a-0c3b53fb755c)
+ )
+ (wire (pts (xy 189.23 113.03) (xy 168.91 113.03))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid e25ed55d-d00e-4961-816c-c0673b86e128)
+ )
+ (wire (pts (xy 227.838 224.536) (xy 227.838 226.568))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid e2d1329f-137d-4bff-adc6-709992b1ab4a)
+ )
+ (wire (pts (xy 166.878 188.468) (xy 187.198 188.468))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid e2eac3b6-b49e-4c7d-a568-c0c8a43cc644)
+ )
+ (wire (pts (xy 137.16 74.93) (xy 150.622 74.93))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid e46a2000-6328-4f61-9bfd-2fb2791b3f5d)
+ )
+ (wire (pts (xy 44.958 163.576) (xy 44.958 165.608))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid e5d15758-a06c-417b-b91f-72f2c4a9dd96)
+ )
+ (wire (pts (xy 44.958 224.536) (xy 44.958 226.568))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid e681e34c-37c7-4ebf-8241-efaf6026ede9)
+ )
+ (wire (pts (xy 288.798 194.056) (xy 288.798 196.088))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid e6fb21f9-f8bf-4686-a53b-3c71b8dcf09c)
+ )
+ (wire (pts (xy 105.918 203.708) (xy 126.238 203.708))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid e9e4c1b0-144e-495a-bf2e-13b6afdad3f5)
+ )
+ (wire (pts (xy 252.73 78.74) (xy 252.73 80.01))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid e9e8fe1c-821e-49ca-ac0c-fd95546f174d)
+ )
+ (wire (pts (xy 155.702 102.87) (xy 158.242 102.87))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid ea5b5808-098a-4835-9342-8f7ea8e373c2)
+ )
+ (wire (pts (xy 126.238 194.056) (xy 126.238 196.088))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid eb23f09b-71c2-4134-99ee-1c5305fe97cc)
+ )
+ (wire (pts (xy 105.918 163.576) (xy 105.918 165.608))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid ec74f60a-e998-4db8-b3b0-8bd42aa8c211)
+ )
+ (wire (pts (xy 24.638 224.536) (xy 24.638 226.568))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid ed2f0e3a-7f87-4427-b135-929c343f8874)
+ )
+ (wire (pts (xy 243.84 85.09) (xy 259.842 85.09))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid ee3bd01e-c6b7-4ef3-abb5-82248873c44a)
+ )
+ (wire (pts (xy 257.302 100.33) (xy 259.08 100.33))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid eeee538c-0737-42a3-863d-e26dcc203e15)
+ )
+ (wire (pts (xy 146.558 188.468) (xy 166.878 188.468))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid ef3c034d-553b-4369-9f02-b34e2dfca30a)
+ )
+ (wire (pts (xy 168.91 66.04) (xy 168.91 67.31))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid effb4068-cf5c-4454-9a0d-6be22d9dffb8)
+ )
+ (wire (pts (xy 168.91 113.03) (xy 168.91 115.57))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid f1ad0dd8-4bd2-4f77-b59f-1b47e6d4431b)
+ )
+ (wire (pts (xy 248.158 209.296) (xy 248.158 211.328))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid f3436c5f-2bed-4de0-a2f4-60e317893715)
+ )
+ (wire (pts (xy 243.84 97.79) (xy 279.4 97.79))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid f67d462d-1643-41bc-955f-feced585db49)
+ )
+ (wire (pts (xy 243.078 194.056) (xy 243.078 209.296))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid f6e1ebad-dc51-4a07-8ab5-95476d1cf51a)
+ )
+ (wire (pts (xy 309.118 163.576) (xy 309.118 165.608))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid f6e8defc-1204-429d-be9d-4786ad62ff04)
+ )
+ (wire (pts (xy 65.278 209.296) (xy 65.278 211.328))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid f826ce7d-d357-4a8e-af5e-62657e4b326a)
+ )
+ (wire (pts (xy 85.598 194.056) (xy 85.598 196.088))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid f86c85c9-9575-4417-9e91-9078e63e3b7e)
+ )
+ (wire (pts (xy 268.478 173.228) (xy 288.798 173.228))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid f911ff08-52d7-4465-b7c9-71672cca4a18)
+ )
+ (wire (pts (xy 182.118 194.056) (xy 182.118 209.296))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid f94434cf-abcf-448e-a7d1-2c2b8fe63b4f)
+ )
+ (wire (pts (xy 135.89 80.01) (xy 141.732 80.01))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid f9a65fc7-6336-42a1-809a-7f2a5ffc710a)
+ )
+ (wire (pts (xy 158.75 125.73) (xy 148.59 125.73))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid fa627dbb-3bc7-4063-b744-ff1853f282b4)
+ )
+ (wire (pts (xy 187.198 209.296) (xy 187.198 211.328))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid fb071817-07b0-457b-9a68-222d731b0ba4)
+ )
+ (wire (pts (xy 105.918 188.468) (xy 126.238 188.468))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid fc6ebc44-0cb9-4e8e-98db-7df212f4e680)
+ )
+ (wire (pts (xy 288.798 224.536) (xy 288.798 226.568))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid fd2618f3-252d-4284-8d09-dc60c1a22681)
+ )
+ (wire (pts (xy 268.478 194.056) (xy 268.478 196.088))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid fd961599-ec15-4c98-bf95-c83d0a8c08a5)
+ )
+ (wire (pts (xy 268.478 188.468) (xy 288.798 188.468))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid fe0c4329-6baa-4d66-a228-b4c00cf4ad26)
+ )
+ (wire (pts (xy 288.798 163.576) (xy 288.798 165.608))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid ff40bba1-e4b0-4835-9496-feb506ce165b)
+ )
+
+ (label "Row1" (at 14.986 188.468 0)
+ (effects (font (size 1.27 1.27)) (justify left bottom))
+ (uuid 182bf213-5f61-4e4c-8ffc-8e2bba7faa64)
+ )
+ (label "Row2" (at 14.986 203.708 0)
+ (effects (font (size 1.27 1.27)) (justify left bottom))
+ (uuid 410f826d-86a6-46e8-a8c6-2f8a2cb22374)
+ )
+ (label "Col6" (at 161.798 149.352 0)
+ (effects (font (size 1.27 1.27)) (justify left bottom))
+ (uuid 58801005-299b-45e3-9b97-c6fbfd13e859)
+ )
+ (label "Col2" (at 80.518 149.352 0)
+ (effects (font (size 1.27 1.27)) (justify left bottom))
+ (uuid 58cecf9d-3922-424c-bb74-062bf2249def)
+ )
+ (label "Col14" (at 324.358 149.352 0)
+ (effects (font (size 1.27 1.27)) (justify left bottom))
+ (uuid 9a0a1ccc-cb36-4401-ab17-2e724b9800ea)
+ )
+ (label "Col3" (at 100.838 149.352 0)
+ (effects (font (size 1.27 1.27)) (justify left bottom))
+ (uuid 9f176818-0728-4691-bcf7-20b1ec1bf568)
+ )
+ (label "Col11" (at 263.398 149.352 0)
+ (effects (font (size 1.27 1.27)) (justify left bottom))
+ (uuid a1bfeba5-e5e0-42b1-b18d-c3a625582636)
+ )
+ (label "Col0" (at 39.878 149.352 0)
+ (effects (font (size 1.27 1.27)) (justify left bottom))
+ (uuid a6192ec2-3c21-42b7-94a9-da4892835029)
+ )
+ (label "Col5" (at 141.478 149.352 0)
+ (effects (font (size 1.27 1.27)) (justify left bottom))
+ (uuid a935f67e-7e61-45bb-8d9b-4131506fe7d1)
+ )
+ (label "Col9" (at 222.758 149.352 0)
+ (effects (font (size 1.27 1.27)) (justify left bottom))
+ (uuid abc9b94d-ab38-49d0-84fd-18cb303e51f4)
+ )
+ (label "Col1" (at 60.198 149.352 0)
+ (effects (font (size 1.27 1.27)) (justify left bottom))
+ (uuid b1becdca-b25a-406f-916f-0905bb1d0e0f)
+ )
+ (label "Col7" (at 182.118 149.352 0)
+ (effects (font (size 1.27 1.27)) (justify left bottom))
+ (uuid bc1ab6a2-0411-44b0-a5b1-1db2a8de8d9c)
+ )
+ (label "Row0" (at 14.986 173.228 0)
+ (effects (font (size 1.27 1.27)) (justify left bottom))
+ (uuid c2d2eee3-dbb3-4ac4-aa67-1404a8612807)
+ )
+ (label "Row3" (at 14.986 218.948 0)
+ (effects (font (size 1.27 1.27)) (justify left bottom))
+ (uuid c52a4d79-5a2b-4206-bfd7-9fdae9eea841)
+ )
+ (label "Col10" (at 243.078 149.352 0)
+ (effects (font (size 1.27 1.27)) (justify left bottom))
+ (uuid d1b20ec0-77ae-4711-b104-1e47e65e7d7f)
+ )
+ (label "Col4" (at 121.158 149.352 0)
+ (effects (font (size 1.27 1.27)) (justify left bottom))
+ (uuid d81c2356-f9db-40ba-b0ce-7640f2de8f48)
+ )
+ (label "Col13" (at 304.038 149.352 0)
+ (effects (font (size 1.27 1.27)) (justify left bottom))
+ (uuid ec992b78-dfe5-4e49-b6d0-a44f4fc57753)
+ )
+ (label "Col8" (at 202.438 149.352 0)
+ (effects (font (size 1.27 1.27)) (justify left bottom))
+ (uuid f0d79aa9-ea39-47b7-9a9c-b497207119dd)
+ )
+ (label "Col12" (at 283.718 149.352 0)
+ (effects (font (size 1.27 1.27)) (justify left bottom))
+ (uuid f21d72fd-e0cf-4f91-ab8e-7c912a2cb988)
+ )
+ (label "Row4" (at 14.986 234.188 0)
+ (effects (font (size 1.27 1.27)) (justify left bottom))
+ (uuid f3370c28-fd00-474b-a4da-01dc6d8ba810)
+ )
+
+ (symbol (lib_id "Device:D") (at 288.798 169.418 90) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid 01cd37da-f4af-4bb3-8a75-32d187c0e92a)
+ (property "Reference" "D14" (id 0) (at 289.052 167.132 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Value" "D" (id 1) (at 289.306 171.958 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Footprint" "" (id 2) (at 288.798 169.418 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "~" (id 3) (at 288.798 169.418 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "1" (uuid 21019cf7-4ea6-457f-a153-39eec4a01571))
+ (pin "2" (uuid 228e4c35-353c-41bb-bedb-c17a23867d7e))
+ )
+
+ (symbol (lib_id "Device:D") (at 65.278 199.898 90) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid 04d48d40-7009-49e0-aa27-74e865cfc4fa)
+ (property "Reference" "D31" (id 0) (at 65.532 197.612 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Value" "D" (id 1) (at 65.786 202.438 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Footprint" "" (id 2) (at 65.278 199.898 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "~" (id 3) (at 65.278 199.898 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "1" (uuid a58b3db0-440a-4e0e-8e3d-e607fe0bbb04))
+ (pin "2" (uuid 9979f369-74b2-4a79-b26a-f895fb32c86f))
+ )
+
+ (symbol (lib_id "keyboard_parts:KEYSW") (at 32.258 224.536 0) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid 04fdb817-6f5b-4eec-8cde-b05049bc2f55)
+ (property "Reference" "K55" (id 0) (at 32.512 224.536 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Value" "KEYSW" (id 1) (at 32.258 227.076 0)
+ (effects (font (size 1.524 1.524)) hide)
+ )
+ (property "Footprint" "" (id 2) (at 32.258 224.536 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Datasheet" "" (id 3) (at 32.258 224.536 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (pin "1" (uuid 7afcd10b-7f05-4646-96b3-cb1a43f9d150))
+ (pin "2" (uuid c4255850-abde-4e97-a03a-a692dee37903))
+ )
+
+ (symbol (lib_id "keyboard_parts:KEYSW") (at 255.778 209.296 0) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid 0667e377-50f8-4f4c-a4f6-20f956c60825)
+ (property "Reference" "K53" (id 0) (at 256.032 209.296 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Value" "KEYSW" (id 1) (at 255.778 211.836 0)
+ (effects (font (size 1.524 1.524)) hide)
+ )
+ (property "Footprint" "" (id 2) (at 255.778 209.296 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Datasheet" "" (id 3) (at 255.778 209.296 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (pin "1" (uuid ffa7e2ba-2723-43e0-b64d-6a1f1d042362))
+ (pin "2" (uuid b5ecd97b-1f00-4e1a-9d84-919aa7940daa))
+ )
+
+ (symbol (lib_id "keyboard_parts:GND") (at 243.84 74.93 90) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid 072fe656-c18c-4743-9b29-675dd6a43295)
+ (property "Reference" "#PWR09" (id 0) (at 242.57 74.93 0)
+ (effects (font (size 0.508 0.508)) hide)
+ )
+ (property "Value" "" (id 1) (at 248.285 74.93 90)
+ (effects (font (size 0.762 0.762)) (justify left))
+ )
+ (property "Footprint" "" (id 2) (at 243.84 74.93 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Datasheet" "" (id 3) (at 243.84 74.93 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (pin "1" (uuid 1c6a4691-ab23-445e-b834-760aeeb1ad8e))
+ )
+
+ (symbol (lib_id "Device:D") (at 24.638 184.658 90) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid 07ef8a5a-4f06-4acf-badd-19610354a803)
+ (property "Reference" "D16" (id 0) (at 24.892 182.372 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Value" "D" (id 1) (at 25.146 187.198 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Footprint" "" (id 2) (at 24.638 184.658 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "~" (id 3) (at 24.638 184.658 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "1" (uuid e9e290ae-e323-48f4-bac3-5491adbd2986))
+ (pin "2" (uuid 4fd6d309-0e59-4ee8-bfe2-1f5f2cbc33a1))
+ )
+
+ (symbol (lib_id "keyboard_parts:KEYSW") (at 93.218 178.816 0) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid 0929afd3-26cf-4886-b55a-5da8004084ee)
+ (property "Reference" "K18" (id 0) (at 93.472 178.816 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Value" "KEYSW" (id 1) (at 93.218 181.356 0)
+ (effects (font (size 1.524 1.524)) hide)
+ )
+ (property "Footprint" "" (id 2) (at 93.218 178.816 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Datasheet" "" (id 3) (at 93.218 178.816 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (pin "1" (uuid 0ae316f5-8c6a-4f61-8fb4-9b80e64728b7))
+ (pin "2" (uuid b29b4689-5927-4399-ab0f-6b2679f198a4))
+ )
+
+ (symbol (lib_id "keyboard_parts:KEYSW") (at 113.538 163.576 0) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid 096e987e-3e27-418f-accc-c1182f04af31)
+ (property "Reference" "K5" (id 0) (at 113.792 163.576 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Value" "KEYSW" (id 1) (at 113.538 166.116 0)
+ (effects (font (size 1.524 1.524)) hide)
+ )
+ (property "Footprint" "" (id 2) (at 113.538 163.576 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Datasheet" "" (id 3) (at 113.538 163.576 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (pin "1" (uuid 996ecd84-2531-4ef6-b50f-0c616d2ef2db))
+ (pin "2" (uuid 13aa15bf-bd7a-4a10-8a26-d3038d59e18a))
+ )
+
+ (symbol (lib_id "keyboard_parts:KEYSW") (at 113.538 209.296 0) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid 09c0cfa4-9519-4991-adf7-3d2adb0a2300)
+ (property "Reference" "K46" (id 0) (at 113.792 209.296 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Value" "KEYSW" (id 1) (at 113.538 211.836 0)
+ (effects (font (size 1.524 1.524)) hide)
+ )
+ (property "Footprint" "" (id 2) (at 113.538 209.296 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Datasheet" "" (id 3) (at 113.538 209.296 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (pin "1" (uuid a7092fad-5004-4624-a1af-544b212b1fb6))
+ (pin "2" (uuid 98328a4d-880c-4041-9c72-bb5126163ea7))
+ )
+
+ (symbol (lib_id "keyboard_parts:KEYSW") (at 255.778 178.816 0) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid 0a8ef707-1762-4589-8dad-a4b167185807)
+ (property "Reference" "K26" (id 0) (at 256.032 178.816 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Value" "KEYSW" (id 1) (at 255.778 181.356 0)
+ (effects (font (size 1.524 1.524)) hide)
+ )
+ (property "Footprint" "" (id 2) (at 255.778 178.816 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Datasheet" "" (id 3) (at 255.778 178.816 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (pin "1" (uuid a5189974-d819-4a52-b936-d414a4709454))
+ (pin "2" (uuid 14035b0d-655b-4e8c-b0d1-ab2f7bbaed23))
+ )
+
+ (symbol (lib_id "Device:D") (at 207.518 230.378 90) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid 0bd8c2b1-04bd-430a-9e56-87614347801e)
+ (property "Reference" "D61" (id 0) (at 207.772 228.092 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Value" "D" (id 1) (at 208.026 232.918 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Footprint" "" (id 2) (at 207.518 230.378 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "~" (id 3) (at 207.518 230.378 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "1" (uuid 3211edd9-520d-4d89-9bbe-a3ee1f9dd256))
+ (pin "2" (uuid fdd9a985-3c38-43cf-b875-8accb0fe7657))
+ )
+
+ (symbol (lib_id "Device:D") (at 44.958 215.138 90) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid 0c545f3d-44a0-422d-b45a-30a0cc858d3a)
+ (property "Reference" "D43" (id 0) (at 45.212 212.852 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Value" "D" (id 1) (at 45.466 217.678 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Footprint" "" (id 2) (at 44.958 215.138 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "~" (id 3) (at 44.958 215.138 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "1" (uuid 0be243dc-c7dd-4e17-a886-81d8d5f3cf64))
+ (pin "2" (uuid bfa84252-c42c-4055-abb0-7007315cd7c1))
+ )
+
+ (symbol (lib_id "Device:D") (at 207.518 199.898 90) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid 0f31fb99-2402-4c6a-9b0c-9c9a13605e4c)
+ (property "Reference" "D38" (id 0) (at 207.772 197.612 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Value" "D" (id 1) (at 208.026 202.438 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Footprint" "" (id 2) (at 207.518 199.898 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "~" (id 3) (at 207.518 199.898 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "1" (uuid f0fc0a59-9c3f-4688-918b-a0c1f59bc286))
+ (pin "2" (uuid ee9ebd36-b0e5-4bae-b5ce-07af0869fdee))
+ )
+
+ (symbol (lib_id "keyboard_parts:KEYSW") (at 255.778 163.576 0) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid 1017ff2a-1192-468a-820a-6060659005b7)
+ (property "Reference" "K12" (id 0) (at 256.032 163.576 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Value" "KEYSW" (id 1) (at 255.778 166.116 0)
+ (effects (font (size 1.524 1.524)) hide)
+ )
+ (property "Footprint" "" (id 2) (at 255.778 163.576 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Datasheet" "" (id 3) (at 255.778 163.576 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (pin "1" (uuid 5afdc710-f08e-4cb8-b2fe-1faaf0c6dc20))
+ (pin "2" (uuid 53fa1154-6322-4133-ac9c-008e836978ff))
+ )
+
+ (symbol (lib_id "Device:D") (at 126.238 169.418 90) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid 11ada859-3437-431e-a183-90a9285067d6)
+ (property "Reference" "D6" (id 0) (at 126.492 167.132 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Value" "D" (id 1) (at 126.746 171.958 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Footprint" "" (id 2) (at 126.238 169.418 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "~" (id 3) (at 126.238 169.418 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "1" (uuid 493c1640-1c19-4bd3-ba33-dd1834329efa))
+ (pin "2" (uuid 066a61ef-55b8-444c-912c-812d7ca1c18a))
+ )
+
+ (symbol (lib_id "keyboard_parts:SW_PUSH") (at 165.862 102.87 0) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid 12dfc4c7-4f77-4bd3-b23c-4cf110e1780b)
+ (property "Reference" "SW1" (id 0) (at 169.037 100.33 0))
+ (property "Value" "" (id 1) (at 165.862 104.14 0))
+ (property "Footprint" "" (id 2) (at 165.862 102.87 0)
+ (effects (font (size 1.524 1.524)) hide)
+ )
+ (property "Datasheet" "" (id 3) (at 165.862 102.87 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (pin "1" (uuid 0f3a8a2d-9f93-4572-b74a-911b4b744949))
+ (pin "2" (uuid 9ddd4fc3-4a11-4aa0-a1db-b8baf8493858))
+ )
+
+ (symbol (lib_id "Device:C_Small") (at 252.73 76.2 0) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid 18bf1874-d363-4979-a83a-b59e7ca4fa7e)
+ (property "Reference" "C5" (id 0) (at 253.365 74.295 0)
+ (effects (font (size 1.27 1.27)) (justify left))
+ )
+ (property "Value" "" (id 1) (at 253.365 78.105 0)
+ (effects (font (size 1.27 1.27)) (justify left))
+ )
+ (property "Footprint" "" (id 2) (at 252.73 76.2 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "~" (id 3) (at 252.73 76.2 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "1" (uuid 72576b80-3a3b-4692-8fce-8b6e539a2356))
+ (pin "2" (uuid ab80eea2-b851-4389-93df-5b0d11e39cf5))
+ )
+
+ (symbol (lib_id "Device:D") (at 268.478 199.898 90) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid 1a361f9e-4425-44de-bcaf-4aa45c5116da)
+ (property "Reference" "D41" (id 0) (at 268.732 197.612 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Value" "D" (id 1) (at 268.986 202.438 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Footprint" "" (id 2) (at 268.478 199.898 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "~" (id 3) (at 268.478 199.898 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "1" (uuid 3f046269-fae4-41a1-aa4f-e7814744ced8))
+ (pin "2" (uuid 8bd28c46-b19d-48b7-8a2e-4fc37abd5146))
+ )
+
+ (symbol (lib_id "keyboard_parts:KEYSW") (at 194.818 194.056 0) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid 1f203496-c99b-468d-9050-ae78e77fda7c)
+ (property "Reference" "K37" (id 0) (at 195.072 194.056 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Value" "KEYSW" (id 1) (at 194.818 196.596 0)
+ (effects (font (size 1.524 1.524)) hide)
+ )
+ (property "Footprint" "" (id 2) (at 194.818 194.056 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Datasheet" "" (id 3) (at 194.818 194.056 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (pin "1" (uuid 41e379cb-3432-4dfb-89e0-524803851f23))
+ (pin "2" (uuid a35ceb92-e5db-41cb-a0d3-fcd5dfdd65da))
+ )
+
+ (symbol (lib_id "Device:R") (at 145.542 80.01 90) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid 202cee46-26c9-46d3-ba0d-8d62d9fdd925)
+ (property "Reference" "R3" (id 0) (at 145.542 82.55 90))
+ (property "Value" "22" (id 1) (at 145.542 80.01 90))
+ (property "Footprint" "" (id 2) (at 145.542 81.788 90)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "~" (id 3) (at 145.542 80.01 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "1" (uuid 0cef2590-2400-40b6-aa29-65ea4cadf403))
+ (pin "2" (uuid 11a37564-ea24-4403-ace0-079b15439aa0))
+ )
+
+ (symbol (lib_id "Device:D") (at 268.478 184.658 90) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid 23dd9fe0-ee43-4bb1-96ce-b26b4280cc61)
+ (property "Reference" "D27" (id 0) (at 268.732 182.372 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Value" "D" (id 1) (at 268.986 187.198 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Footprint" "" (id 2) (at 268.478 184.658 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "~" (id 3) (at 268.478 184.658 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "1" (uuid 57b24074-3e70-419a-bfb9-db8c32252fff))
+ (pin "2" (uuid e20ddb92-c32f-49b6-ac8b-3d9042373144))
+ )
+
+ (symbol (lib_id "Device:D") (at 309.118 230.378 90) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid 246f8203-0ab3-4a52-9402-419da7a1a87a)
+ (property "Reference" "D65" (id 0) (at 309.372 228.092 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Value" "D" (id 1) (at 309.626 232.918 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Footprint" "" (id 2) (at 309.118 230.378 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "~" (id 3) (at 309.118 230.378 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "1" (uuid bc63f764-2b17-44a1-8692-864924478450))
+ (pin "2" (uuid a52faf89-1b6b-4764-a2fa-6b3407dfd584))
+ )
+
+ (symbol (lib_id "keyboard_parts:KEYSW") (at 316.738 224.536 0) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid 26797967-c48e-4cdc-8b8e-ce2ff01d117c)
+ (property "Reference" "K65" (id 0) (at 316.992 224.536 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Value" "KEYSW" (id 1) (at 316.738 227.076 0)
+ (effects (font (size 1.524 1.524)) hide)
+ )
+ (property "Footprint" "" (id 2) (at 316.738 224.536 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Datasheet" "" (id 3) (at 316.738 224.536 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (pin "1" (uuid e77df370-d579-4a98-9dfd-af6f37dd555a))
+ (pin "2" (uuid ca4c4942-d9ef-414f-ba9f-661e21f76064))
+ )
+
+ (symbol (lib_id "Device:D") (at 309.118 169.418 90) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid 26988d41-03ce-4de4-8735-9ec2a6dd0216)
+ (property "Reference" "D15" (id 0) (at 309.372 167.132 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Value" "D" (id 1) (at 309.626 171.958 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Footprint" "" (id 2) (at 309.118 169.418 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "~" (id 3) (at 309.118 169.418 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "1" (uuid d3d79c8e-9023-461f-9399-d4707a348d76))
+ (pin "2" (uuid d50f64a4-62f7-4f07-88d1-8d724cdd3609))
+ )
+
+ (symbol (lib_id "Device:D") (at 126.238 184.658 90) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid 28ad11e3-2dd9-4a6a-b6e2-ca4e346ebb8c)
+ (property "Reference" "D20" (id 0) (at 126.492 182.372 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Value" "D" (id 1) (at 126.746 187.198 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Footprint" "" (id 2) (at 126.238 184.658 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "~" (id 3) (at 126.238 184.658 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "1" (uuid 98914de1-920b-4ec7-beb1-e4394c24f792))
+ (pin "2" (uuid 882d3bd0-4cc3-4036-99a2-a32b9a7d3a6d))
+ )
+
+ (symbol (lib_id "Device:C_Small") (at 261.112 127 0) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid 294adab0-4ca3-40c6-9f60-73b5fb0b6d1d)
+ (property "Reference" "C3" (id 0) (at 261.747 125.095 0)
+ (effects (font (size 1.27 1.27)) (justify left))
+ )
+ (property "Value" "" (id 1) (at 261.747 128.905 0)
+ (effects (font (size 1.27 1.27)) (justify left))
+ )
+ (property "Footprint" "" (id 2) (at 261.112 127 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "~" (id 3) (at 261.112 127 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "1" (uuid b8b74ed1-3f79-4db2-a73d-efe4ab13cd62))
+ (pin "2" (uuid a252e2a7-3c08-416d-9807-aebbcee53acd))
+ )
+
+ (symbol (lib_id "keyboard_parts:KEYSW") (at 93.218 163.576 0) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid 2a275078-5a02-4c8a-b09a-929f07a1dde0)
+ (property "Reference" "K4" (id 0) (at 93.472 163.576 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Value" "KEYSW" (id 1) (at 93.218 166.116 0)
+ (effects (font (size 1.524 1.524)) hide)
+ )
+ (property "Footprint" "" (id 2) (at 93.218 163.576 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Datasheet" "" (id 3) (at 93.218 163.576 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (pin "1" (uuid 56f26ff3-bc5f-4762-a2eb-a82b2edba670))
+ (pin "2" (uuid 139b5fcf-e7da-43ed-a6a6-08b24077f911))
+ )
+
+ (symbol (lib_id "power:VCC") (at 134.62 105.41 90) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid 2e79e033-58ba-4359-83ea-f7ce2d7f0ae6)
+ (property "Reference" "#PWR0104" (id 0) (at 138.43 105.41 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Value" "" (id 1) (at 130.175 105.41 90))
+ (property "Footprint" "" (id 2) (at 134.62 105.41 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "" (id 3) (at 134.62 105.41 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "1" (uuid af834b00-aaea-45c7-950e-84b084dfe56b))
+ )
+
+ (symbol (lib_id "Device:D") (at 105.918 169.418 90) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid 3053c96a-1e3a-4f35-9b39-c3c769b3a9f4)
+ (property "Reference" "D5" (id 0) (at 106.172 167.132 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Value" "D" (id 1) (at 106.426 171.958 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Footprint" "" (id 2) (at 105.918 169.418 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "~" (id 3) (at 105.918 169.418 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "1" (uuid d6d2bfcd-4cc4-4807-a81e-15b0409f3198))
+ (pin "2" (uuid cec61469-7953-4384-b176-a003f5b70b22))
+ )
+
+ (symbol (lib_id "keyboard_parts:GND") (at 134.62 113.03 0) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid 3057c3bc-badb-4730-98b3-2c95627f2d9b)
+ (property "Reference" "#PWR0103" (id 0) (at 134.62 111.76 0)
+ (effects (font (size 0.508 0.508)) hide)
+ )
+ (property "Value" "GND" (id 1) (at 134.62 115.57 0)
+ (effects (font (size 0.762 0.762)))
+ )
+ (property "Footprint" "" (id 2) (at 134.62 113.03 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Datasheet" "" (id 3) (at 134.62 113.03 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (pin "1" (uuid a17db77b-8a7b-4f70-8240-5b7f0e0d5fdd))
+ )
+
+ (symbol (lib_id "keyboard_parts:KEYSW") (at 235.458 178.816 0) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid 33e47c18-5c04-477f-894c-05b20c6b3ff7)
+ (property "Reference" "K25" (id 0) (at 235.712 178.816 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Value" "KEYSW" (id 1) (at 235.458 181.356 0)
+ (effects (font (size 1.524 1.524)) hide)
+ )
+ (property "Footprint" "" (id 2) (at 235.458 178.816 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Datasheet" "" (id 3) (at 235.458 178.816 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (pin "1" (uuid 62b16e5b-79bc-426e-82fc-680ec80a3874))
+ (pin "2" (uuid f3ca6734-9ba8-42e4-83ae-b56e38468afd))
+ )
+
+ (symbol (lib_id "keyboard_parts:KEYSW") (at 296.418 163.576 0) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid 33f6728c-388c-4457-9ceb-edcacbb7af6d)
+ (property "Reference" "K14" (id 0) (at 296.672 163.576 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Value" "KEYSW" (id 1) (at 296.418 166.116 0)
+ (effects (font (size 1.524 1.524)) hide)
+ )
+ (property "Footprint" "" (id 2) (at 296.418 163.576 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Datasheet" "" (id 3) (at 296.418 163.576 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (pin "1" (uuid 311168f4-58a3-47ca-bec9-11a406b586e6))
+ (pin "2" (uuid 3c501b4e-f611-4679-8406-9097df067f37))
+ )
+
+ (symbol (lib_id "keyboard_parts:KEYSW") (at 32.258 194.056 0) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid 36c97b93-8f4b-4d06-98ec-b0763a43fd0f)
+ (property "Reference" "K30" (id 0) (at 32.512 194.056 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Value" "KEYSW" (id 1) (at 32.258 196.596 0)
+ (effects (font (size 1.524 1.524)) hide)
+ )
+ (property "Footprint" "" (id 2) (at 32.258 194.056 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Datasheet" "" (id 3) (at 32.258 194.056 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (pin "1" (uuid 9536d042-75c8-4ede-bc94-74bef1a0f345))
+ (pin "2" (uuid 57c3ea4f-5762-4918-a7e0-17356487c912))
+ )
+
+ (symbol (lib_id "keyboard_parts:KEYSW") (at 296.418 194.056 0) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid 36db8d6d-2ca7-425d-ba4e-fe88e40a54ea)
+ (property "Reference" "K42" (id 0) (at 296.672 194.056 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Value" "KEYSW" (id 1) (at 296.418 196.596 0)
+ (effects (font (size 1.524 1.524)) hide)
+ )
+ (property "Footprint" "" (id 2) (at 296.418 194.056 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Datasheet" "" (id 3) (at 296.418 194.056 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (pin "1" (uuid c9540419-59d5-4267-9580-5bda8edd00d0))
+ (pin "2" (uuid 3cec944d-247d-456a-a697-8c3cae0ab73a))
+ )
+
+ (symbol (lib_id "keyboard_parts:KEYSW") (at 113.538 194.056 0) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid 3798d7fc-4c63-416b-acc0-dd72ecf039a0)
+ (property "Reference" "K33" (id 0) (at 113.792 194.056 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Value" "KEYSW" (id 1) (at 113.538 196.596 0)
+ (effects (font (size 1.524 1.524)) hide)
+ )
+ (property "Footprint" "" (id 2) (at 113.538 194.056 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Datasheet" "" (id 3) (at 113.538 194.056 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (pin "1" (uuid 4d36c7b0-91bf-4b84-990f-2edead2fc2ae))
+ (pin "2" (uuid e154e7e4-56a9-4c59-916b-6756bc6c57c7))
+ )
+
+ (symbol (lib_id "keyboard_parts:KEYSW") (at 72.898 224.536 0) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid 3908b744-91a2-46f0-b9e0-7aca799fc7c9)
+ (property "Reference" "K57" (id 0) (at 73.152 224.536 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Value" "KEYSW" (id 1) (at 72.898 227.076 0)
+ (effects (font (size 1.524 1.524)) hide)
+ )
+ (property "Footprint" "" (id 2) (at 72.898 224.536 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Datasheet" "" (id 3) (at 72.898 224.536 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (pin "1" (uuid 8d106350-fa3e-41c7-a75e-a5373c01ce0e))
+ (pin "2" (uuid 4f3333de-124e-4217-aeea-b4dae95cc4c6))
+ )
+
+ (symbol (lib_id "Device:D") (at 44.958 230.378 90) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid 3a2b1642-b2fa-4b75-bd45-1a01ceb2914c)
+ (property "Reference" "D56" (id 0) (at 45.212 228.092 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Value" "D" (id 1) (at 45.466 232.918 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Footprint" "" (id 2) (at 44.958 230.378 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "~" (id 3) (at 44.958 230.378 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "1" (uuid ca90dc88-3358-47c1-a291-d398eb26123e))
+ (pin "2" (uuid df4f917f-9a45-4a22-9d15-f43a527aa57d))
+ )
+
+ (symbol (lib_id "Device:D") (at 187.198 215.138 90) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid 3b606f86-3aa4-4229-8c42-e3e06b83455d)
+ (property "Reference" "D50" (id 0) (at 187.452 212.852 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Value" "D" (id 1) (at 187.706 217.678 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Footprint" "" (id 2) (at 187.198 215.138 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "~" (id 3) (at 187.198 215.138 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "1" (uuid bb788b80-0f2a-428b-a33e-67954ee6e1ea))
+ (pin "2" (uuid fed476a1-6c3e-4707-8de1-804f90b8fd12))
+ )
+
+ (symbol (lib_id "Device:D") (at 288.798 199.898 90) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid 3c6bdc7d-1b61-40d9-b45c-97c3dbee0e08)
+ (property "Reference" "D42" (id 0) (at 289.052 197.612 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Value" "D" (id 1) (at 289.306 202.438 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Footprint" "" (id 2) (at 288.798 199.898 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "~" (id 3) (at 288.798 199.898 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "1" (uuid b8b175a4-ca4d-44fb-9cef-e953b40511ce))
+ (pin "2" (uuid 42b801e4-90a8-4050-8a93-dc273e264f43))
+ )
+
+ (symbol (lib_id "Device:D") (at 166.878 215.138 90) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid 3cc7360a-bb4d-4389-b72c-c8461d1c414f)
+ (property "Reference" "D49" (id 0) (at 167.132 212.852 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Value" "D" (id 1) (at 167.386 217.678 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Footprint" "" (id 2) (at 166.878 215.138 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "~" (id 3) (at 166.878 215.138 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "1" (uuid 811bcce1-c692-4a08-b2a8-c689b92185ad))
+ (pin "2" (uuid 1a3b275c-0775-42d2-bf7b-90595db92b08))
+ )
+
+ (symbol (lib_id "keyboard_parts:KEYSW") (at 52.578 224.536 0) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid 3ccb63eb-6597-43c5-9fbd-b49c99733fce)
+ (property "Reference" "K56" (id 0) (at 52.832 224.536 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Value" "KEYSW" (id 1) (at 52.578 227.076 0)
+ (effects (font (size 1.524 1.524)) hide)
+ )
+ (property "Footprint" "" (id 2) (at 52.578 224.536 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Datasheet" "" (id 3) (at 52.578 224.536 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (pin "1" (uuid 197e42e3-6c5c-4b2f-adcb-95a35d6b1cfc))
+ (pin "2" (uuid c3d6a2d2-402e-436c-89c9-9a941ad1d4e0))
+ )
+
+ (symbol (lib_id "Device:D") (at 227.838 230.378 90) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid 3cfd593b-3609-4e8f-b4cd-a1ed4374ca45)
+ (property "Reference" "D62" (id 0) (at 228.092 228.092 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Value" "D" (id 1) (at 228.346 232.918 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Footprint" "" (id 2) (at 227.838 230.378 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "~" (id 3) (at 227.838 230.378 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "1" (uuid 1f8c8b70-2a17-4516-aeba-013a5932e5cb))
+ (pin "2" (uuid 8a1abaaf-ccd9-4507-b602-fbcf37dfc114))
+ )
+
+ (symbol (lib_id "Device:D") (at 227.838 184.658 90) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid 42a2a83d-1f70-4484-a0dc-2d3d50bdf48c)
+ (property "Reference" "D25" (id 0) (at 228.092 182.372 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Value" "D" (id 1) (at 228.346 187.198 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Footprint" "" (id 2) (at 227.838 184.658 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "~" (id 3) (at 227.838 184.658 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "1" (uuid cbe072e4-a8b2-4c2c-95f1-eb6eb58df70c))
+ (pin "2" (uuid ebe3509a-8dce-493a-a42c-9f4994e55867))
+ )
+
+ (symbol (lib_id "Device:D") (at 187.198 230.378 90) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid 4608aa54-63c9-41de-9fbd-6434ab5deb01)
+ (property "Reference" "D60" (id 0) (at 187.452 228.092 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Value" "D" (id 1) (at 187.706 232.918 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Footprint" "" (id 2) (at 187.198 230.378 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "~" (id 3) (at 187.198 230.378 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "1" (uuid 48f5abb8-76cf-44b8-a7e9-db2e4f356018))
+ (pin "2" (uuid 072ec2ff-cc5d-48e6-a989-ef44bce8f084))
+ )
+
+ (symbol (lib_id "keyboard_parts:KEYSW") (at 215.138 194.056 0) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid 4ba4e559-ee96-4f96-a18a-0e9c1b6165c4)
+ (property "Reference" "K38" (id 0) (at 215.392 194.056 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Value" "KEYSW" (id 1) (at 215.138 196.596 0)
+ (effects (font (size 1.524 1.524)) hide)
+ )
+ (property "Footprint" "" (id 2) (at 215.138 194.056 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Datasheet" "" (id 3) (at 215.138 194.056 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (pin "1" (uuid 21697069-2f73-49b8-9d31-61bc73e6ef64))
+ (pin "2" (uuid 982c00d3-7ee1-4656-90d8-85d317a8664c))
+ )
+
+ (symbol (lib_id "keyboard_parts:KEYSW") (at 276.098 194.056 0) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid 4cd310cf-b179-4ef2-af69-33ee75250bdd)
+ (property "Reference" "K41" (id 0) (at 276.352 194.056 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Value" "KEYSW" (id 1) (at 276.098 196.596 0)
+ (effects (font (size 1.524 1.524)) hide)
+ )
+ (property "Footprint" "" (id 2) (at 276.098 194.056 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Datasheet" "" (id 3) (at 276.098 194.056 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (pin "1" (uuid f292a115-da64-461e-8e94-7881c9365f5a))
+ (pin "2" (uuid ee2976d3-13c5-47e7-9ea4-8774f4c6689c))
+ )
+
+ (symbol (lib_id "Device:D") (at 65.278 215.138 90) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid 4f2f3174-da21-4622-bdef-7264dbcc10a5)
+ (property "Reference" "D44" (id 0) (at 65.532 212.852 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Value" "D" (id 1) (at 65.786 217.678 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Footprint" "" (id 2) (at 65.278 215.138 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "~" (id 3) (at 65.278 215.138 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "1" (uuid 3ab09f75-4270-4ca0-8e52-137550041267))
+ (pin "2" (uuid 96f79aa6-2231-493d-94e1-9c522b590672))
+ )
+
+ (symbol (lib_id "keyboard_parts:KEYSW") (at 133.858 178.816 0) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid 4f496372-8803-4cba-bda8-f78746b0266d)
+ (property "Reference" "K20" (id 0) (at 134.112 178.816 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Value" "KEYSW" (id 1) (at 133.858 181.356 0)
+ (effects (font (size 1.524 1.524)) hide)
+ )
+ (property "Footprint" "" (id 2) (at 133.858 178.816 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Datasheet" "" (id 3) (at 133.858 178.816 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (pin "1" (uuid 2d9880bf-395b-4a5f-ae89-023ff273f202))
+ (pin "2" (uuid d9d05c97-c0fb-4181-9eac-ef409f0f7b35))
+ )
+
+ (symbol (lib_id "power:VCC") (at 162.56 97.79 90) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid 514a58c3-3192-4223-9be2-24f1417aa3be)
+ (property "Reference" "#PWR05" (id 0) (at 166.37 97.79 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Value" "" (id 1) (at 160.02 97.79 90)
+ (effects (font (size 1.27 1.27)) (justify left))
+ )
+ (property "Footprint" "" (id 2) (at 162.56 97.79 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "" (id 3) (at 162.56 97.79 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "1" (uuid f231fd44-bacd-43f0-af56-634dca2f8944))
+ )
+
+ (symbol (lib_id "keyboard_parts:KEYSW") (at 154.178 209.296 0) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid 51c040bc-3e40-4a38-9321-ac2c26569a4e)
+ (property "Reference" "K48" (id 0) (at 154.432 209.296 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Value" "KEYSW" (id 1) (at 154.178 211.836 0)
+ (effects (font (size 1.524 1.524)) hide)
+ )
+ (property "Footprint" "" (id 2) (at 154.178 209.296 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Datasheet" "" (id 3) (at 154.178 209.296 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (pin "1" (uuid 5696f481-d812-438a-8096-721eaf53482e))
+ (pin "2" (uuid 08a66aaf-b523-4306-b964-3febf3985cee))
+ )
+
+ (symbol (lib_id "Device:R") (at 169.672 97.79 90) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid 51d188a9-ce98-4f97-95ff-d912b492153c)
+ (property "Reference" "R1" (id 0) (at 169.672 95.25 90))
+ (property "Value" "" (id 1) (at 169.672 97.79 90))
+ (property "Footprint" "" (id 2) (at 169.672 99.568 90)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "~" (id 3) (at 169.672 97.79 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "1" (uuid a5cff57a-1cbd-4790-b717-bae015c3ff77))
+ (pin "2" (uuid 4e26d88d-fe27-40cb-9109-815d9bac5437))
+ )
+
+ (symbol (lib_id "Device:D") (at 268.478 230.378 90) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid 52b08a15-7361-42be-9af5-43ca0ad26759)
+ (property "Reference" "D63" (id 0) (at 268.732 228.092 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Value" "D" (id 1) (at 268.986 232.918 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Footprint" "" (id 2) (at 268.478 230.378 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "~" (id 3) (at 268.478 230.378 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "1" (uuid f4c7d1d0-f35b-46bb-947d-4de72f234cf7))
+ (pin "2" (uuid bf2e20a6-df0e-4246-aa30-6e928c992461))
+ )
+
+ (symbol (lib_id "keyboard_parts:KEYSW") (at 32.258 163.576 0) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid 52f33248-537e-4bb1-8c5f-ca586c314f1d)
+ (property "Reference" "K1" (id 0) (at 32.512 163.576 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Value" "KEYSW" (id 1) (at 32.258 166.116 0)
+ (effects (font (size 1.524 1.524)) hide)
+ )
+ (property "Footprint" "" (id 2) (at 32.258 163.576 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Datasheet" "" (id 3) (at 32.258 163.576 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (pin "1" (uuid ba06c149-1199-4982-ac32-d6769c3fa7bd))
+ (pin "2" (uuid f2f1adf4-caf3-4cd9-ac3f-83cc7f5afbbc))
+ )
+
+ (symbol (lib_id "Device:D") (at 166.878 199.898 90) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid 54689630-22b3-4431-b7f3-4c8ceff5529b)
+ (property "Reference" "D36" (id 0) (at 167.132 197.612 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Value" "D" (id 1) (at 167.386 202.438 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Footprint" "" (id 2) (at 166.878 199.898 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "~" (id 3) (at 166.878 199.898 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "1" (uuid 0d0a6c04-e85f-4c1f-ae37-d15551d1b429))
+ (pin "2" (uuid 7a14282c-1180-45f7-839a-2537a49ba660))
+ )
+
+ (symbol (lib_id "keyboard_parts:GND") (at 252.73 80.01 0) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid 5573a6e4-9b80-4a54-906a-61af71edfb60)
+ (property "Reference" "#PWR0107" (id 0) (at 252.73 78.74 0)
+ (effects (font (size 0.508 0.508)) hide)
+ )
+ (property "Value" "GND" (id 1) (at 252.73 82.55 0)
+ (effects (font (size 0.762 0.762)))
+ )
+ (property "Footprint" "" (id 2) (at 252.73 80.01 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Datasheet" "" (id 3) (at 252.73 80.01 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (pin "1" (uuid 8efe806e-ac2e-4403-b80f-79ff3ea83cbe))
+ )
+
+ (symbol (lib_id "Device:C_Small") (at 168.91 120.65 0) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid 558233e5-bd56-4d5a-b288-80283beeb5e8)
+ (property "Reference" "C2" (id 0) (at 170.18 118.11 0)
+ (effects (font (size 1.27 1.27)) (justify left))
+ )
+ (property "Value" "" (id 1) (at 170.18 123.19 0)
+ (effects (font (size 1.27 1.27)) (justify left))
+ )
+ (property "Footprint" "" (id 2) (at 168.91 120.65 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "~" (id 3) (at 168.91 120.65 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "1" (uuid c2390299-fea3-4460-958e-34d8afef61d0))
+ (pin "2" (uuid f40bab7f-a74b-4856-b50f-e29dda7487fb))
+ )
+
+ (symbol (lib_id "keyboard_parts:KEYSW") (at 235.458 194.056 0) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid 55c5b8d4-66c3-4e7d-b005-f256303bc68f)
+ (property "Reference" "K39" (id 0) (at 235.712 194.056 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Value" "KEYSW" (id 1) (at 235.458 196.596 0)
+ (effects (font (size 1.524 1.524)) hide)
+ )
+ (property "Footprint" "" (id 2) (at 235.458 194.056 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Datasheet" "" (id 3) (at 235.458 194.056 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (pin "1" (uuid 7df5e3b9-ade9-4ad6-b4d1-2e7352af3d3a))
+ (pin "2" (uuid e520d479-e6f7-47b9-8153-1143b8ea105b))
+ )
+
+ (symbol (lib_id "Device:C_Small") (at 134.62 109.22 0) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid 56d2bb87-914b-4ea8-87aa-58bf58324f3f)
+ (property "Reference" "C6" (id 0) (at 135.255 107.315 0)
+ (effects (font (size 1.27 1.27)) (justify left))
+ )
+ (property "Value" "0.1u" (id 1) (at 135.255 111.125 0)
+ (effects (font (size 1.27 1.27)) (justify left))
+ )
+ (property "Footprint" "" (id 2) (at 134.62 109.22 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "~" (id 3) (at 134.62 109.22 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "1" (uuid 9b4f91ef-f78d-4cc2-b8f7-e2764bec72ad))
+ (pin "2" (uuid c3b6a8ba-b241-4360-82c0-16b9dcf44336))
+ )
+
+ (symbol (lib_id "keyboard_parts:KEYSW") (at 296.418 178.816 0) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid 588eb759-9151-45b5-8eb5-f09e6aa98e20)
+ (property "Reference" "K28" (id 0) (at 296.672 178.816 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Value" "KEYSW" (id 1) (at 296.418 181.356 0)
+ (effects (font (size 1.524 1.524)) hide)
+ )
+ (property "Footprint" "" (id 2) (at 296.418 178.816 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Datasheet" "" (id 3) (at 296.418 178.816 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (pin "1" (uuid 04586040-86cd-4b59-9731-3885791a7de3))
+ (pin "2" (uuid a998fc4f-e346-495a-8ec3-08e8f9dd8ecd))
+ )
+
+ (symbol (lib_id "power:VCC") (at 176.53 87.63 90) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid 5a6bdc0b-ea1e-424e-9e8b-b86d055c08b9)
+ (property "Reference" "#PWR06" (id 0) (at 180.34 87.63 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Value" "" (id 1) (at 173.99 87.63 90)
+ (effects (font (size 1.27 1.27)) (justify left))
+ )
+ (property "Footprint" "" (id 2) (at 176.53 87.63 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "" (id 3) (at 176.53 87.63 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "1" (uuid 24594476-403a-4a31-9c9c-4da4699fa14b))
+ )
+
+ (symbol (lib_id "Device:R") (at 140.462 77.47 90) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid 5c85e17c-861b-4894-9938-940653f46cf0)
+ (property "Reference" "R2" (id 0) (at 140.462 75.565 90))
+ (property "Value" "" (id 1) (at 140.462 77.47 90))
+ (property "Footprint" "" (id 2) (at 140.462 79.248 90)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "~" (id 3) (at 140.462 77.47 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "1" (uuid 1dad5350-e95e-4db1-9a85-c4177d665c40))
+ (pin "2" (uuid b3be8b3e-f8e0-42f5-ab02-349f7b3b38a2))
+ )
+
+ (symbol (lib_id "power:VCC") (at 137.16 73.66 0) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid 5ca5ff6c-39bd-4fa2-97b5-a6743c8372d8)
+ (property "Reference" "#PWR01" (id 0) (at 137.16 77.47 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Value" "" (id 1) (at 137.16 69.85 0))
+ (property "Footprint" "" (id 2) (at 137.16 73.66 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "" (id 3) (at 137.16 73.66 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "1" (uuid 797e29e1-10c7-487b-a14d-35222724f082))
+ )
+
+ (symbol (lib_id "keyboard_parts:KEYSW") (at 72.898 178.816 0) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid 5d2da2c3-0197-4db8-9317-421c7dee3880)
+ (property "Reference" "K17" (id 0) (at 73.152 178.816 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Value" "KEYSW" (id 1) (at 72.898 181.356 0)
+ (effects (font (size 1.524 1.524)) hide)
+ )
+ (property "Footprint" "" (id 2) (at 72.898 178.816 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Datasheet" "" (id 3) (at 72.898 178.816 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (pin "1" (uuid 3a536550-b5e1-492a-abd7-2675f7fd3a87))
+ (pin "2" (uuid 873d30e9-f2eb-46f7-968e-c399362c68da))
+ )
+
+ (symbol (lib_id "Device:D") (at 248.158 184.658 90) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid 61a9e5ce-49c7-4447-87fc-2c9abd8109fa)
+ (property "Reference" "D26" (id 0) (at 248.412 182.372 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Value" "D" (id 1) (at 248.666 187.198 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Footprint" "" (id 2) (at 248.158 184.658 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "~" (id 3) (at 248.158 184.658 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "1" (uuid 36563d89-93e6-40b1-82bf-33fbb2a5483f))
+ (pin "2" (uuid 2fb6cb22-acce-486e-9fae-ac10ad8bb31f))
+ )
+
+ (symbol (lib_id "Device:C_Small") (at 186.69 85.09 90) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid 62190a61-08d2-4d66-8cef-98cf76c6cea5)
+ (property "Reference" "C10" (id 0) (at 189.23 83.82 90))
+ (property "Value" "" (id 1) (at 188.595 86.36 90))
+ (property "Footprint" "" (id 2) (at 186.69 85.09 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "~" (id 3) (at 186.69 85.09 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "1" (uuid 9b367d66-6caf-4ae7-8af6-b692ee453b98))
+ (pin "2" (uuid 1e289dea-136b-481e-9779-7471a4e751e0))
+ )
+
+ (symbol (lib_id "keyboard_parts:KEYSW") (at 276.098 178.816 0) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid 62ad1077-974f-4762-b789-f30c8774abaa)
+ (property "Reference" "K27" (id 0) (at 276.352 178.816 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Value" "KEYSW" (id 1) (at 276.098 181.356 0)
+ (effects (font (size 1.524 1.524)) hide)
+ )
+ (property "Footprint" "" (id 2) (at 276.098 178.816 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Datasheet" "" (id 3) (at 276.098 178.816 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (pin "1" (uuid 296751f0-bf09-49a1-9453-c45440dc64f0))
+ (pin "2" (uuid 036e7c8c-04c0-4ae9-b2aa-b0a19824ff31))
+ )
+
+ (symbol (lib_id "Device:D") (at 105.918 230.378 90) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid 65246828-cb20-4a28-b91d-e2d1aff649c0)
+ (property "Reference" "D58" (id 0) (at 106.172 228.092 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Value" "D" (id 1) (at 106.426 232.918 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Footprint" "" (id 2) (at 105.918 230.378 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "~" (id 3) (at 105.918 230.378 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "1" (uuid 04f5f09a-4caa-40b1-94a1-9df919b9ecc5))
+ (pin "2" (uuid 5cd4b82a-b2d6-4f83-bf03-d8a225370c7f))
+ )
+
+ (symbol (lib_id "Device:D") (at 65.278 230.378 90) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid 6b45be80-57a6-4822-9f95-49236c25d9e3)
+ (property "Reference" "D57" (id 0) (at 65.532 228.092 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Value" "D" (id 1) (at 65.786 232.918 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Footprint" "" (id 2) (at 65.278 230.378 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "~" (id 3) (at 65.278 230.378 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "1" (uuid e9244619-91d0-4e47-8479-005786de5cad))
+ (pin "2" (uuid c9f4eb5b-849d-40d3-acd1-189771c6432f))
+ )
+
+ (symbol (lib_id "Device:D") (at 126.238 230.378 90) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid 6bd080fa-5e9e-4e02-b791-9f5082143fb4)
+ (property "Reference" "D59" (id 0) (at 126.492 228.092 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Value" "D" (id 1) (at 126.746 232.918 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Footprint" "" (id 2) (at 126.238 230.378 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "~" (id 3) (at 126.238 230.378 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "1" (uuid 0246d61a-160a-4407-a4d2-d7ca4e60360f))
+ (pin "2" (uuid 9c0dceb9-f18c-48e6-b804-e6ff4140845f))
+ )
+
+ (symbol (lib_id "Device:D") (at 126.238 199.898 90) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid 6e67d5bf-d226-4755-9e29-b8c567104e3a)
+ (property "Reference" "D34" (id 0) (at 126.492 197.612 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Value" "D" (id 1) (at 126.746 202.438 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Footprint" "" (id 2) (at 126.238 199.898 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "~" (id 3) (at 126.238 199.898 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "1" (uuid 055609d1-df20-40d2-b086-317a37024f06))
+ (pin "2" (uuid 42a2e49d-9606-45bc-a0b5-ddfa4caadff2))
+ )
+
+ (symbol (lib_id "Device:C_Small") (at 148.59 120.65 0) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid 6e900d78-1738-45e3-bb04-c8fec763dff0)
+ (property "Reference" "C1" (id 0) (at 149.86 118.11 0)
+ (effects (font (size 1.27 1.27)) (justify left))
+ )
+ (property "Value" "" (id 1) (at 149.86 123.19 0)
+ (effects (font (size 1.27 1.27)) (justify left))
+ )
+ (property "Footprint" "" (id 2) (at 148.59 120.65 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "~" (id 3) (at 148.59 120.65 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "1" (uuid 2c3f5dec-a8b4-4ade-970b-ca41582ec302))
+ (pin "2" (uuid c556c677-37f6-4b6b-a0d0-3e1c541c7278))
+ )
+
+ (symbol (lib_id "Device:C_Small") (at 155.702 71.882 0) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid 6efb8931-a212-48b2-9ee8-732e6bd61a5c)
+ (property "Reference" "C9" (id 0) (at 156.337 69.977 0)
+ (effects (font (size 1.27 1.27)) (justify left))
+ )
+ (property "Value" "10u" (id 1) (at 156.337 73.787 0)
+ (effects (font (size 1.27 1.27)) (justify left))
+ )
+ (property "Footprint" "" (id 2) (at 155.702 71.882 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "~" (id 3) (at 155.702 71.882 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "1" (uuid 67360bad-17c5-4866-b554-85cfd713ebe5))
+ (pin "2" (uuid 15f1949e-40dc-4a43-8e47-3180f9ecaa96))
+ )
+
+ (symbol (lib_id "Device:D") (at 248.158 199.898 90) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid 6fbdccb2-87fa-4b36-9551-0cbd877bfc53)
+ (property "Reference" "D40" (id 0) (at 248.412 197.612 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Value" "D" (id 1) (at 248.666 202.438 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Footprint" "" (id 2) (at 248.158 199.898 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "~" (id 3) (at 248.158 199.898 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "1" (uuid ab226bdd-800f-4ac8-b76b-2ee3f4cdcd50))
+ (pin "2" (uuid da936306-8b20-4976-8726-a7edb43b7113))
+ )
+
+ (symbol (lib_id "keyboard_parts:KEYSW") (at 133.858 194.056 0) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid 701b8292-6f61-4661-be18-2a8daccddee6)
+ (property "Reference" "K34" (id 0) (at 134.112 194.056 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Value" "KEYSW" (id 1) (at 133.858 196.596 0)
+ (effects (font (size 1.524 1.524)) hide)
+ )
+ (property "Footprint" "" (id 2) (at 133.858 194.056 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Datasheet" "" (id 3) (at 133.858 194.056 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (pin "1" (uuid 182d9754-a3c5-4a51-90c7-3728ed776a65))
+ (pin "2" (uuid 5781f2fa-f518-4735-a9a2-3b3c3d21f4cc))
+ )
+
+ (symbol (lib_id "Device:D") (at 207.518 184.658 90) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid 7131e91b-3ec9-4950-98cf-523a83ed5ae9)
+ (property "Reference" "D24" (id 0) (at 207.772 182.372 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Value" "D" (id 1) (at 208.026 187.198 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Footprint" "" (id 2) (at 207.518 184.658 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "~" (id 3) (at 207.518 184.658 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "1" (uuid 736cda42-1e3c-4874-939f-15dad9267f90))
+ (pin "2" (uuid f1854053-ea2b-4e9f-9e41-57e4634bc26d))
+ )
+
+ (symbol (lib_id "keyboard_parts:GND") (at 247.142 125.73 90) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid 730483c8-812e-4db0-a63e-953098ca5f88)
+ (property "Reference" "#PWR011" (id 0) (at 245.872 125.73 0)
+ (effects (font (size 0.508 0.508)) hide)
+ )
+ (property "Value" "GND" (id 1) (at 251.587 125.73 90)
+ (effects (font (size 0.762 0.762)) (justify left))
+ )
+ (property "Footprint" "" (id 2) (at 247.142 125.73 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Datasheet" "" (id 3) (at 247.142 125.73 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (pin "1" (uuid a9e6dac9-3dad-49e9-a872-686deba62c89))
+ )
+
+ (symbol (lib_id "keyboard_parts:KEYSW") (at 194.818 224.536 0) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid 74f349de-59ac-4109-a377-99577312d645)
+ (property "Reference" "K60" (id 0) (at 195.072 224.536 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Value" "KEYSW" (id 1) (at 194.818 227.076 0)
+ (effects (font (size 1.524 1.524)) hide)
+ )
+ (property "Footprint" "" (id 2) (at 194.818 224.536 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Datasheet" "" (id 3) (at 194.818 224.536 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (pin "1" (uuid e8a4b75f-313d-4969-913b-35260246d1e1))
+ (pin "2" (uuid 901f0b61-5769-4447-93bf-0c6b966d1206))
+ )
+
+ (symbol (lib_id "keyboard_parts:KEYSW") (at 72.898 209.296 0) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid 7828ff97-ade4-41ee-8132-ee0de841c643)
+ (property "Reference" "K44" (id 0) (at 73.152 209.296 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Value" "KEYSW" (id 1) (at 72.898 211.836 0)
+ (effects (font (size 1.524 1.524)) hide)
+ )
+ (property "Footprint" "" (id 2) (at 72.898 209.296 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Datasheet" "" (id 3) (at 72.898 209.296 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (pin "1" (uuid b37a9945-5cca-47b1-b7ba-4b5820ad5c1a))
+ (pin "2" (uuid 221faebe-2948-4d75-9259-3ee5f258e473))
+ )
+
+ (symbol (lib_id "keyboard_parts:KEYSW") (at 93.218 209.296 0) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid 797cc718-9b05-42a1-85c4-afcdab6b3496)
+ (property "Reference" "K45" (id 0) (at 93.472 209.296 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Value" "KEYSW" (id 1) (at 93.218 211.836 0)
+ (effects (font (size 1.524 1.524)) hide)
+ )
+ (property "Footprint" "" (id 2) (at 93.218 209.296 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Datasheet" "" (id 3) (at 93.218 209.296 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (pin "1" (uuid 241374b8-87ff-402e-b75f-30d3a31e8c0f))
+ (pin "2" (uuid c2ce8edf-fa75-4bb0-a35e-9ea93bc1eff9))
+ )
+
+ (symbol (lib_id "keyboard_parts:KEYSW") (at 154.178 178.816 0) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid 7abe2a7b-c70b-4ecf-8276-480648e8a9dc)
+ (property "Reference" "K21" (id 0) (at 154.432 178.816 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Value" "KEYSW" (id 1) (at 154.178 181.356 0)
+ (effects (font (size 1.524 1.524)) hide)
+ )
+ (property "Footprint" "" (id 2) (at 154.178 178.816 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Datasheet" "" (id 3) (at 154.178 178.816 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (pin "1" (uuid 4c0a0008-d868-4f2f-bc56-b6dc16a123f5))
+ (pin "2" (uuid c3fb2370-9805-48e5-9434-202e1199f07f))
+ )
+
+ (symbol (lib_id "Connector_Generic:Conn_01x04") (at 264.922 87.63 0) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid 7b6fa740-6ba8-4e13-823a-ca0cfcda1c4a)
+ (property "Reference" "J2" (id 0) (at 266.827 87.63 0)
+ (effects (font (size 1.27 1.27)) (justify left))
+ )
+ (property "Value" "" (id 1) (at 266.827 90.17 0)
+ (effects (font (size 1.27 1.27)) (justify left))
+ )
+ (property "Footprint" "" (id 2) (at 264.922 87.63 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "~" (id 3) (at 264.922 87.63 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "1" (uuid 57091c12-7565-4c3c-a428-818bb0c7341d))
+ (pin "2" (uuid 0fb1ca8e-cf95-41af-a405-f6fae9b5c7f1))
+ (pin "3" (uuid d1471a28-93cd-4583-ad24-873111025e60))
+ (pin "4" (uuid 19ce64e7-6fe5-4179-9cc2-b5109da1665a))
+ )
+
+ (symbol (lib_id "keyboard_parts:ATMEGA32U4") (at 215.9 99.06 0) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid 7c3df708-fb44-40cc-b435-cd67e8cec48a)
+ (property "Reference" "U1" (id 0) (at 215.9 68.58 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Value" "" (id 1) (at 215.9 129.54 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Footprint" "" (id 2) (at 215.9 99.06 0)
+ (effects (font (size 1.524 1.524)) hide)
+ )
+ (property "Datasheet" "" (id 3) (at 215.9 99.06 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (pin "1" (uuid 76862e4a-1816-475c-9943-666036c637f7))
+ (pin "10" (uuid 57121f1d-c971-4830-b974-00f7d706f0c9))
+ (pin "11" (uuid ec13b96e-bc69-4de2-80ef-a515cc44afb5))
+ (pin "12" (uuid f11a78b7-152e-46cf-81d1-bc8194db05a9))
+ (pin "13" (uuid ea8efd53-9e19-4e37-86f5-e6c0c681f735))
+ (pin "14" (uuid 567a04d6-5dce-4e5f-9e8e-f34010ecea5b))
+ (pin "15" (uuid f413d088-6fb9-4a8a-88fd-666ff68b7fdf))
+ (pin "16" (uuid 934c5f28-c928-4621-8122-b999b3ed10dd))
+ (pin "17" (uuid f7c5fcef-379b-481f-a910-961b8aba9e9d))
+ (pin "18" (uuid e62e65e6-b466-4769-8746-eb8cd9450c76))
+ (pin "19" (uuid 6f3f676d-a47a-4e8c-8d6e-02275a3490d7))
+ (pin "2" (uuid ca2c5f3f-362b-4808-b8c2-86726d31aa11))
+ (pin "20" (uuid da7e6488-201f-4286-b86a-ca5aced3697a))
+ (pin "21" (uuid 3bdaeac5-b4b7-4a96-b0da-b5e1b46798c2))
+ (pin "22" (uuid 9475edbb-286b-4bed-b5f0-0b68a18bdc52))
+ (pin "23" (uuid 4375ab9a-cebb-448a-bb75-1fa4fe977171))
+ (pin "24" (uuid aeaaa120-9cc5-4520-9a70-067fbc8f5b7b))
+ (pin "25" (uuid 61eb7a4f-888e-4082-9c74-1d94f58e7c05))
+ (pin "26" (uuid e75a90f1-d275-4ca6-86ea-4b6dddffab59))
+ (pin "27" (uuid 121b7b08-bed9-441b-b060-efed31f37089))
+ (pin "28" (uuid 14a3cbec-b1b9-4736-8e00-ba5be98954ab))
+ (pin "29" (uuid 9fa58e42-4d1f-4e7f-a5a2-6fc9857446e3))
+ (pin "3" (uuid dc0df782-a446-4364-8dc7-0190637b5f77))
+ (pin "30" (uuid f2a44eaf-666f-422c-bb4d-a717499c3d1a))
+ (pin "31" (uuid cc5561df-9d20-4574-af60-64f10025a0ed))
+ (pin "32" (uuid 4e66ba18-389e-4ff9-97c1-8bd8fb047a01))
+ (pin "33" (uuid bf26cee8-9c9f-4547-9a40-e7028b986d1e))
+ (pin "34" (uuid d0111086-5d68-4ab0-b707-7da6b263c90b))
+ (pin "35" (uuid aae29862-3850-48eb-b7a8-38a62a8029dd))
+ (pin "36" (uuid 835d4ac3-3fb1-48d9-8c28-6093fe917376))
+ (pin "37" (uuid 0674c5a1-ca4b-4b6b-aa60-3847e1a37d52))
+ (pin "38" (uuid 1a85ffd6-ef8b-418f-990e-456d1ffab00e))
+ (pin "39" (uuid 1f01b2a1-9ae4-4793-9d17-5ed5c0966b9f))
+ (pin "4" (uuid e2df2a45-3811-4210-89e0-9a66f3cb9430))
+ (pin "40" (uuid 0aa1e38d-f07a-4820-b628-a171234563bb))
+ (pin "41" (uuid e0692317-3143-4681-97c6-8fbe46592f31))
+ (pin "42" (uuid 637c5908-9371-4d80-a19b-036e111ef5cd))
+ (pin "43" (uuid 59058a09-f800-497d-b8e1-cdf9632c6766))
+ (pin "44" (uuid 7c11b885-29b4-4eb2-b782-dde8e3724f0c))
+ (pin "5" (uuid 33891c62-a79f-4243-b776-6be292690ac3))
+ (pin "6" (uuid 9ed54841-4bec-491f-817d-b7e8b25ca06c))
+ (pin "7" (uuid c2e901e5-a4cd-4374-af38-0566255ecbea))
+ (pin "8" (uuid 844f01a0-ac23-4a99-910e-4e91c579bb2b))
+ (pin "9" (uuid 1cbbfee4-06dd-44ee-af91-d336edf2459c))
+ )
+
+ (symbol (lib_id "keyboard_parts:KEYSW") (at 276.098 163.576 0) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid 7cb17130-3fab-4514-a8c5-dd27efbeec1c)
+ (property "Reference" "K13" (id 0) (at 276.352 163.576 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Value" "KEYSW" (id 1) (at 276.098 166.116 0)
+ (effects (font (size 1.524 1.524)) hide)
+ )
+ (property "Footprint" "" (id 2) (at 276.098 163.576 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Datasheet" "" (id 3) (at 276.098 163.576 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (pin "1" (uuid cf45ff92-45f5-4a40-90e0-3f902cd57157))
+ (pin "2" (uuid 64eef833-a63b-4478-8964-8d39cad0699c))
+ )
+
+ (symbol (lib_id "Device:D") (at 268.478 169.418 90) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid 7ee3e9de-5f61-499f-8888-f2e25a845689)
+ (property "Reference" "D13" (id 0) (at 268.732 167.132 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Value" "D" (id 1) (at 268.986 171.958 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Footprint" "" (id 2) (at 268.478 169.418 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "~" (id 3) (at 268.478 169.418 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "1" (uuid 793caf8f-1b4b-4075-9947-6332cf5653c4))
+ (pin "2" (uuid 95877aa0-99e3-475e-a5b9-1b0d272bb8de))
+ )
+
+ (symbol (lib_id "keyboard_parts:KEYSW") (at 174.498 194.056 0) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid 854e916c-e19d-4ce0-af76-5a997b377cea)
+ (property "Reference" "K36" (id 0) (at 174.752 194.056 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Value" "KEYSW" (id 1) (at 174.498 196.596 0)
+ (effects (font (size 1.524 1.524)) hide)
+ )
+ (property "Footprint" "" (id 2) (at 174.498 194.056 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Datasheet" "" (id 3) (at 174.498 194.056 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (pin "1" (uuid b082d660-84df-4d2f-9f41-87ea83cc6134))
+ (pin "2" (uuid e17faa17-c4b1-4010-b8b1-7b5d4710e2a8))
+ )
+
+ (symbol (lib_id "keyboard_parts:KEYSW") (at 154.178 163.576 0) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid 8561ca7a-5fe8-438a-8173-9c64c68ff767)
+ (property "Reference" "K7" (id 0) (at 154.432 163.576 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Value" "KEYSW" (id 1) (at 154.178 166.116 0)
+ (effects (font (size 1.524 1.524)) hide)
+ )
+ (property "Footprint" "" (id 2) (at 154.178 163.576 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Datasheet" "" (id 3) (at 154.178 163.576 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (pin "1" (uuid cfdad625-729b-478b-b489-3aa577944d15))
+ (pin "2" (uuid 5d3ef70a-45f5-400e-8c52-905defada708))
+ )
+
+ (symbol (lib_id "keyboard_parts:XTAL_GND") (at 158.75 115.57 0) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid 8c0ef0d9-8354-4c82-a709-4ddf7c0584cd)
+ (property "Reference" "X1" (id 0) (at 158.75 113.03 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Value" "" (id 1) (at 158.75 119.38 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Footprint" "" (id 2) (at 158.75 115.57 0)
+ (effects (font (size 1.524 1.524)) hide)
+ )
+ (property "Datasheet" "" (id 3) (at 158.75 115.57 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (pin "1" (uuid 230d9b70-f908-4f9b-a7b2-3c8c4c7ab73a))
+ (pin "2" (uuid dfb813ce-dfeb-4e36-ba18-cf892ffe6abe))
+ (pin "3" (uuid b0e67dfa-f869-4758-ba1b-c734f3ef97d6))
+ )
+
+ (symbol (lib_id "keyboard_parts:KEYSW") (at 276.098 224.536 0) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid 8d0b430f-d65d-4d0d-ba8e-810ef7196768)
+ (property "Reference" "K63" (id 0) (at 276.352 224.536 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Value" "KEYSW" (id 1) (at 276.098 227.076 0)
+ (effects (font (size 1.524 1.524)) hide)
+ )
+ (property "Footprint" "" (id 2) (at 276.098 224.536 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Datasheet" "" (id 3) (at 276.098 224.536 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (pin "1" (uuid 90b05828-076c-4b4d-a1a0-b3390ee608ee))
+ (pin "2" (uuid dd4435c2-28a8-456f-8098-a5111c7378e7))
+ )
+
+ (symbol (lib_id "Device:D") (at 146.558 199.898 90) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid 8d25f0a7-667e-4995-8757-85da76dc7210)
+ (property "Reference" "D35" (id 0) (at 146.812 197.612 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Value" "D" (id 1) (at 147.066 202.438 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Footprint" "" (id 2) (at 146.558 199.898 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "~" (id 3) (at 146.558 199.898 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "1" (uuid 21f79916-aad9-4b9f-b8f2-c9f12ed77d52))
+ (pin "2" (uuid 200bec63-16fd-4abd-847f-4250feb1a9ee))
+ )
+
+ (symbol (lib_id "keyboard_parts:GND") (at 161.29 71.12 0) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid 8f92d1d9-1ceb-477a-8e78-8e0dd297f3c5)
+ (property "Reference" "#PWR04" (id 0) (at 161.29 69.85 0)
+ (effects (font (size 0.508 0.508)) hide)
+ )
+ (property "Value" "" (id 1) (at 162.56 71.12 0)
+ (effects (font (size 0.762 0.762)))
+ )
+ (property "Footprint" "" (id 2) (at 161.29 71.12 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Datasheet" "" (id 3) (at 161.29 71.12 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (pin "1" (uuid 18492078-a69b-4d98-a326-b7b24b8c591b))
+ )
+
+ (symbol (lib_id "keyboard_parts:GND") (at 279.4 105.41 0) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid 8feebf07-0f5d-4ed6-b635-9eae0ff9515b)
+ (property "Reference" "#PWR0108" (id 0) (at 279.4 104.14 0)
+ (effects (font (size 0.508 0.508)) hide)
+ )
+ (property "Value" "GND" (id 1) (at 279.4 107.95 0)
+ (effects (font (size 0.762 0.762)))
+ )
+ (property "Footprint" "" (id 2) (at 279.4 105.41 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Datasheet" "" (id 3) (at 279.4 105.41 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (pin "1" (uuid 3626317c-46ef-4e69-b383-c64ecdf41865))
+ )
+
+ (symbol (lib_id "keyboard_parts:KEYSW") (at 133.858 163.576 0) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid 91baa019-6335-4dfa-9210-3d06758748ac)
+ (property "Reference" "K6" (id 0) (at 134.112 163.576 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Value" "KEYSW" (id 1) (at 133.858 166.116 0)
+ (effects (font (size 1.524 1.524)) hide)
+ )
+ (property "Footprint" "" (id 2) (at 133.858 163.576 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Datasheet" "" (id 3) (at 133.858 163.576 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (pin "1" (uuid 90212b22-4e1f-43e2-9734-c47be30f6bdb))
+ (pin "2" (uuid d2d10a1a-7952-46d3-999d-907f19ca61db))
+ )
+
+ (symbol (lib_id "Device:D") (at 85.598 215.138 90) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid 92f72b72-0427-449f-aab4-fdc04bf7eb66)
+ (property "Reference" "D45" (id 0) (at 85.852 212.852 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Value" "D" (id 1) (at 86.106 217.678 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Footprint" "" (id 2) (at 85.598 215.138 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "~" (id 3) (at 85.598 215.138 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "1" (uuid d4cdf3c0-57e6-4030-a779-0e24384a327f))
+ (pin "2" (uuid 148a1e3f-35b7-430b-abf8-fab348cadf62))
+ )
+
+ (symbol (lib_id "Device:D") (at 166.878 184.658 90) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid 9365eb0c-fcea-4fa7-be37-73ec7b210482)
+ (property "Reference" "D22" (id 0) (at 167.132 182.372 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Value" "D" (id 1) (at 167.386 187.198 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Footprint" "" (id 2) (at 166.878 184.658 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "~" (id 3) (at 166.878 184.658 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "1" (uuid 0e7b217a-546f-45a9-a9c4-4a99f24bc81e))
+ (pin "2" (uuid d752e949-2689-44ee-8401-22268f460752))
+ )
+
+ (symbol (lib_id "Device:D") (at 24.638 199.898 90) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid 9437ebb6-c826-48ba-afbe-b0ada6c1ed79)
+ (property "Reference" "D30" (id 0) (at 24.892 197.612 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Value" "D" (id 1) (at 25.146 202.438 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Footprint" "" (id 2) (at 24.638 199.898 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "~" (id 3) (at 24.638 199.898 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "1" (uuid ffc37086-dbe4-4c1e-a760-23d68390107b))
+ (pin "2" (uuid 1770b2f8-36f5-4724-a2c3-a59d4a8ed128))
+ )
+
+ (symbol (lib_id "keyboard_parts:KEYSW") (at 235.458 163.576 0) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid 96f5da10-faea-41f9-8e9b-996aa07b16e9)
+ (property "Reference" "K11" (id 0) (at 235.712 163.576 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Value" "KEYSW" (id 1) (at 235.458 166.116 0)
+ (effects (font (size 1.524 1.524)) hide)
+ )
+ (property "Footprint" "" (id 2) (at 235.458 163.576 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Datasheet" "" (id 3) (at 235.458 163.576 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (pin "1" (uuid a599de10-ce33-4838-9935-404749295778))
+ (pin "2" (uuid ed9f8709-e096-4859-9c1a-b9cd8878a6ca))
+ )
+
+ (symbol (lib_id "Device:D") (at 146.558 169.418 90) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid 98c3a481-0048-47a3-ad25-c6165652319e)
+ (property "Reference" "D7" (id 0) (at 146.812 167.132 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Value" "D" (id 1) (at 147.066 171.958 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Footprint" "" (id 2) (at 146.558 169.418 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "~" (id 3) (at 146.558 169.418 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "1" (uuid d8976fb6-c092-4339-a1ee-406d50d9057b))
+ (pin "2" (uuid 6c82753d-6e3f-43c4-8699-1566e8305fa1))
+ )
+
+ (symbol (lib_id "keyboard_parts:KEYSW") (at 174.498 209.296 0) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid 9958c30a-7216-4ac4-abd8-fc2591f50d42)
+ (property "Reference" "K49" (id 0) (at 174.752 209.296 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Value" "KEYSW" (id 1) (at 174.498 211.836 0)
+ (effects (font (size 1.524 1.524)) hide)
+ )
+ (property "Footprint" "" (id 2) (at 174.498 209.296 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Datasheet" "" (id 3) (at 174.498 209.296 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (pin "1" (uuid 5f6b13b0-82de-4c36-bb8a-ac31e238f510))
+ (pin "2" (uuid c8f15233-293b-4eb6-91d7-8b3311e0ef91))
+ )
+
+ (symbol (lib_id "keyboard_parts:GND") (at 189.23 107.95 270) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid 99cdcc4e-e3e3-4bd2-bcea-fa50dfb8eec9)
+ (property "Reference" "#PWR08" (id 0) (at 190.5 107.95 0)
+ (effects (font (size 0.508 0.508)) hide)
+ )
+ (property "Value" "" (id 1) (at 184.785 107.95 90)
+ (effects (font (size 0.762 0.762)) (justify left))
+ )
+ (property "Footprint" "" (id 2) (at 189.23 107.95 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Datasheet" "" (id 3) (at 189.23 107.95 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (pin "1" (uuid b623b46e-0fa7-4e77-87c5-779b6f2a88db))
+ )
+
+ (symbol (lib_id "Device:D") (at 65.278 169.418 90) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid 9ae2bddb-af85-499c-bc24-dea481acdc03)
+ (property "Reference" "D3" (id 0) (at 65.532 167.132 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Value" "D" (id 1) (at 65.786 171.958 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Footprint" "" (id 2) (at 65.278 169.418 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "~" (id 3) (at 65.278 169.418 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "1" (uuid 8b420327-a84e-4e68-951e-9a40a157e53f))
+ (pin "2" (uuid e746026d-2e8f-4e32-9ed8-bf65f05fbe03))
+ )
+
+ (symbol (lib_id "Device:D") (at 85.598 169.418 90) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid 9b14b079-1c9c-4513-a0ec-2f3cd7e45c7b)
+ (property "Reference" "D4" (id 0) (at 85.852 167.132 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Value" "D" (id 1) (at 86.106 171.958 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Footprint" "" (id 2) (at 85.598 169.418 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "~" (id 3) (at 85.598 169.418 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "1" (uuid ba043bd2-a9e7-4b36-9dec-93e3ab7cc158))
+ (pin "2" (uuid 98aa9a49-f518-4fef-90ff-7cd1286cb65f))
+ )
+
+ (symbol (lib_id "Device:C_Small") (at 150.622 71.882 0) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid 9bcf7a31-c676-421d-8578-ff1ef46ff331)
+ (property "Reference" "C8" (id 0) (at 151.257 69.977 0)
+ (effects (font (size 1.27 1.27)) (justify left))
+ )
+ (property "Value" "" (id 1) (at 151.257 73.787 0)
+ (effects (font (size 1.27 1.27)) (justify left))
+ )
+ (property "Footprint" "" (id 2) (at 150.622 71.882 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "~" (id 3) (at 150.622 71.882 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "1" (uuid 4d19265d-ee97-4fa4-9eab-69d161424879))
+ (pin "2" (uuid 4031c648-7409-4590-9520-05301370d9f7))
+ )
+
+ (symbol (lib_id "Device:D") (at 24.638 230.378 90) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid 9d4297bd-2cd3-4cce-b113-9933c0d7d589)
+ (property "Reference" "D55" (id 0) (at 24.892 228.092 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Value" "D" (id 1) (at 25.146 232.918 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Footprint" "" (id 2) (at 24.638 230.378 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "~" (id 3) (at 24.638 230.378 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "1" (uuid 86499382-89df-4f80-866e-64630c8b27f7))
+ (pin "2" (uuid 7c8514a5-dd99-49f5-bcf6-a7c2cf3d88ad))
+ )
+
+ (symbol (lib_id "keyboard_parts:KEYSW") (at 72.898 163.576 0) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid 9d56b424-475e-4993-a8b5-2c45300ebd3a)
+ (property "Reference" "K3" (id 0) (at 73.152 163.576 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Value" "KEYSW" (id 1) (at 72.898 166.116 0)
+ (effects (font (size 1.524 1.524)) hide)
+ )
+ (property "Footprint" "" (id 2) (at 72.898 163.576 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Datasheet" "" (id 3) (at 72.898 163.576 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (pin "1" (uuid 201852be-d3d4-4346-a32f-b72a6f142f76))
+ (pin "2" (uuid 088558c9-8d5a-443c-8283-98d2e94e0645))
+ )
+
+ (symbol (lib_id "keyboard_parts:KEYSW") (at 215.138 178.816 0) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid 9dbd2967-aacf-4c88-9724-1c4a08b84a9a)
+ (property "Reference" "K24" (id 0) (at 215.392 178.816 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Value" "KEYSW" (id 1) (at 215.138 181.356 0)
+ (effects (font (size 1.524 1.524)) hide)
+ )
+ (property "Footprint" "" (id 2) (at 215.138 178.816 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Datasheet" "" (id 3) (at 215.138 178.816 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (pin "1" (uuid b0f8a995-34ca-46b1-8345-783406ffcba8))
+ (pin "2" (uuid 0cb84c7e-8b29-4f87-b22e-04bfb98f1735))
+ )
+
+ (symbol (lib_id "keyboard_parts:KEYSW") (at 316.738 178.816 0) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid 9f025684-9e73-4995-8e22-329e32483903)
+ (property "Reference" "K29" (id 0) (at 316.992 178.816 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Value" "KEYSW" (id 1) (at 316.738 181.356 0)
+ (effects (font (size 1.524 1.524)) hide)
+ )
+ (property "Footprint" "" (id 2) (at 316.738 178.816 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Datasheet" "" (id 3) (at 316.738 178.816 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (pin "1" (uuid 05d92e28-6444-47b2-93ad-41f8234c8376))
+ (pin "2" (uuid fceff0f0-4882-4f0e-80f7-a67c4917bde3))
+ )
+
+ (symbol (lib_id "keyboard_parts:KEYSW") (at 113.538 224.536 0) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid 9f082c32-6646-496f-a719-3d7a64aee7b1)
+ (property "Reference" "K58" (id 0) (at 113.792 224.536 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Value" "KEYSW" (id 1) (at 113.538 227.076 0)
+ (effects (font (size 1.524 1.524)) hide)
+ )
+ (property "Footprint" "" (id 2) (at 113.538 224.536 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Datasheet" "" (id 3) (at 113.538 224.536 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (pin "1" (uuid 05ebee33-f880-4460-a704-c07897983f3c))
+ (pin "2" (uuid fa580edd-b524-49a0-8264-6b731cdb0ea9))
+ )
+
+ (symbol (lib_id "keyboard_parts:KEYSW") (at 296.418 224.536 0) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid 9fb4b1db-72dc-4ffd-be7f-6313af7aefae)
+ (property "Reference" "K64" (id 0) (at 296.672 224.536 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Value" "KEYSW" (id 1) (at 296.418 227.076 0)
+ (effects (font (size 1.524 1.524)) hide)
+ )
+ (property "Footprint" "" (id 2) (at 296.418 224.536 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Datasheet" "" (id 3) (at 296.418 224.536 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (pin "1" (uuid 6ccaaef3-a90e-40c4-98b4-8d39850ba2f2))
+ (pin "2" (uuid 76aad2d3-1c55-4242-a505-1cdf89d6fcf8))
+ )
+
+ (symbol (lib_id "Device:R") (at 253.492 100.33 90) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid a042892c-e6e8-4b43-b2f2-b8e9a31bf9a2)
+ (property "Reference" "R4" (id 0) (at 253.492 98.425 90))
+ (property "Value" "" (id 1) (at 253.492 100.33 90))
+ (property "Footprint" "" (id 2) (at 253.492 102.108 90)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "~" (id 3) (at 253.492 100.33 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "1" (uuid c6a23822-3e94-4173-9593-0d069a0cdece))
+ (pin "2" (uuid 7428c906-402e-4168-bdc1-3c88740fa2be))
+ )
+
+ (symbol (lib_id "Device:D") (at 24.638 169.418 90) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid a16c453e-0c0e-4849-abb1-1fba93fc4b8e)
+ (property "Reference" "D1" (id 0) (at 24.892 167.132 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Value" "D" (id 1) (at 25.146 171.958 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Footprint" "" (id 2) (at 24.638 169.418 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "~" (id 3) (at 24.638 169.418 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "1" (uuid f908eab8-a64e-44a5-a70a-344196fb8958))
+ (pin "2" (uuid 9e6863a9-f6fd-4a43-a666-02bea259c468))
+ )
+
+ (symbol (lib_id "Device:D") (at 248.158 215.138 90) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid a2aab412-6987-4c82-ad4f-5fe8897b879f)
+ (property "Reference" "D53" (id 0) (at 248.412 212.852 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Value" "D" (id 1) (at 248.666 217.678 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Footprint" "" (id 2) (at 248.158 215.138 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "~" (id 3) (at 248.158 215.138 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "1" (uuid 2055e1f9-f6e0-44a5-a941-346edf2786c9))
+ (pin "2" (uuid e0f2f57b-4671-4c95-a57a-f1b67b892cdd))
+ )
+
+ (symbol (lib_id "keyboard_parts:KEYSW") (at 194.818 209.296 0) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid a2f2ec80-bbe3-4404-bac5-9196564b0970)
+ (property "Reference" "K50" (id 0) (at 195.072 209.296 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Value" "KEYSW" (id 1) (at 194.818 211.836 0)
+ (effects (font (size 1.524 1.524)) hide)
+ )
+ (property "Footprint" "" (id 2) (at 194.818 209.296 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Datasheet" "" (id 3) (at 194.818 209.296 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (pin "1" (uuid 5d2e40e3-b716-4a7c-bb77-ff3cec2da6ed))
+ (pin "2" (uuid 87173a46-5b50-4992-8e5b-7ce02bf0658a))
+ )
+
+ (symbol (lib_id "Device:D") (at 65.278 184.658 90) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid a48e017a-608c-4542-b3a2-0604614339a0)
+ (property "Reference" "D17" (id 0) (at 65.532 182.372 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Value" "D" (id 1) (at 65.786 187.198 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Footprint" "" (id 2) (at 65.278 184.658 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "~" (id 3) (at 65.278 184.658 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "1" (uuid 8c27648d-2ff2-441f-8f9e-4a14ba5a3635))
+ (pin "2" (uuid 3425d3a8-00d7-4863-bdf8-626af4a4b495))
+ )
+
+ (symbol (lib_id "Device:D") (at 207.518 215.138 90) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid a588e792-1953-4088-8d01-85a2207142a0)
+ (property "Reference" "D51" (id 0) (at 207.772 212.852 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Value" "D" (id 1) (at 208.026 217.678 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Footprint" "" (id 2) (at 207.518 215.138 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "~" (id 3) (at 207.518 215.138 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "1" (uuid 04e40ced-8142-4428-b27e-4d5138677c65))
+ (pin "2" (uuid 313030b8-2df7-4b49-b691-3b793228d2bc))
+ )
+
+ (symbol (lib_id "keyboard_parts:KEYSW") (at 154.178 194.056 0) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid acdc95e2-53a5-4bb2-accb-c3fc512e3f81)
+ (property "Reference" "K35" (id 0) (at 154.432 194.056 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Value" "KEYSW" (id 1) (at 154.178 196.596 0)
+ (effects (font (size 1.524 1.524)) hide)
+ )
+ (property "Footprint" "" (id 2) (at 154.178 194.056 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Datasheet" "" (id 3) (at 154.178 194.056 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (pin "1" (uuid 886b5ded-e5bb-4a00-bb3c-e09204297e05))
+ (pin "2" (uuid 2b4b3031-d52d-47f0-a060-436f9f01b88e))
+ )
+
+ (symbol (lib_id "Device:D") (at 105.918 199.898 90) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid adabd904-9f7e-4094-a7c8-a7821f9085a9)
+ (property "Reference" "D33" (id 0) (at 106.172 197.612 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Value" "D" (id 1) (at 106.426 202.438 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Footprint" "" (id 2) (at 105.918 199.898 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "~" (id 3) (at 105.918 199.898 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "1" (uuid 24207e44-2ff1-40ca-b895-99da719db19f))
+ (pin "2" (uuid 23d66774-cc86-4558-9645-48aaacdccc18))
+ )
+
+ (symbol (lib_id "Device:D") (at 187.198 199.898 90) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid af07033b-591e-45ff-97a3-12386b40a7f4)
+ (property "Reference" "D37" (id 0) (at 187.452 197.612 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Value" "D" (id 1) (at 187.706 202.438 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Footprint" "" (id 2) (at 187.198 199.898 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "~" (id 3) (at 187.198 199.898 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "1" (uuid 63630bcd-1606-423d-8148-3af97384660e))
+ (pin "2" (uuid 51220682-ca2f-49f5-80a5-174d9345e03e))
+ )
+
+ (symbol (lib_id "Device:D") (at 248.158 169.418 90) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid b2c1fc38-828f-4315-ab75-4045a7ffbc25)
+ (property "Reference" "D12" (id 0) (at 248.412 167.132 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Value" "D" (id 1) (at 248.666 171.958 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Footprint" "" (id 2) (at 248.158 169.418 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "~" (id 3) (at 248.158 169.418 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "1" (uuid dc378d18-8fcb-4bec-8feb-1f903b9ce975))
+ (pin "2" (uuid e7d1d643-fd58-480a-9529-66ce2c025c9d))
+ )
+
+ (symbol (lib_id "keyboard_parts:GND") (at 155.702 102.87 270) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid b487df03-b343-46df-b493-8cb93ca4b089)
+ (property "Reference" "#PWR03" (id 0) (at 156.972 102.87 0)
+ (effects (font (size 0.508 0.508)) hide)
+ )
+ (property "Value" "" (id 1) (at 151.257 102.87 90)
+ (effects (font (size 0.762 0.762)) (justify left))
+ )
+ (property "Footprint" "" (id 2) (at 155.702 102.87 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Datasheet" "" (id 3) (at 155.702 102.87 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (pin "1" (uuid ce75546c-dba3-4575-a290-e22f73d42d7c))
+ )
+
+ (symbol (lib_id "keyboard_parts:GND") (at 138.43 87.63 0) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid bac18231-c228-4ada-ad4a-0be5a430d069)
+ (property "Reference" "#PWR02" (id 0) (at 138.43 86.36 0)
+ (effects (font (size 0.508 0.508)) hide)
+ )
+ (property "Value" "" (id 1) (at 138.43 90.17 0)
+ (effects (font (size 0.762 0.762)))
+ )
+ (property "Footprint" "" (id 2) (at 138.43 87.63 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Datasheet" "" (id 3) (at 138.43 87.63 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (pin "1" (uuid 142bd3dd-066b-4c13-81d5-8ef9df95c519))
+ )
+
+ (symbol (lib_id "keyboard_parts:KEYSW") (at 52.578 209.296 0) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid bad1b3d3-8ca4-45a7-b2d4-4c1a48a56deb)
+ (property "Reference" "K43" (id 0) (at 52.832 209.296 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Value" "KEYSW" (id 1) (at 52.578 211.836 0)
+ (effects (font (size 1.524 1.524)) hide)
+ )
+ (property "Footprint" "" (id 2) (at 52.578 209.296 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Datasheet" "" (id 3) (at 52.578 209.296 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (pin "1" (uuid 2439baae-3d6c-43ed-80c5-7e303c9f3578))
+ (pin "2" (uuid 3d0940b8-8fec-4491-8137-d6fed14c6cd2))
+ )
+
+ (symbol (lib_id "Device:D") (at 166.878 169.418 90) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid bdc89768-6a47-4011-8fe9-6d4c3297f7cd)
+ (property "Reference" "D8" (id 0) (at 167.132 167.132 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Value" "D" (id 1) (at 167.386 171.958 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Footprint" "" (id 2) (at 166.878 169.418 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "~" (id 3) (at 166.878 169.418 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "1" (uuid 215798b1-97f2-4102-9385-ec03fecc7c04))
+ (pin "2" (uuid feb31ea8-dee5-4c7e-a6c6-5605cb7d89f2))
+ )
+
+ (symbol (lib_id "keyboard_parts:KEYSW") (at 235.458 209.296 0) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid bfa00102-b802-42c7-be90-217895fc66ea)
+ (property "Reference" "K52" (id 0) (at 235.712 209.296 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Value" "KEYSW" (id 1) (at 235.458 211.836 0)
+ (effects (font (size 1.524 1.524)) hide)
+ )
+ (property "Footprint" "" (id 2) (at 235.458 209.296 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Datasheet" "" (id 3) (at 235.458 209.296 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (pin "1" (uuid fbeafa5f-d312-4432-a429-9b9272126ade))
+ (pin "2" (uuid edf8e837-44a4-4b05-af46-ecb7083174d5))
+ )
+
+ (symbol (lib_id "keyboard_parts:KEYSW") (at 194.818 163.576 0) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid c0372a1c-0388-453b-875a-eb1c0c63baf9)
+ (property "Reference" "K9" (id 0) (at 195.072 163.576 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Value" "KEYSW" (id 1) (at 194.818 166.116 0)
+ (effects (font (size 1.524 1.524)) hide)
+ )
+ (property "Footprint" "" (id 2) (at 194.818 163.576 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Datasheet" "" (id 3) (at 194.818 163.576 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (pin "1" (uuid d1aec84b-1dd3-436a-bb13-82140fabbf05))
+ (pin "2" (uuid faec908a-d72b-47f8-ba54-6353124590d1))
+ )
+
+ (symbol (lib_id "keyboard_parts:KEYSW") (at 133.858 209.296 0) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid c08fbb37-6017-457c-a683-19b458f1dffc)
+ (property "Reference" "K47" (id 0) (at 134.112 209.296 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Value" "KEYSW" (id 1) (at 133.858 211.836 0)
+ (effects (font (size 1.524 1.524)) hide)
+ )
+ (property "Footprint" "" (id 2) (at 133.858 209.296 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Datasheet" "" (id 3) (at 133.858 209.296 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (pin "1" (uuid de1a447f-2996-42a2-99ff-03188d0a6ba2))
+ (pin "2" (uuid 7c0b341f-6fbd-4146-8bd1-af5722fbdca0))
+ )
+
+ (symbol (lib_id "keyboard_parts:KEYSW") (at 72.898 194.056 0) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid c116fea7-7130-4fc1-b760-b25c4bbfc4ae)
+ (property "Reference" "K31" (id 0) (at 73.152 194.056 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Value" "KEYSW" (id 1) (at 72.898 196.596 0)
+ (effects (font (size 1.524 1.524)) hide)
+ )
+ (property "Footprint" "" (id 2) (at 72.898 194.056 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Datasheet" "" (id 3) (at 72.898 194.056 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (pin "1" (uuid 276ece40-4795-46c9-8d91-4b8b09fd3479))
+ (pin "2" (uuid 434c3e1c-a9a2-4e52-ac94-714a14d2b411))
+ )
+
+ (symbol (lib_id "Device:D") (at 105.918 184.658 90) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid c1c6419e-06c5-4cf8-a14b-e5b0706df9ea)
+ (property "Reference" "D19" (id 0) (at 106.172 182.372 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Value" "D" (id 1) (at 106.426 187.198 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Footprint" "" (id 2) (at 105.918 184.658 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "~" (id 3) (at 105.918 184.658 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "1" (uuid f96e1f76-9d8d-4a07-93a5-688dd0f711cc))
+ (pin "2" (uuid 19ad97c0-9185-45ae-b49f-6588856d6311))
+ )
+
+ (symbol (lib_id "keyboard_parts:KEYSW") (at 296.418 209.296 0) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid c21df4a6-d4a4-4328-9160-e86f60a77798)
+ (property "Reference" "K54" (id 0) (at 296.672 209.296 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Value" "KEYSW" (id 1) (at 296.418 211.836 0)
+ (effects (font (size 1.524 1.524)) hide)
+ )
+ (property "Footprint" "" (id 2) (at 296.418 209.296 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Datasheet" "" (id 3) (at 296.418 209.296 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (pin "1" (uuid a548dac9-1b6f-4613-9267-a6593bd29fb8))
+ (pin "2" (uuid 91c273f5-25a9-4dcc-99e0-50132dcd926e))
+ )
+
+ (symbol (lib_id "Device:D") (at 227.838 199.898 90) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid c316fded-106d-4f42-8ec2-b03dd285aba1)
+ (property "Reference" "D39" (id 0) (at 228.092 197.612 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Value" "D" (id 1) (at 228.346 202.438 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Footprint" "" (id 2) (at 227.838 199.898 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "~" (id 3) (at 227.838 199.898 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "1" (uuid f55b26cf-0bc4-4b12-94be-9b35151c6f9b))
+ (pin "2" (uuid 3e5df569-1d49-4ceb-9540-79c1341390de))
+ )
+
+ (symbol (lib_id "keyboard_parts:KEYSW") (at 255.778 194.056 0) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid c3c33218-4c4e-49dc-b17c-ac4ca255568c)
+ (property "Reference" "K40" (id 0) (at 256.032 194.056 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Value" "KEYSW" (id 1) (at 255.778 196.596 0)
+ (effects (font (size 1.524 1.524)) hide)
+ )
+ (property "Footprint" "" (id 2) (at 255.778 194.056 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Datasheet" "" (id 3) (at 255.778 194.056 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (pin "1" (uuid a3f95b54-d4b5-4796-a39d-9992ae62f1b3))
+ (pin "2" (uuid 22939852-f77d-49f4-b870-329049f62457))
+ )
+
+ (symbol (lib_id "keyboard_parts:KEYSW") (at 215.138 224.536 0) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid c7bff880-a887-4121-9393-9beb1c2f9614)
+ (property "Reference" "K61" (id 0) (at 215.392 224.536 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Value" "KEYSW" (id 1) (at 215.138 227.076 0)
+ (effects (font (size 1.524 1.524)) hide)
+ )
+ (property "Footprint" "" (id 2) (at 215.138 224.536 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Datasheet" "" (id 3) (at 215.138 224.536 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (pin "1" (uuid e6b5547d-b7c8-4568-a345-d05d4bf143f3))
+ (pin "2" (uuid 2d399750-4204-437b-8d62-caf19f7d9a48))
+ )
+
+ (symbol (lib_id "Device:D") (at 207.518 169.418 90) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid c7deb626-97aa-441c-b79c-76f56fd17b98)
+ (property "Reference" "D10" (id 0) (at 207.772 167.132 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Value" "D" (id 1) (at 208.026 171.958 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Footprint" "" (id 2) (at 207.518 169.418 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "~" (id 3) (at 207.518 169.418 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "1" (uuid b195ea60-ec9c-4623-969c-35eb3e2df983))
+ (pin "2" (uuid 2914d1f2-b714-40d5-97e1-8d57baec8827))
+ )
+
+ (symbol (lib_id "Device:D") (at 288.798 184.658 90) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid c9ca6f27-2f94-415b-81d7-624bbf01e39f)
+ (property "Reference" "D28" (id 0) (at 289.052 182.372 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Value" "D" (id 1) (at 289.306 187.198 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Footprint" "" (id 2) (at 288.798 184.658 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "~" (id 3) (at 288.798 184.658 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "1" (uuid 7328eeee-7ca9-402e-9573-8497846e9443))
+ (pin "2" (uuid c9e90412-161f-4431-9bc7-a608652170dd))
+ )
+
+ (symbol (lib_id "keyboard_parts:KEYSW") (at 93.218 194.056 0) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid cc1c5b53-8f05-4335-94bb-d99752d3b12f)
+ (property "Reference" "K32" (id 0) (at 93.472 194.056 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Value" "KEYSW" (id 1) (at 93.218 196.596 0)
+ (effects (font (size 1.524 1.524)) hide)
+ )
+ (property "Footprint" "" (id 2) (at 93.218 194.056 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Datasheet" "" (id 3) (at 93.218 194.056 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (pin "1" (uuid 175efc27-9c49-4098-bb5b-c80861bc5004))
+ (pin "2" (uuid 475ef88e-ef5c-4f20-ad6d-93186190b76f))
+ )
+
+ (symbol (lib_id "keyboard_parts:KEYSW") (at 174.498 178.816 0) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid cc356062-fe79-4910-821e-907d1a8e3b37)
+ (property "Reference" "K22" (id 0) (at 174.752 178.816 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Value" "KEYSW" (id 1) (at 174.498 181.356 0)
+ (effects (font (size 1.524 1.524)) hide)
+ )
+ (property "Footprint" "" (id 2) (at 174.498 178.816 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Datasheet" "" (id 3) (at 174.498 178.816 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (pin "1" (uuid 77befcb6-7833-4046-9e96-09688d288a9a))
+ (pin "2" (uuid 9a23997f-6abc-449e-993b-b59fec81b40b))
+ )
+
+ (symbol (lib_id "keyboard_parts:KEYSW") (at 316.738 163.576 0) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid ce53e73d-f58d-4cd2-8cff-c18ad6c2be10)
+ (property "Reference" "K15" (id 0) (at 316.992 163.576 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Value" "KEYSW" (id 1) (at 316.738 166.116 0)
+ (effects (font (size 1.524 1.524)) hide)
+ )
+ (property "Footprint" "" (id 2) (at 316.738 163.576 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Datasheet" "" (id 3) (at 316.738 163.576 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (pin "1" (uuid 3d596b67-0806-4ac6-b8c6-95e979e3e29b))
+ (pin "2" (uuid a62f51f4-d993-495d-8fb6-bb381800e5b5))
+ )
+
+ (symbol (lib_id "Device:C_Small") (at 168.91 69.85 0) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid d07fed3f-0820-4f60-9a23-0d27dc2be6cb)
+ (property "Reference" "C7" (id 0) (at 169.545 67.945 0)
+ (effects (font (size 1.27 1.27)) (justify left))
+ )
+ (property "Value" "" (id 1) (at 169.545 71.755 0)
+ (effects (font (size 1.27 1.27)) (justify left))
+ )
+ (property "Footprint" "" (id 2) (at 168.91 69.85 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "~" (id 3) (at 168.91 69.85 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "1" (uuid 1c114419-137b-4afc-9bf3-7f9ff56acb08))
+ (pin "2" (uuid 344d05ef-e128-44d2-93f8-aacad5442cde))
+ )
+
+ (symbol (lib_id "keyboard_parts:GND") (at 184.15 82.55 270) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid d1d8972b-72c9-451f-b2ff-0835e5d8439e)
+ (property "Reference" "#PWR07" (id 0) (at 185.42 82.55 0)
+ (effects (font (size 0.508 0.508)) hide)
+ )
+ (property "Value" "" (id 1) (at 179.705 82.55 90)
+ (effects (font (size 0.762 0.762)) (justify left))
+ )
+ (property "Footprint" "" (id 2) (at 184.15 82.55 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Datasheet" "" (id 3) (at 184.15 82.55 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (pin "1" (uuid 7627322a-31ea-4d2d-8899-4be51e6fbb91))
+ )
+
+ (symbol (lib_id "Device:D") (at 146.558 184.658 90) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid d44c8ec6-9d36-43d6-a38a-122b4baf5c96)
+ (property "Reference" "D21" (id 0) (at 146.812 182.372 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Value" "D" (id 1) (at 147.066 187.198 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Footprint" "" (id 2) (at 146.558 184.658 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "~" (id 3) (at 146.558 184.658 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "1" (uuid 99c6ee0b-a536-4bdf-b994-80e1621d4e44))
+ (pin "2" (uuid e17c39a7-9c60-4c60-857e-02ea79900800))
+ )
+
+ (symbol (lib_id "keyboard_parts:KEYSW") (at 113.538 178.816 0) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid d611e1a2-a7ad-46a1-969b-bafbf4846f76)
+ (property "Reference" "K19" (id 0) (at 113.792 178.816 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Value" "KEYSW" (id 1) (at 113.538 181.356 0)
+ (effects (font (size 1.524 1.524)) hide)
+ )
+ (property "Footprint" "" (id 2) (at 113.538 178.816 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Datasheet" "" (id 3) (at 113.538 178.816 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (pin "1" (uuid cd430d09-31d4-4a6a-a953-ae61c81a2376))
+ (pin "2" (uuid 49077536-85f9-4575-b8ae-40fb041df28e))
+ )
+
+ (symbol (lib_id "Device:D") (at 187.198 169.418 90) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid d73e6f44-eb77-46e4-87b9-d0097767cc35)
+ (property "Reference" "D9" (id 0) (at 187.452 167.132 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Value" "D" (id 1) (at 187.706 171.958 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Footprint" "" (id 2) (at 187.198 169.418 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "~" (id 3) (at 187.198 169.418 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "1" (uuid 9a81de56-5bb5-4b7e-91d8-91506b35e8b4))
+ (pin "2" (uuid c98e764e-6a12-487d-a09f-0727e3b7d195))
+ )
+
+ (symbol (lib_id "power:VCC") (at 182.88 72.39 0) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid d7bae409-d994-4eb8-9e4d-5e9a87fa46b9)
+ (property "Reference" "#PWR0102" (id 0) (at 182.88 76.2 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Value" "" (id 1) (at 182.88 68.58 0))
+ (property "Footprint" "" (id 2) (at 182.88 72.39 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "" (id 3) (at 182.88 72.39 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "1" (uuid e1c9e93c-c26a-43ec-8c67-2e84dbd8a91a))
+ )
+
+ (symbol (lib_id "keyboard_parts:GND") (at 259.08 100.33 90) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid d8e3132c-9ff5-446b-a4e4-20314a725ac6)
+ (property "Reference" "#PWR012" (id 0) (at 257.81 100.33 0)
+ (effects (font (size 0.508 0.508)) hide)
+ )
+ (property "Value" "" (id 1) (at 263.525 100.33 90)
+ (effects (font (size 0.762 0.762)) (justify left))
+ )
+ (property "Footprint" "" (id 2) (at 259.08 100.33 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Datasheet" "" (id 3) (at 259.08 100.33 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (pin "1" (uuid 2d288cc0-0a55-4ba7-b1ef-78a4bc86c2e5))
+ )
+
+ (symbol (lib_id "keyboard_parts:KEYSW") (at 235.458 224.536 0) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid da1cee4e-19a2-4af3-a727-7e6b4abac8e5)
+ (property "Reference" "K62" (id 0) (at 235.712 224.536 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Value" "KEYSW" (id 1) (at 235.458 227.076 0)
+ (effects (font (size 1.524 1.524)) hide)
+ )
+ (property "Footprint" "" (id 2) (at 235.458 224.536 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Datasheet" "" (id 3) (at 235.458 224.536 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (pin "1" (uuid cf9a2dae-a3ce-4b10-9377-9899f5602fe0))
+ (pin "2" (uuid de4a2bff-ab42-47ef-9749-2c5bc346e931))
+ )
+
+ (symbol (lib_id "power:VCC") (at 262.89 123.19 270) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid df7923c1-ec8d-415f-aaee-a37687caf3f0)
+ (property "Reference" "#PWR0109" (id 0) (at 259.08 123.19 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Value" "VCC" (id 1) (at 267.97 123.19 90))
+ (property "Footprint" "" (id 2) (at 262.89 123.19 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "" (id 3) (at 262.89 123.19 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "1" (uuid 89a5c04d-21f2-4307-8579-ff73db2f4eaa))
+ )
+
+ (symbol (lib_id "Device:D") (at 85.598 199.898 90) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid e080e1c8-73ba-4719-be87-5244518043e5)
+ (property "Reference" "D32" (id 0) (at 85.852 197.612 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Value" "D" (id 1) (at 86.106 202.438 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Footprint" "" (id 2) (at 85.598 199.898 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "~" (id 3) (at 85.598 199.898 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "1" (uuid 56095493-4a33-4328-8512-9083f4a51142))
+ (pin "2" (uuid 767bf77b-b5cb-49e4-bfe4-7fc2356d6f7f))
+ )
+
+ (symbol (lib_id "keyboard_parts:KEYSW") (at 215.138 209.296 0) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid e1bb2ca9-ef25-4da1-aa33-607ae044be8a)
+ (property "Reference" "K51" (id 0) (at 215.392 209.296 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Value" "KEYSW" (id 1) (at 215.138 211.836 0)
+ (effects (font (size 1.524 1.524)) hide)
+ )
+ (property "Footprint" "" (id 2) (at 215.138 209.296 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Datasheet" "" (id 3) (at 215.138 209.296 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (pin "1" (uuid 94f17b41-1fbe-4a0d-9b66-4910729c882c))
+ (pin "2" (uuid 3af9397c-6bfe-4902-ba79-ce7655b96ca1))
+ )
+
+ (symbol (lib_id "Device:C_Small") (at 279.4 101.6 0) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid e2dc44ca-80a0-42a7-be40-1a565e9b2d48)
+ (property "Reference" "C4" (id 0) (at 280.035 99.695 0)
+ (effects (font (size 1.27 1.27)) (justify left))
+ )
+ (property "Value" "" (id 1) (at 280.035 103.505 0)
+ (effects (font (size 1.27 1.27)) (justify left))
+ )
+ (property "Footprint" "" (id 2) (at 279.4 101.6 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "~" (id 3) (at 279.4 101.6 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "1" (uuid 6d905af8-fdc3-480f-b23d-c850c4760595))
+ (pin "2" (uuid 4661e667-8fa2-46db-84e0-51e437eb0a52))
+ )
+
+ (symbol (lib_id "Device:D") (at 288.798 215.138 90) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid e342e30d-2be3-4c42-a7c6-5cabadecd738)
+ (property "Reference" "D54" (id 0) (at 289.052 212.852 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Value" "D" (id 1) (at 289.306 217.678 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Footprint" "" (id 2) (at 288.798 215.138 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "~" (id 3) (at 288.798 215.138 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "1" (uuid ac5c0a06-a1de-4b79-9406-4045d349f210))
+ (pin "2" (uuid 6b7d5336-7647-4549-a293-403186e7aa0d))
+ )
+
+ (symbol (lib_id "keyboard_parts:KEYSW") (at 194.818 178.816 0) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid e383189f-4e8f-4cff-942a-239a56000d96)
+ (property "Reference" "K23" (id 0) (at 195.072 178.816 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Value" "KEYSW" (id 1) (at 194.818 181.356 0)
+ (effects (font (size 1.524 1.524)) hide)
+ )
+ (property "Footprint" "" (id 2) (at 194.818 178.816 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Datasheet" "" (id 3) (at 194.818 178.816 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (pin "1" (uuid 2da67853-def2-43e6-bad8-906cb4e91875))
+ (pin "2" (uuid 4a21fabc-cef3-4985-8330-72cfb1103518))
+ )
+
+ (symbol (lib_id "Device:D") (at 187.198 184.658 90) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid e3e81bd4-bc3e-455b-9851-f070fbba5b6e)
+ (property "Reference" "D23" (id 0) (at 187.452 182.372 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Value" "D" (id 1) (at 187.706 187.198 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Footprint" "" (id 2) (at 187.198 184.658 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "~" (id 3) (at 187.198 184.658 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "1" (uuid 36791d66-2360-4981-a6da-48aa9dab9da6))
+ (pin "2" (uuid db187d8b-310a-4f1f-956d-6f1ab354b1dc))
+ )
+
+ (symbol (lib_id "keyboard_parts:KEYSW") (at 133.858 224.536 0) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid e47a4b10-1fec-45bb-8db3-54a70106f99e)
+ (property "Reference" "K59" (id 0) (at 134.112 224.536 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Value" "KEYSW" (id 1) (at 133.858 227.076 0)
+ (effects (font (size 1.524 1.524)) hide)
+ )
+ (property "Footprint" "" (id 2) (at 133.858 224.536 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Datasheet" "" (id 3) (at 133.858 224.536 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (pin "1" (uuid 2b5f4aaa-c9c3-4c52-a472-f000db4532e6))
+ (pin "2" (uuid aaa08e71-db8a-4558-96e3-262057c3dab7))
+ )
+
+ (symbol (lib_id "Device:D") (at 105.918 215.138 90) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid e561f8d6-4524-4c33-bd55-e0dd0c484171)
+ (property "Reference" "D46" (id 0) (at 106.172 212.852 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Value" "D" (id 1) (at 106.426 217.678 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Footprint" "" (id 2) (at 105.918 215.138 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "~" (id 3) (at 105.918 215.138 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "1" (uuid 361130da-4d0e-4eea-bf35-67eac03eb657))
+ (pin "2" (uuid b03c72dd-2a09-4a90-bca6-c89aed971c44))
+ )
+
+ (symbol (lib_id "Device:D") (at 126.238 215.138 90) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid e7415fea-e411-41f4-8554-3b89c60ded1a)
+ (property "Reference" "D47" (id 0) (at 126.492 212.852 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Value" "D" (id 1) (at 126.746 217.678 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Footprint" "" (id 2) (at 126.238 215.138 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "~" (id 3) (at 126.238 215.138 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "1" (uuid 94673339-965a-4d03-942c-21270053a35d))
+ (pin "2" (uuid c5a6c66d-b538-46b4-92d8-31655ab03c32))
+ )
+
+ (symbol (lib_id "keyboard_parts:KEYSW") (at 32.258 178.816 0) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid e81fab87-fa63-47e7-824b-90241d33cc42)
+ (property "Reference" "K16" (id 0) (at 32.512 178.816 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Value" "KEYSW" (id 1) (at 32.258 181.356 0)
+ (effects (font (size 1.524 1.524)) hide)
+ )
+ (property "Footprint" "" (id 2) (at 32.258 178.816 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Datasheet" "" (id 3) (at 32.258 178.816 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (pin "1" (uuid c543fff8-2e61-4ed6-96f5-64061eba9be0))
+ (pin "2" (uuid b3ebe188-b1c4-43fb-b1de-55a36a4174dc))
+ )
+
+ (symbol (lib_id "keyboard_parts:KEYSW") (at 174.498 163.576 0) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid e8393291-744e-4bbe-928e-f9c4423ecf0b)
+ (property "Reference" "K8" (id 0) (at 174.752 163.576 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Value" "KEYSW" (id 1) (at 174.498 166.116 0)
+ (effects (font (size 1.524 1.524)) hide)
+ )
+ (property "Footprint" "" (id 2) (at 174.498 163.576 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Datasheet" "" (id 3) (at 174.498 163.576 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (pin "1" (uuid f0f71a35-4335-4090-a415-49b87b2724b3))
+ (pin "2" (uuid 0f3e4ee8-0f7e-4724-bd40-ac1b0fb9c4e3))
+ )
+
+ (symbol (lib_id "Device:D") (at 288.798 230.378 90) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid e9776973-4564-426d-b318-d71fd08f930b)
+ (property "Reference" "D64" (id 0) (at 289.052 228.092 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Value" "D" (id 1) (at 289.306 232.918 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Footprint" "" (id 2) (at 288.798 230.378 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "~" (id 3) (at 288.798 230.378 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "1" (uuid cd8a97f8-0196-4540-9f60-efc9ac389119))
+ (pin "2" (uuid d95860c4-1f07-4d7f-9122-bebebfba3ec7))
+ )
+
+ (symbol (lib_id "power:VCC") (at 254.762 72.39 270) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid e9907514-1fd1-4100-b978-ae7d5d454deb)
+ (property "Reference" "#PWR0105" (id 0) (at 250.952 72.39 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Value" "" (id 1) (at 259.842 72.39 90))
+ (property "Footprint" "" (id 2) (at 254.762 72.39 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "" (id 3) (at 254.762 72.39 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "1" (uuid 89a2cc4f-a3ad-440a-81b7-046ca7cebb63))
+ )
+
+ (symbol (lib_id "Device:D") (at 309.118 184.658 90) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid eb04f20f-3ee6-4094-9813-628772670b45)
+ (property "Reference" "D29" (id 0) (at 309.372 182.372 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Value" "D" (id 1) (at 309.626 187.198 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Footprint" "" (id 2) (at 309.118 184.658 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "~" (id 3) (at 309.118 184.658 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "1" (uuid f78d0f3a-ad11-404a-ace6-fe2168cd3ef6))
+ (pin "2" (uuid 29eaa240-5a7a-4655-911c-137f960773c3))
+ )
+
+ (symbol (lib_id "keyboard_parts:GND") (at 158.75 125.73 0) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid ed087c48-eab7-4cbd-8c2a-7aecab017883)
+ (property "Reference" "#PWR0101" (id 0) (at 158.75 124.46 0)
+ (effects (font (size 0.508 0.508)) hide)
+ )
+ (property "Value" "" (id 1) (at 158.75 128.27 0)
+ (effects (font (size 0.762 0.762)))
+ )
+ (property "Footprint" "" (id 2) (at 158.75 125.73 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Datasheet" "" (id 3) (at 158.75 125.73 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (pin "1" (uuid 81579bbb-1751-4813-900b-ecf0298e2ab9))
+ )
+
+ (symbol (lib_id "Device:D") (at 227.838 169.418 90) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid f09d6c16-c2cb-4d51-ab12-8743d9c8f907)
+ (property "Reference" "D11" (id 0) (at 228.092 167.132 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Value" "D" (id 1) (at 228.346 171.958 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Footprint" "" (id 2) (at 227.838 169.418 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "~" (id 3) (at 227.838 169.418 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "1" (uuid 985796e3-e7b7-4f97-8a74-7b01bdf758f2))
+ (pin "2" (uuid 5818b8ae-1217-4e4d-8c53-b202ac34a95e))
+ )
+
+ (symbol (lib_id "keyboard_parts:GND") (at 261.112 130.81 0) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid f0a7d6a9-2f49-4630-8691-e167edc85049)
+ (property "Reference" "#PWR0110" (id 0) (at 261.112 129.54 0)
+ (effects (font (size 0.508 0.508)) hide)
+ )
+ (property "Value" "GND" (id 1) (at 261.112 133.35 0)
+ (effects (font (size 0.762 0.762)))
+ )
+ (property "Footprint" "" (id 2) (at 261.112 130.81 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Datasheet" "" (id 3) (at 261.112 130.81 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (pin "1" (uuid a0ed5222-530b-43e2-bf9b-ba9f4dd91774))
+ )
+
+ (symbol (lib_id "power:VCC") (at 281.432 97.79 270) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid f34aae3f-d893-4086-b0de-e472e66d549c)
+ (property "Reference" "#PWR0106" (id 0) (at 277.622 97.79 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Value" "VCC" (id 1) (at 286.512 97.79 90))
+ (property "Footprint" "" (id 2) (at 281.432 97.79 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "" (id 3) (at 281.432 97.79 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "1" (uuid f151b193-b312-4ab0-a53d-ab4313485a14))
+ )
+
+ (symbol (lib_id "Device:D") (at 227.838 215.138 90) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid f3ef2b5e-1cdc-4bc7-95cd-068a99db1252)
+ (property "Reference" "D52" (id 0) (at 228.092 212.852 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Value" "D" (id 1) (at 228.346 217.678 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Footprint" "" (id 2) (at 227.838 215.138 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "~" (id 3) (at 227.838 215.138 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "1" (uuid 794e1ce8-bf4d-498d-be42-a996e547442b))
+ (pin "2" (uuid 625f6c43-e640-43dc-ad64-59c8d270eb65))
+ )
+
+ (symbol (lib_id "Device:D") (at 85.598 184.658 90) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid f44e9a05-f462-4698-8517-31c755d0e407)
+ (property "Reference" "D18" (id 0) (at 85.852 182.372 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Value" "D" (id 1) (at 86.106 187.198 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Footprint" "" (id 2) (at 85.598 184.658 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "~" (id 3) (at 85.598 184.658 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "1" (uuid 4e2ef12a-62c9-4f4c-9099-8e74f987afe6))
+ (pin "2" (uuid 993cfcb5-dcbe-4885-b95f-dca7740189f1))
+ )
+
+ (symbol (lib_id "keyboard_parts:KEYSW") (at 52.578 163.576 0) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid f5506d54-caf7-4598-a964-d319abaf7c7b)
+ (property "Reference" "K2" (id 0) (at 52.832 163.576 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Value" "KEYSW" (id 1) (at 52.578 166.116 0)
+ (effects (font (size 1.524 1.524)) hide)
+ )
+ (property "Footprint" "" (id 2) (at 52.578 163.576 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Datasheet" "" (id 3) (at 52.578 163.576 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (pin "1" (uuid 5e982463-c797-4158-93f2-470108ef5194))
+ (pin "2" (uuid 0aabdf49-234c-4aa4-ac41-967aa1cce786))
+ )
+
+ (symbol (lib_id "Device:D") (at 44.958 169.418 90) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid f59d46dd-4724-44a2-8a04-8ed040f23d74)
+ (property "Reference" "D2" (id 0) (at 45.212 167.132 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Value" "D" (id 1) (at 45.466 171.958 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Footprint" "" (id 2) (at 44.958 169.418 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "~" (id 3) (at 44.958 169.418 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "1" (uuid 3bcfc94b-0b42-445a-b34b-ea77782fdafa))
+ (pin "2" (uuid 3fda9c4c-584f-443c-af02-1bdc153d5e45))
+ )
+
+ (symbol (lib_id "Device:D") (at 146.558 215.138 90) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid f6517823-721d-4b6f-bc8d-ca2ed1cb69f8)
+ (property "Reference" "D48" (id 0) (at 146.812 212.852 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Value" "D" (id 1) (at 147.066 217.678 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Footprint" "" (id 2) (at 146.558 215.138 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "~" (id 3) (at 146.558 215.138 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "1" (uuid 37af5444-5231-4dee-8e77-877ce437348b))
+ (pin "2" (uuid 0248d198-fb19-48c4-ac8f-8add8b798a7f))
+ )
+
+ (symbol (lib_id "keyboard_parts:GND") (at 243.84 95.25 90) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid f8417f3c-f5ba-44f1-b45d-b53749f65160)
+ (property "Reference" "#PWR010" (id 0) (at 242.57 95.25 0)
+ (effects (font (size 0.508 0.508)) hide)
+ )
+ (property "Value" "GND" (id 1) (at 248.285 95.25 90)
+ (effects (font (size 0.762 0.762)) (justify left))
+ )
+ (property "Footprint" "" (id 2) (at 243.84 95.25 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Datasheet" "" (id 3) (at 243.84 95.25 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (pin "1" (uuid 311e2dfd-203f-4574-a9cc-90e54c127421))
+ )
+
+ (symbol (lib_id "keyboard_parts:USB_mini_micro_B") (at 132.08 78.74 0) (unit 1)
+ (in_bom yes) (on_board yes) (fields_autoplaced)
+ (uuid fb1509e7-2b54-486c-b32d-cd477baa8e01)
+ (property "Reference" "J1" (id 0) (at 127 71.755 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Value" "" (id 1) (at 128.27 72.39 0)
+ (effects (font (size 1.524 1.524)) hide)
+ )
+ (property "Footprint" "" (id 2) (at 130.81 78.74 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Datasheet" "" (id 3) (at 130.81 78.74 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (pin "1" (uuid f9f8c88d-a822-4115-be0b-bbc26254b760))
+ (pin "2" (uuid 9aac30d5-ecac-4b83-807d-cd622ad04f63))
+ (pin "3" (uuid bde33dc9-d9ba-4bef-813a-b2057ed5fa93))
+ (pin "4" (uuid c69b2798-9950-4403-b91b-e70d01be658d))
+ (pin "5" (uuid 0d73187c-c903-40f8-9dbd-a156b3ff76a2))
+ (pin "6" (uuid 69a00687-f2e6-418c-a043-62cdc7f687ac))
+ )
+
+ (symbol (lib_id "keyboard_parts:KEYSW") (at 215.138 163.576 0) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid fcca6b7a-a382-4a49-bf2f-cdaa4bd92b65)
+ (property "Reference" "K10" (id 0) (at 215.392 163.576 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Value" "KEYSW" (id 1) (at 215.138 166.116 0)
+ (effects (font (size 1.524 1.524)) hide)
+ )
+ (property "Footprint" "" (id 2) (at 215.138 163.576 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (property "Datasheet" "" (id 3) (at 215.138 163.576 0)
+ (effects (font (size 1.524 1.524)))
+ )
+ (pin "1" (uuid 49331cba-cdf3-4ae3-9770-e0317ec83159))
+ (pin "2" (uuid 2fe6f8ff-cab4-4dff-a3af-6e3f143523f6))
+ )
+
+ (sheet_instances
+ (path "/" (page "1"))
+ )
+
+ (symbol_instances
+ (path "/5ca5ff6c-39bd-4fa2-97b5-a6743c8372d8"
+ (reference "#PWR01") (unit 1) (value "VCC") (footprint "")
+ )
+ (path "/bac18231-c228-4ada-ad4a-0be5a430d069"
+ (reference "#PWR02") (unit 1) (value "GND") (footprint "")
+ )
+ (path "/b487df03-b343-46df-b493-8cb93ca4b089"
+ (reference "#PWR03") (unit 1) (value "GND") (footprint "")
+ )
+ (path "/8f92d1d9-1ceb-477a-8e78-8e0dd297f3c5"
+ (reference "#PWR04") (unit 1) (value "GND") (footprint "")
+ )
+ (path "/514a58c3-3192-4223-9be2-24f1417aa3be"
+ (reference "#PWR05") (unit 1) (value "VCC") (footprint "")
+ )
+ (path "/5a6bdc0b-ea1e-424e-9e8b-b86d055c08b9"
+ (reference "#PWR06") (unit 1) (value "VCC") (footprint "")
+ )
+ (path "/d1d8972b-72c9-451f-b2ff-0835e5d8439e"
+ (reference "#PWR07") (unit 1) (value "GND") (footprint "")
+ )
+ (path "/99cdcc4e-e3e3-4bd2-bcea-fa50dfb8eec9"
+ (reference "#PWR08") (unit 1) (value "GND") (footprint "")
+ )
+ (path "/072fe656-c18c-4743-9b29-675dd6a43295"
+ (reference "#PWR09") (unit 1) (value "GND") (footprint "")
+ )
+ (path "/f8417f3c-f5ba-44f1-b45d-b53749f65160"
+ (reference "#PWR010") (unit 1) (value "GND") (footprint "")
+ )
+ (path "/730483c8-812e-4db0-a63e-953098ca5f88"
+ (reference "#PWR011") (unit 1) (value "GND") (footprint "")
+ )
+ (path "/d8e3132c-9ff5-446b-a4e4-20314a725ac6"
+ (reference "#PWR012") (unit 1) (value "GND") (footprint "")
+ )
+ (path "/ed087c48-eab7-4cbd-8c2a-7aecab017883"
+ (reference "#PWR0101") (unit 1) (value "GND") (footprint "")
+ )
+ (path "/d7bae409-d994-4eb8-9e4d-5e9a87fa46b9"
+ (reference "#PWR0102") (unit 1) (value "VCC") (footprint "")
+ )
+ (path "/3057c3bc-badb-4730-98b3-2c95627f2d9b"
+ (reference "#PWR0103") (unit 1) (value "GND") (footprint "")
+ )
+ (path "/2e79e033-58ba-4359-83ea-f7ce2d7f0ae6"
+ (reference "#PWR0104") (unit 1) (value "VCC") (footprint "")
+ )
+ (path "/e9907514-1fd1-4100-b978-ae7d5d454deb"
+ (reference "#PWR0105") (unit 1) (value "VCC") (footprint "")
+ )
+ (path "/f34aae3f-d893-4086-b0de-e472e66d549c"
+ (reference "#PWR0106") (unit 1) (value "VCC") (footprint "")
+ )
+ (path "/5573a6e4-9b80-4a54-906a-61af71edfb60"
+ (reference "#PWR0107") (unit 1) (value "GND") (footprint "")
+ )
+ (path "/8feebf07-0f5d-4ed6-b635-9eae0ff9515b"
+ (reference "#PWR0108") (unit 1) (value "GND") (footprint "")
+ )
+ (path "/df7923c1-ec8d-415f-aaee-a37687caf3f0"
+ (reference "#PWR0109") (unit 1) (value "VCC") (footprint "")
+ )
+ (path "/f0a7d6a9-2f49-4630-8691-e167edc85049"
+ (reference "#PWR0110") (unit 1) (value "GND") (footprint "")
+ )
+ (path "/6e900d78-1738-45e3-bb04-c8fec763dff0"
+ (reference "C1") (unit 1) (value "22p") (footprint "")
+ )
+ (path "/558233e5-bd56-4d5a-b288-80283beeb5e8"
+ (reference "C2") (unit 1) (value "22p") (footprint "")
+ )
+ (path "/294adab0-4ca3-40c6-9f60-73b5fb0b6d1d"
+ (reference "C3") (unit 1) (value "0.1u") (footprint "")
+ )
+ (path "/e2dc44ca-80a0-42a7-be40-1a565e9b2d48"
+ (reference "C4") (unit 1) (value "0.1u") (footprint "")
+ )
+ (path "/18bf1874-d363-4979-a83a-b59e7ca4fa7e"
+ (reference "C5") (unit 1) (value "0.1u") (footprint "")
+ )
+ (path "/56d2bb87-914b-4ea8-87aa-58bf58324f3f"
+ (reference "C6") (unit 1) (value "0.1u") (footprint "")
+ )
+ (path "/d07fed3f-0820-4f60-9a23-0d27dc2be6cb"
+ (reference "C7") (unit 1) (value "4.7u") (footprint "")
+ )
+ (path "/9bcf7a31-c676-421d-8578-ff1ef46ff331"
+ (reference "C8") (unit 1) (value "10u") (footprint "")
+ )
+ (path "/6efb8931-a212-48b2-9ee8-732e6bd61a5c"
+ (reference "C9") (unit 1) (value "10u") (footprint "")
+ )
+ (path "/62190a61-08d2-4d66-8cef-98cf76c6cea5"
+ (reference "C10") (unit 1) (value "1u") (footprint "")
+ )
+ (path "/a16c453e-0c0e-4849-abb1-1fba93fc4b8e"
+ (reference "D1") (unit 1) (value "D") (footprint "")
+ )
+ (path "/f59d46dd-4724-44a2-8a04-8ed040f23d74"
+ (reference "D2") (unit 1) (value "D") (footprint "")
+ )
+ (path "/9ae2bddb-af85-499c-bc24-dea481acdc03"
+ (reference "D3") (unit 1) (value "D") (footprint "")
+ )
+ (path "/9b14b079-1c9c-4513-a0ec-2f3cd7e45c7b"
+ (reference "D4") (unit 1) (value "D") (footprint "")
+ )
+ (path "/3053c96a-1e3a-4f35-9b39-c3c769b3a9f4"
+ (reference "D5") (unit 1) (value "D") (footprint "")
+ )
+ (path "/11ada859-3437-431e-a183-90a9285067d6"
+ (reference "D6") (unit 1) (value "D") (footprint "")
+ )
+ (path "/98c3a481-0048-47a3-ad25-c6165652319e"
+ (reference "D7") (unit 1) (value "D") (footprint "")
+ )
+ (path "/bdc89768-6a47-4011-8fe9-6d4c3297f7cd"
+ (reference "D8") (unit 1) (value "D") (footprint "")
+ )
+ (path "/d73e6f44-eb77-46e4-87b9-d0097767cc35"
+ (reference "D9") (unit 1) (value "D") (footprint "")
+ )
+ (path "/c7deb626-97aa-441c-b79c-76f56fd17b98"
+ (reference "D10") (unit 1) (value "D") (footprint "")
+ )
+ (path "/f09d6c16-c2cb-4d51-ab12-8743d9c8f907"
+ (reference "D11") (unit 1) (value "D") (footprint "")
+ )
+ (path "/b2c1fc38-828f-4315-ab75-4045a7ffbc25"
+ (reference "D12") (unit 1) (value "D") (footprint "")
+ )
+ (path "/7ee3e9de-5f61-499f-8888-f2e25a845689"
+ (reference "D13") (unit 1) (value "D") (footprint "")
+ )
+ (path "/01cd37da-f4af-4bb3-8a75-32d187c0e92a"
+ (reference "D14") (unit 1) (value "D") (footprint "")
+ )
+ (path "/26988d41-03ce-4de4-8735-9ec2a6dd0216"
+ (reference "D15") (unit 1) (value "D") (footprint "")
+ )
+ (path "/07ef8a5a-4f06-4acf-badd-19610354a803"
+ (reference "D16") (unit 1) (value "D") (footprint "")
+ )
+ (path "/a48e017a-608c-4542-b3a2-0604614339a0"
+ (reference "D17") (unit 1) (value "D") (footprint "")
+ )
+ (path "/f44e9a05-f462-4698-8517-31c755d0e407"
+ (reference "D18") (unit 1) (value "D") (footprint "")
+ )
+ (path "/c1c6419e-06c5-4cf8-a14b-e5b0706df9ea"
+ (reference "D19") (unit 1) (value "D") (footprint "")
+ )
+ (path "/28ad11e3-2dd9-4a6a-b6e2-ca4e346ebb8c"
+ (reference "D20") (unit 1) (value "D") (footprint "")
+ )
+ (path "/d44c8ec6-9d36-43d6-a38a-122b4baf5c96"
+ (reference "D21") (unit 1) (value "D") (footprint "")
+ )
+ (path "/9365eb0c-fcea-4fa7-be37-73ec7b210482"
+ (reference "D22") (unit 1) (value "D") (footprint "")
+ )
+ (path "/e3e81bd4-bc3e-455b-9851-f070fbba5b6e"
+ (reference "D23") (unit 1) (value "D") (footprint "")
+ )
+ (path "/7131e91b-3ec9-4950-98cf-523a83ed5ae9"
+ (reference "D24") (unit 1) (value "D") (footprint "")
+ )
+ (path "/42a2a83d-1f70-4484-a0dc-2d3d50bdf48c"
+ (reference "D25") (unit 1) (value "D") (footprint "")
+ )
+ (path "/61a9e5ce-49c7-4447-87fc-2c9abd8109fa"
+ (reference "D26") (unit 1) (value "D") (footprint "")
+ )
+ (path "/23dd9fe0-ee43-4bb1-96ce-b26b4280cc61"
+ (reference "D27") (unit 1) (value "D") (footprint "")
+ )
+ (path "/c9ca6f27-2f94-415b-81d7-624bbf01e39f"
+ (reference "D28") (unit 1) (value "D") (footprint "")
+ )
+ (path "/eb04f20f-3ee6-4094-9813-628772670b45"
+ (reference "D29") (unit 1) (value "D") (footprint "")
+ )
+ (path "/9437ebb6-c826-48ba-afbe-b0ada6c1ed79"
+ (reference "D30") (unit 1) (value "D") (footprint "")
+ )
+ (path "/04d48d40-7009-49e0-aa27-74e865cfc4fa"
+ (reference "D31") (unit 1) (value "D") (footprint "")
+ )
+ (path "/e080e1c8-73ba-4719-be87-5244518043e5"
+ (reference "D32") (unit 1) (value "D") (footprint "")
+ )
+ (path "/adabd904-9f7e-4094-a7c8-a7821f9085a9"
+ (reference "D33") (unit 1) (value "D") (footprint "")
+ )
+ (path "/6e67d5bf-d226-4755-9e29-b8c567104e3a"
+ (reference "D34") (unit 1) (value "D") (footprint "")
+ )
+ (path "/8d25f0a7-667e-4995-8757-85da76dc7210"
+ (reference "D35") (unit 1) (value "D") (footprint "")
+ )
+ (path "/54689630-22b3-4431-b7f3-4c8ceff5529b"
+ (reference "D36") (unit 1) (value "D") (footprint "")
+ )
+ (path "/af07033b-591e-45ff-97a3-12386b40a7f4"
+ (reference "D37") (unit 1) (value "D") (footprint "")
+ )
+ (path "/0f31fb99-2402-4c6a-9b0c-9c9a13605e4c"
+ (reference "D38") (unit 1) (value "D") (footprint "")
+ )
+ (path "/c316fded-106d-4f42-8ec2-b03dd285aba1"
+ (reference "D39") (unit 1) (value "D") (footprint "")
+ )
+ (path "/6fbdccb2-87fa-4b36-9551-0cbd877bfc53"
+ (reference "D40") (unit 1) (value "D") (footprint "")
+ )
+ (path "/1a361f9e-4425-44de-bcaf-4aa45c5116da"
+ (reference "D41") (unit 1) (value "D") (footprint "")
+ )
+ (path "/3c6bdc7d-1b61-40d9-b45c-97c3dbee0e08"
+ (reference "D42") (unit 1) (value "D") (footprint "")
+ )
+ (path "/0c545f3d-44a0-422d-b45a-30a0cc858d3a"
+ (reference "D43") (unit 1) (value "D") (footprint "")
+ )
+ (path "/4f2f3174-da21-4622-bdef-7264dbcc10a5"
+ (reference "D44") (unit 1) (value "D") (footprint "")
+ )
+ (path "/92f72b72-0427-449f-aab4-fdc04bf7eb66"
+ (reference "D45") (unit 1) (value "D") (footprint "")
+ )
+ (path "/e561f8d6-4524-4c33-bd55-e0dd0c484171"
+ (reference "D46") (unit 1) (value "D") (footprint "")
+ )
+ (path "/e7415fea-e411-41f4-8554-3b89c60ded1a"
+ (reference "D47") (unit 1) (value "D") (footprint "")
+ )
+ (path "/f6517823-721d-4b6f-bc8d-ca2ed1cb69f8"
+ (reference "D48") (unit 1) (value "D") (footprint "")
+ )
+ (path "/3cc7360a-bb4d-4389-b72c-c8461d1c414f"
+ (reference "D49") (unit 1) (value "D") (footprint "")
+ )
+ (path "/3b606f86-3aa4-4229-8c42-e3e06b83455d"
+ (reference "D50") (unit 1) (value "D") (footprint "")
+ )
+ (path "/a588e792-1953-4088-8d01-85a2207142a0"
+ (reference "D51") (unit 1) (value "D") (footprint "")
+ )
+ (path "/f3ef2b5e-1cdc-4bc7-95cd-068a99db1252"
+ (reference "D52") (unit 1) (value "D") (footprint "")
+ )
+ (path "/a2aab412-6987-4c82-ad4f-5fe8897b879f"
+ (reference "D53") (unit 1) (value "D") (footprint "")
+ )
+ (path "/e342e30d-2be3-4c42-a7c6-5cabadecd738"
+ (reference "D54") (unit 1) (value "D") (footprint "")
+ )
+ (path "/9d4297bd-2cd3-4cce-b113-9933c0d7d589"
+ (reference "D55") (unit 1) (value "D") (footprint "")
+ )
+ (path "/3a2b1642-b2fa-4b75-bd45-1a01ceb2914c"
+ (reference "D56") (unit 1) (value "D") (footprint "")
+ )
+ (path "/6b45be80-57a6-4822-9f95-49236c25d9e3"
+ (reference "D57") (unit 1) (value "D") (footprint "")
+ )
+ (path "/65246828-cb20-4a28-b91d-e2d1aff649c0"
+ (reference "D58") (unit 1) (value "D") (footprint "")
+ )
+ (path "/6bd080fa-5e9e-4e02-b791-9f5082143fb4"
+ (reference "D59") (unit 1) (value "D") (footprint "")
+ )
+ (path "/4608aa54-63c9-41de-9fbd-6434ab5deb01"
+ (reference "D60") (unit 1) (value "D") (footprint "")
+ )
+ (path "/0bd8c2b1-04bd-430a-9e56-87614347801e"
+ (reference "D61") (unit 1) (value "D") (footprint "")
+ )
+ (path "/3cfd593b-3609-4e8f-b4cd-a1ed4374ca45"
+ (reference "D62") (unit 1) (value "D") (footprint "")
+ )
+ (path "/52b08a15-7361-42be-9af5-43ca0ad26759"
+ (reference "D63") (unit 1) (value "D") (footprint "")
+ )
+ (path "/e9776973-4564-426d-b318-d71fd08f930b"
+ (reference "D64") (unit 1) (value "D") (footprint "")
+ )
+ (path "/246f8203-0ab3-4a52-9402-419da7a1a87a"
+ (reference "D65") (unit 1) (value "D") (footprint "")
+ )
+ (path "/fb1509e7-2b54-486c-b32d-cd477baa8e01"
+ (reference "J1") (unit 1) (value "USB_mini_micro_B") (footprint "")
+ )
+ (path "/7b6fa740-6ba8-4e13-823a-ca0cfcda1c4a"
+ (reference "J2") (unit 1) (value "Conn_01x04") (footprint "")
+ )
+ (path "/52f33248-537e-4bb1-8c5f-ca586c314f1d"
+ (reference "K1") (unit 1) (value "KEYSW") (footprint "")
+ )
+ (path "/f5506d54-caf7-4598-a964-d319abaf7c7b"
+ (reference "K2") (unit 1) (value "KEYSW") (footprint "")
+ )
+ (path "/9d56b424-475e-4993-a8b5-2c45300ebd3a"
+ (reference "K3") (unit 1) (value "KEYSW") (footprint "")
+ )
+ (path "/2a275078-5a02-4c8a-b09a-929f07a1dde0"
+ (reference "K4") (unit 1) (value "KEYSW") (footprint "")
+ )
+ (path "/096e987e-3e27-418f-accc-c1182f04af31"
+ (reference "K5") (unit 1) (value "KEYSW") (footprint "")
+ )
+ (path "/91baa019-6335-4dfa-9210-3d06758748ac"
+ (reference "K6") (unit 1) (value "KEYSW") (footprint "")
+ )
+ (path "/8561ca7a-5fe8-438a-8173-9c64c68ff767"
+ (reference "K7") (unit 1) (value "KEYSW") (footprint "")
+ )
+ (path "/e8393291-744e-4bbe-928e-f9c4423ecf0b"
+ (reference "K8") (unit 1) (value "KEYSW") (footprint "")
+ )
+ (path "/c0372a1c-0388-453b-875a-eb1c0c63baf9"
+ (reference "K9") (unit 1) (value "KEYSW") (footprint "")
+ )
+ (path "/fcca6b7a-a382-4a49-bf2f-cdaa4bd92b65"
+ (reference "K10") (unit 1) (value "KEYSW") (footprint "")
+ )
+ (path "/96f5da10-faea-41f9-8e9b-996aa07b16e9"
+ (reference "K11") (unit 1) (value "KEYSW") (footprint "")
+ )
+ (path "/1017ff2a-1192-468a-820a-6060659005b7"
+ (reference "K12") (unit 1) (value "KEYSW") (footprint "")
+ )
+ (path "/7cb17130-3fab-4514-a8c5-dd27efbeec1c"
+ (reference "K13") (unit 1) (value "KEYSW") (footprint "")
+ )
+ (path "/33f6728c-388c-4457-9ceb-edcacbb7af6d"
+ (reference "K14") (unit 1) (value "KEYSW") (footprint "")
+ )
+ (path "/ce53e73d-f58d-4cd2-8cff-c18ad6c2be10"
+ (reference "K15") (unit 1) (value "KEYSW") (footprint "")
+ )
+ (path "/e81fab87-fa63-47e7-824b-90241d33cc42"
+ (reference "K16") (unit 1) (value "KEYSW") (footprint "")
+ )
+ (path "/5d2da2c3-0197-4db8-9317-421c7dee3880"
+ (reference "K17") (unit 1) (value "KEYSW") (footprint "")
+ )
+ (path "/0929afd3-26cf-4886-b55a-5da8004084ee"
+ (reference "K18") (unit 1) (value "KEYSW") (footprint "")
+ )
+ (path "/d611e1a2-a7ad-46a1-969b-bafbf4846f76"
+ (reference "K19") (unit 1) (value "KEYSW") (footprint "")
+ )
+ (path "/4f496372-8803-4cba-bda8-f78746b0266d"
+ (reference "K20") (unit 1) (value "KEYSW") (footprint "")
+ )
+ (path "/7abe2a7b-c70b-4ecf-8276-480648e8a9dc"
+ (reference "K21") (unit 1) (value "KEYSW") (footprint "")
+ )
+ (path "/cc356062-fe79-4910-821e-907d1a8e3b37"
+ (reference "K22") (unit 1) (value "KEYSW") (footprint "")
+ )
+ (path "/e383189f-4e8f-4cff-942a-239a56000d96"
+ (reference "K23") (unit 1) (value "KEYSW") (footprint "")
+ )
+ (path "/9dbd2967-aacf-4c88-9724-1c4a08b84a9a"
+ (reference "K24") (unit 1) (value "KEYSW") (footprint "")
+ )
+ (path "/33e47c18-5c04-477f-894c-05b20c6b3ff7"
+ (reference "K25") (unit 1) (value "KEYSW") (footprint "")
+ )
+ (path "/0a8ef707-1762-4589-8dad-a4b167185807"
+ (reference "K26") (unit 1) (value "KEYSW") (footprint "")
+ )
+ (path "/62ad1077-974f-4762-b789-f30c8774abaa"
+ (reference "K27") (unit 1) (value "KEYSW") (footprint "")
+ )
+ (path "/588eb759-9151-45b5-8eb5-f09e6aa98e20"
+ (reference "K28") (unit 1) (value "KEYSW") (footprint "")
+ )
+ (path "/9f025684-9e73-4995-8e22-329e32483903"
+ (reference "K29") (unit 1) (value "KEYSW") (footprint "")
+ )
+ (path "/36c97b93-8f4b-4d06-98ec-b0763a43fd0f"
+ (reference "K30") (unit 1) (value "KEYSW") (footprint "")
+ )
+ (path "/c116fea7-7130-4fc1-b760-b25c4bbfc4ae"
+ (reference "K31") (unit 1) (value "KEYSW") (footprint "")
+ )
+ (path "/cc1c5b53-8f05-4335-94bb-d99752d3b12f"
+ (reference "K32") (unit 1) (value "KEYSW") (footprint "")
+ )
+ (path "/3798d7fc-4c63-416b-acc0-dd72ecf039a0"
+ (reference "K33") (unit 1) (value "KEYSW") (footprint "")
+ )
+ (path "/701b8292-6f61-4661-be18-2a8daccddee6"
+ (reference "K34") (unit 1) (value "KEYSW") (footprint "")
+ )
+ (path "/acdc95e2-53a5-4bb2-accb-c3fc512e3f81"
+ (reference "K35") (unit 1) (value "KEYSW") (footprint "")
+ )
+ (path "/854e916c-e19d-4ce0-af76-5a997b377cea"
+ (reference "K36") (unit 1) (value "KEYSW") (footprint "")
+ )
+ (path "/1f203496-c99b-468d-9050-ae78e77fda7c"
+ (reference "K37") (unit 1) (value "KEYSW") (footprint "")
+ )
+ (path "/4ba4e559-ee96-4f96-a18a-0e9c1b6165c4"
+ (reference "K38") (unit 1) (value "KEYSW") (footprint "")
+ )
+ (path "/55c5b8d4-66c3-4e7d-b005-f256303bc68f"
+ (reference "K39") (unit 1) (value "KEYSW") (footprint "")
+ )
+ (path "/c3c33218-4c4e-49dc-b17c-ac4ca255568c"
+ (reference "K40") (unit 1) (value "KEYSW") (footprint "")
+ )
+ (path "/4cd310cf-b179-4ef2-af69-33ee75250bdd"
+ (reference "K41") (unit 1) (value "KEYSW") (footprint "")
+ )
+ (path "/36db8d6d-2ca7-425d-ba4e-fe88e40a54ea"
+ (reference "K42") (unit 1) (value "KEYSW") (footprint "")
+ )
+ (path "/bad1b3d3-8ca4-45a7-b2d4-4c1a48a56deb"
+ (reference "K43") (unit 1) (value "KEYSW") (footprint "")
+ )
+ (path "/7828ff97-ade4-41ee-8132-ee0de841c643"
+ (reference "K44") (unit 1) (value "KEYSW") (footprint "")
+ )
+ (path "/797cc718-9b05-42a1-85c4-afcdab6b3496"
+ (reference "K45") (unit 1) (value "KEYSW") (footprint "")
+ )
+ (path "/09c0cfa4-9519-4991-adf7-3d2adb0a2300"
+ (reference "K46") (unit 1) (value "KEYSW") (footprint "")
+ )
+ (path "/c08fbb37-6017-457c-a683-19b458f1dffc"
+ (reference "K47") (unit 1) (value "KEYSW") (footprint "")
+ )
+ (path "/51c040bc-3e40-4a38-9321-ac2c26569a4e"
+ (reference "K48") (unit 1) (value "KEYSW") (footprint "")
+ )
+ (path "/9958c30a-7216-4ac4-abd8-fc2591f50d42"
+ (reference "K49") (unit 1) (value "KEYSW") (footprint "")
+ )
+ (path "/a2f2ec80-bbe3-4404-bac5-9196564b0970"
+ (reference "K50") (unit 1) (value "KEYSW") (footprint "")
+ )
+ (path "/e1bb2ca9-ef25-4da1-aa33-607ae044be8a"
+ (reference "K51") (unit 1) (value "KEYSW") (footprint "")
+ )
+ (path "/bfa00102-b802-42c7-be90-217895fc66ea"
+ (reference "K52") (unit 1) (value "KEYSW") (footprint "")
+ )
+ (path "/0667e377-50f8-4f4c-a4f6-20f956c60825"
+ (reference "K53") (unit 1) (value "KEYSW") (footprint "")
+ )
+ (path "/c21df4a6-d4a4-4328-9160-e86f60a77798"
+ (reference "K54") (unit 1) (value "KEYSW") (footprint "")
+ )
+ (path "/04fdb817-6f5b-4eec-8cde-b05049bc2f55"
+ (reference "K55") (unit 1) (value "KEYSW") (footprint "")
+ )
+ (path "/3ccb63eb-6597-43c5-9fbd-b49c99733fce"
+ (reference "K56") (unit 1) (value "KEYSW") (footprint "")
+ )
+ (path "/3908b744-91a2-46f0-b9e0-7aca799fc7c9"
+ (reference "K57") (unit 1) (value "KEYSW") (footprint "")
+ )
+ (path "/9f082c32-6646-496f-a719-3d7a64aee7b1"
+ (reference "K58") (unit 1) (value "KEYSW") (footprint "")
+ )
+ (path "/e47a4b10-1fec-45bb-8db3-54a70106f99e"
+ (reference "K59") (unit 1) (value "KEYSW") (footprint "")
+ )
+ (path "/74f349de-59ac-4109-a377-99577312d645"
+ (reference "K60") (unit 1) (value "KEYSW") (footprint "")
+ )
+ (path "/c7bff880-a887-4121-9393-9beb1c2f9614"
+ (reference "K61") (unit 1) (value "KEYSW") (footprint "")
+ )
+ (path "/da1cee4e-19a2-4af3-a727-7e6b4abac8e5"
+ (reference "K62") (unit 1) (value "KEYSW") (footprint "")
+ )
+ (path "/8d0b430f-d65d-4d0d-ba8e-810ef7196768"
+ (reference "K63") (unit 1) (value "KEYSW") (footprint "")
+ )
+ (path "/9fb4b1db-72dc-4ffd-be7f-6313af7aefae"
+ (reference "K64") (unit 1) (value "KEYSW") (footprint "")
+ )
+ (path "/26797967-c48e-4cdc-8b8e-ce2ff01d117c"
+ (reference "K65") (unit 1) (value "KEYSW") (footprint "")
+ )
+ (path "/51d188a9-ce98-4f97-95ff-d912b492153c"
+ (reference "R1") (unit 1) (value "10k") (footprint "")
+ )
+ (path "/5c85e17c-861b-4894-9938-940653f46cf0"
+ (reference "R2") (unit 1) (value "22") (footprint "")
+ )
+ (path "/202cee46-26c9-46d3-ba0d-8d62d9fdd925"
+ (reference "R3") (unit 1) (value "22") (footprint "")
+ )
+ (path "/a042892c-e6e8-4b43-b2f2-b8e9a31bf9a2"
+ (reference "R4") (unit 1) (value "10k") (footprint "")
+ )
+ (path "/12dfc4c7-4f77-4bd3-b23c-4cf110e1780b"
+ (reference "SW1") (unit 1) (value "SW_PUSH") (footprint "")
+ )
+ (path "/7c3df708-fb44-40cc-b435-cd67e8cec48a"
+ (reference "U1") (unit 1) (value "ATMEGA32U4") (footprint "")
+ )
+ (path "/8c0ef0d9-8354-4c82-a709-4ddf7c0584cd"
+ (reference "X1") (unit 1) (value "XTAL_GND") (footprint "")
+ )
+ )
)
diff --git a/sym-lib-table b/sym-lib-table
new file mode 100644
index 0000000..0081c09
--- /dev/null
+++ b/sym-lib-table
@@ -0,0 +1,4 @@
+(sym_lib_table
+ (lib (name "keyboard_parts")(type "Legacy")(uri "${KIPRJMOD}/libraries/kicad_lib_tmk/keyboard_parts.lib")(options "")(descr ""))
+ (lib (name "mkl27z256vfm4")(type "Legacy")(uri "${KIPRJMOD}/libraries/kicad_lib_tmk/mkl27z256vfm4.lib")(options "")(descr ""))
+)