mirror of
https://github.com/System-End/hackpad.git
synced 2026-04-19 19:55:15 +00:00
Add files via upload
its nearly 1am sorry if I made any mistakes
This commit is contained in:
parent
5523e63fec
commit
807465715d
29 changed files with 20810 additions and 0 deletions
22
hackpads/hackpadtrollface/README.md
Normal file
22
hackpads/hackpadtrollface/README.md
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
# TrollPad
|
||||
### 4 key macropad with trollface extruded design.
|
||||
Made using KiCad and Fusion
|
||||
|
||||
### Images
|
||||
Overall case:
|
||||

|
||||
|
||||
Schematic:
|
||||

|
||||
|
||||
PCB:
|
||||

|
||||
|
||||
# BOM
|
||||
- 4 Cherry MX style switches
|
||||
- 4 MX-stem keycaps
|
||||
- 2 SK6812 MINI Leds
|
||||
- 1 XIAO RP2040 DIM
|
||||
- 4 M3x16 Bolt and Heatset OR some tape :D
|
||||
- KMK Firmware (provided)
|
||||
- top and bottom case (provided)
|
||||
BIN
hackpads/hackpadtrollface/cad/backup/hackpad body.stl
Normal file
BIN
hackpads/hackpadtrollface/cad/backup/hackpad body.stl
Normal file
Binary file not shown.
BIN
hackpads/hackpadtrollface/cad/backup/hackpad top.stl
Normal file
BIN
hackpads/hackpadtrollface/cad/backup/hackpad top.stl
Normal file
Binary file not shown.
Binary file not shown.
BIN
hackpads/hackpadtrollface/cad/backup/top case.stl
Normal file
BIN
hackpads/hackpadtrollface/cad/backup/top case.stl
Normal file
Binary file not shown.
BIN
hackpads/hackpadtrollface/cad/hackpadtrollface assembled.3mf
Normal file
BIN
hackpads/hackpadtrollface/cad/hackpadtrollface assembled.3mf
Normal file
Binary file not shown.
38
hackpads/hackpadtrollface/firmware/main.py
Normal file
38
hackpads/hackpadtrollface/firmware/main.py
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
# You import all the IOs of your board
|
||||
import board
|
||||
|
||||
# These are imports from the kmk library
|
||||
from kmk.kmk_keyboard import KMKKeyboard
|
||||
from kmk.scanners.keypad import KeysScanner
|
||||
from kmk.keys import KC
|
||||
from kmk.modules.macros import Press, Release, Tap, Macros
|
||||
|
||||
# This is the main instance of your keyboard
|
||||
keyboard = KMKKeyboard()
|
||||
|
||||
# Add the macro extension
|
||||
macros = Macros()
|
||||
keyboard.modules.append(macros)
|
||||
|
||||
# Define your pins here!
|
||||
PINS = [board.D3, board.D4, board.D2, board.D1]
|
||||
|
||||
# Tell kmk we are not using a key matrix
|
||||
keyboard.matrix = KeysScanner(
|
||||
pins=PINS,
|
||||
value_when_pressed=False,
|
||||
)
|
||||
|
||||
# Here you define the buttons corresponding to the pins
|
||||
# Look here for keycodes: https://github.com/KMKfw/kmk_firmware/blob/main/docs/en/keycodes.md
|
||||
# And here for macros: https://github.com/KMKfw/kmk_firmware/blob/main/docs/en/macros.md
|
||||
keyboard.keymap = [
|
||||
[KC.COPY,
|
||||
KC.CUT,
|
||||
KC.PASTE,
|
||||
KC.Macro('❤️☀️💚'),]
|
||||
]
|
||||
|
||||
# Start kmk!
|
||||
if __name__ == '__main__':
|
||||
keyboard.go()
|
||||
BIN
hackpads/hackpadtrollface/image-1.png
Normal file
BIN
hackpads/hackpadtrollface/image-1.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 367 KiB |
BIN
hackpads/hackpadtrollface/image-2.png
Normal file
BIN
hackpads/hackpadtrollface/image-2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 32 KiB |
BIN
hackpads/hackpadtrollface/image.png
Normal file
BIN
hackpads/hackpadtrollface/image.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 26 KiB |
1
hackpads/hackpadtrollface/pcb/fp-info-cache
Normal file
1
hackpads/hackpadtrollface/pcb/fp-info-cache
Normal file
|
|
@ -0,0 +1 @@
|
|||
0
|
||||
Binary file not shown.
2832
hackpads/hackpadtrollface/pcb/hackpadtrollface.kicad_pcb
Normal file
2832
hackpads/hackpadtrollface/pcb/hackpadtrollface.kicad_pcb
Normal file
File diff suppressed because it is too large
Load diff
130
hackpads/hackpadtrollface/pcb/hackpadtrollface.kicad_prl
Normal file
130
hackpads/hackpadtrollface/pcb/hackpadtrollface.kicad_prl
Normal file
|
|
@ -0,0 +1,130 @@
|
|||
{
|
||||
"board": {
|
||||
"active_layer": 0,
|
||||
"active_layer_preset": "All Layers",
|
||||
"auto_track_width": true,
|
||||
"hidden_netclasses": [],
|
||||
"hidden_nets": [],
|
||||
"high_contrast_mode": 0,
|
||||
"net_color_mode": 1,
|
||||
"opacity": {
|
||||
"images": 0.6,
|
||||
"pads": 1.0,
|
||||
"shapes": 1.0,
|
||||
"tracks": 1.0,
|
||||
"vias": 1.0,
|
||||
"zones": 0.6
|
||||
},
|
||||
"selection_filter": {
|
||||
"dimensions": true,
|
||||
"footprints": true,
|
||||
"graphics": true,
|
||||
"keepouts": true,
|
||||
"lockedItems": false,
|
||||
"otherItems": true,
|
||||
"pads": true,
|
||||
"text": true,
|
||||
"tracks": true,
|
||||
"vias": true,
|
||||
"zones": true
|
||||
},
|
||||
"visible_items": [
|
||||
"vias",
|
||||
"footprint_text",
|
||||
"footprint_anchors",
|
||||
"ratsnest",
|
||||
"grid",
|
||||
"footprints_front",
|
||||
"footprints_back",
|
||||
"footprint_values",
|
||||
"footprint_references",
|
||||
"tracks",
|
||||
"drc_errors",
|
||||
"drawing_sheet",
|
||||
"bitmaps",
|
||||
"pads",
|
||||
"zones",
|
||||
"drc_warnings",
|
||||
"locked_item_shadows",
|
||||
"conflict_shadows",
|
||||
"shapes"
|
||||
],
|
||||
"visible_layers": "ffffffff_ffffffff_ffffffff_ffffffff",
|
||||
"zone_display_mode": 0
|
||||
},
|
||||
"git": {
|
||||
"repo_type": "",
|
||||
"repo_username": "",
|
||||
"ssh_key": ""
|
||||
},
|
||||
"meta": {
|
||||
"filename": "hackpadtrollface.kicad_prl",
|
||||
"version": 5
|
||||
},
|
||||
"net_inspector_panel": {
|
||||
"col_hidden": [
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false
|
||||
],
|
||||
"col_order": [
|
||||
0,
|
||||
1,
|
||||
2,
|
||||
3,
|
||||
4,
|
||||
5,
|
||||
6,
|
||||
7,
|
||||
8,
|
||||
9
|
||||
],
|
||||
"col_widths": [
|
||||
162,
|
||||
147,
|
||||
91,
|
||||
67,
|
||||
91,
|
||||
91,
|
||||
91,
|
||||
71,
|
||||
91,
|
||||
91
|
||||
],
|
||||
"custom_group_rules": [],
|
||||
"expanded_rows": [],
|
||||
"filter_by_net_name": true,
|
||||
"filter_by_netclass": true,
|
||||
"filter_text": "",
|
||||
"group_by_constraint": false,
|
||||
"group_by_netclass": false,
|
||||
"show_unconnected_nets": false,
|
||||
"show_zero_pad_nets": false,
|
||||
"sort_ascending": true,
|
||||
"sorting_column": 0
|
||||
},
|
||||
"open_jobsets": [],
|
||||
"project": {
|
||||
"files": []
|
||||
},
|
||||
"schematic": {
|
||||
"selection_filter": {
|
||||
"graphics": true,
|
||||
"images": true,
|
||||
"labels": true,
|
||||
"lockedItems": false,
|
||||
"otherItems": true,
|
||||
"pins": true,
|
||||
"symbols": true,
|
||||
"text": true,
|
||||
"wires": true
|
||||
}
|
||||
}
|
||||
}
|
||||
617
hackpads/hackpadtrollface/pcb/hackpadtrollface.kicad_pro
Normal file
617
hackpads/hackpadtrollface/pcb/hackpadtrollface.kicad_pro
Normal file
|
|
@ -0,0 +1,617 @@
|
|||
{
|
||||
"board": {
|
||||
"3dviewports": [],
|
||||
"design_settings": {
|
||||
"defaults": {
|
||||
"apply_defaults_to_fp_fields": false,
|
||||
"apply_defaults_to_fp_shapes": false,
|
||||
"apply_defaults_to_fp_text": false,
|
||||
"board_outline_line_width": 0.05,
|
||||
"copper_line_width": 0.2,
|
||||
"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.05,
|
||||
"dimension_precision": 4,
|
||||
"dimension_units": 3,
|
||||
"dimensions": {
|
||||
"arrow_length": 1270000,
|
||||
"extension_offset": 500000,
|
||||
"keep_text_aligned": true,
|
||||
"suppress_zeroes": true,
|
||||
"text_position": 0,
|
||||
"units_format": 0
|
||||
},
|
||||
"fab_line_width": 0.1,
|
||||
"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.1,
|
||||
"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.8,
|
||||
"height": 1.27,
|
||||
"width": 2.54
|
||||
},
|
||||
"silk_line_width": 0.1,
|
||||
"silk_text_italic": false,
|
||||
"silk_text_size_h": 1.0,
|
||||
"silk_text_size_v": 1.0,
|
||||
"silk_text_thickness": 0.1,
|
||||
"silk_text_upright": false,
|
||||
"zones": {
|
||||
"min_clearance": 0.5
|
||||
}
|
||||
},
|
||||
"diff_pair_dimensions": [],
|
||||
"drc_exclusions": [],
|
||||
"meta": {
|
||||
"version": 2
|
||||
},
|
||||
"rule_severities": {
|
||||
"annular_width": "error",
|
||||
"clearance": "error",
|
||||
"connection_width": "warning",
|
||||
"copper_edge_clearance": "error",
|
||||
"copper_sliver": "warning",
|
||||
"courtyards_overlap": "error",
|
||||
"creepage": "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": "error",
|
||||
"footprint_filters_mismatch": "ignore",
|
||||
"footprint_symbol_mismatch": "warning",
|
||||
"footprint_type_mismatch": "ignore",
|
||||
"hole_clearance": "error",
|
||||
"hole_to_hole": "warning",
|
||||
"holes_co_located": "warning",
|
||||
"invalid_outline": "error",
|
||||
"isolated_copper": "warning",
|
||||
"item_on_disabled_layer": "error",
|
||||
"items_not_allowed": "error",
|
||||
"length_out_of_range": "error",
|
||||
"lib_footprint_issues": "warning",
|
||||
"lib_footprint_mismatch": "warning",
|
||||
"malformed_courtyard": "error",
|
||||
"microvia_drill_out_of_range": "error",
|
||||
"mirrored_text_on_front_layer": "warning",
|
||||
"missing_courtyard": "ignore",
|
||||
"missing_footprint": "warning",
|
||||
"net_conflict": "warning",
|
||||
"nonmirrored_text_on_back_layer": "warning",
|
||||
"npth_inside_courtyard": "ignore",
|
||||
"padstack": "warning",
|
||||
"pth_inside_courtyard": "ignore",
|
||||
"shorting_items": "error",
|
||||
"silk_edge_clearance": "warning",
|
||||
"silk_over_copper": "warning",
|
||||
"silk_overlap": "warning",
|
||||
"skew_out_of_range": "error",
|
||||
"solder_mask_bridge": "error",
|
||||
"starved_thermal": "error",
|
||||
"text_height": "warning",
|
||||
"text_thickness": "warning",
|
||||
"through_hole_pad_without_hole": "error",
|
||||
"too_many_vias": "error",
|
||||
"track_angle": "error",
|
||||
"track_dangling": "warning",
|
||||
"track_segment_length": "error",
|
||||
"track_width": "error",
|
||||
"tracks_crossing": "error",
|
||||
"unconnected_items": "error",
|
||||
"unresolved_variable": "error",
|
||||
"via_dangling": "warning",
|
||||
"zones_intersect": "error"
|
||||
},
|
||||
"rules": {
|
||||
"max_error": 0.005,
|
||||
"min_clearance": 0.0,
|
||||
"min_connection": 0.0,
|
||||
"min_copper_edge_clearance": 0.5,
|
||||
"min_groove_width": 0.0,
|
||||
"min_hole_clearance": 0.25,
|
||||
"min_hole_to_hole": 0.25,
|
||||
"min_microvia_diameter": 0.2,
|
||||
"min_microvia_drill": 0.1,
|
||||
"min_resolved_spokes": 2,
|
||||
"min_silk_clearance": 0.0,
|
||||
"min_text_height": 0.8,
|
||||
"min_text_thickness": 0.08,
|
||||
"min_through_hole_diameter": 0.3,
|
||||
"min_track_width": 0.0,
|
||||
"min_via_annular_width": 0.1,
|
||||
"min_via_diameter": 0.5,
|
||||
"solder_mask_to_copper_clearance": 0.0,
|
||||
"use_height_for_length_calcs": true
|
||||
},
|
||||
"teardrop_options": [
|
||||
{
|
||||
"td_onpthpad": true,
|
||||
"td_onroundshapesonly": false,
|
||||
"td_onsmdpad": true,
|
||||
"td_ontrackend": false,
|
||||
"td_onvia": true
|
||||
}
|
||||
],
|
||||
"teardrop_parameters": [
|
||||
{
|
||||
"td_allow_use_two_tracks": true,
|
||||
"td_curve_segcount": 0,
|
||||
"td_height_ratio": 1.0,
|
||||
"td_length_ratio": 0.5,
|
||||
"td_maxheight": 2.0,
|
||||
"td_maxlen": 1.0,
|
||||
"td_on_pad_in_zone": false,
|
||||
"td_target_name": "td_round_shape",
|
||||
"td_width_to_size_filter_ratio": 0.9
|
||||
},
|
||||
{
|
||||
"td_allow_use_two_tracks": true,
|
||||
"td_curve_segcount": 0,
|
||||
"td_height_ratio": 1.0,
|
||||
"td_length_ratio": 0.5,
|
||||
"td_maxheight": 2.0,
|
||||
"td_maxlen": 1.0,
|
||||
"td_on_pad_in_zone": false,
|
||||
"td_target_name": "td_rect_shape",
|
||||
"td_width_to_size_filter_ratio": 0.9
|
||||
},
|
||||
{
|
||||
"td_allow_use_two_tracks": true,
|
||||
"td_curve_segcount": 0,
|
||||
"td_height_ratio": 1.0,
|
||||
"td_length_ratio": 0.5,
|
||||
"td_maxheight": 2.0,
|
||||
"td_maxlen": 1.0,
|
||||
"td_on_pad_in_zone": false,
|
||||
"td_target_name": "td_track_end",
|
||||
"td_width_to_size_filter_ratio": 0.9
|
||||
}
|
||||
],
|
||||
"track_widths": [],
|
||||
"tuning_pattern_settings": {
|
||||
"diff_pair_defaults": {
|
||||
"corner_radius_percentage": 80,
|
||||
"corner_style": 1,
|
||||
"max_amplitude": 1.0,
|
||||
"min_amplitude": 0.2,
|
||||
"single_sided": false,
|
||||
"spacing": 1.0
|
||||
},
|
||||
"diff_pair_skew_defaults": {
|
||||
"corner_radius_percentage": 80,
|
||||
"corner_style": 1,
|
||||
"max_amplitude": 1.0,
|
||||
"min_amplitude": 0.2,
|
||||
"single_sided": false,
|
||||
"spacing": 0.6
|
||||
},
|
||||
"single_track_defaults": {
|
||||
"corner_radius_percentage": 80,
|
||||
"corner_style": 1,
|
||||
"max_amplitude": 1.0,
|
||||
"min_amplitude": 0.2,
|
||||
"single_sided": false,
|
||||
"spacing": 0.6
|
||||
}
|
||||
},
|
||||
"via_dimensions": [],
|
||||
"zones_allow_external_fillets": false
|
||||
},
|
||||
"ipc2581": {
|
||||
"dist": "",
|
||||
"distpn": "",
|
||||
"internal_id": "",
|
||||
"mfg": "",
|
||||
"mpn": ""
|
||||
},
|
||||
"layer_pairs": [],
|
||||
"layer_presets": [],
|
||||
"viewports": []
|
||||
},
|
||||
"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_to_bus_conflict": "error",
|
||||
"bus_to_net_conflict": "error",
|
||||
"different_unit_footprint": "error",
|
||||
"different_unit_net": "error",
|
||||
"duplicate_reference": "error",
|
||||
"duplicate_sheet_names": "error",
|
||||
"endpoint_off_grid": "warning",
|
||||
"extra_units": "error",
|
||||
"footprint_filter": "ignore",
|
||||
"footprint_link_issues": "warning",
|
||||
"four_way_junction": "ignore",
|
||||
"global_label_dangling": "warning",
|
||||
"hier_label_mismatch": "error",
|
||||
"label_dangling": "error",
|
||||
"label_multiple_wires": "warning",
|
||||
"lib_symbol_issues": "warning",
|
||||
"lib_symbol_mismatch": "warning",
|
||||
"missing_bidi_pin": "warning",
|
||||
"missing_input_pin": "warning",
|
||||
"missing_power_pin": "error",
|
||||
"missing_unit": "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",
|
||||
"same_local_global_label": "warning",
|
||||
"similar_label_and_power": "warning",
|
||||
"similar_labels": "warning",
|
||||
"similar_power": "warning",
|
||||
"simulation_model_issue": "ignore",
|
||||
"single_global_label": "ignore",
|
||||
"unannotated": "error",
|
||||
"unconnected_wire_endpoint": "warning",
|
||||
"unit_value_mismatch": "error",
|
||||
"unresolved_variable": "error",
|
||||
"wire_dangling": "error"
|
||||
}
|
||||
},
|
||||
"libraries": {
|
||||
"pinned_footprint_libs": [],
|
||||
"pinned_symbol_libs": []
|
||||
},
|
||||
"meta": {
|
||||
"filename": "hackpadtrollface.kicad_pro",
|
||||
"version": 3
|
||||
},
|
||||
"net_settings": {
|
||||
"classes": [
|
||||
{
|
||||
"bus_width": 12,
|
||||
"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",
|
||||
"pcb_color": "rgba(0, 0, 0, 0.000)",
|
||||
"priority": 2147483647,
|
||||
"schematic_color": "rgba(0, 0, 0, 0.000)",
|
||||
"track_width": 0.2,
|
||||
"via_diameter": 0.6,
|
||||
"via_drill": 0.3,
|
||||
"wire_width": 6
|
||||
}
|
||||
],
|
||||
"meta": {
|
||||
"version": 4
|
||||
},
|
||||
"net_colors": null,
|
||||
"netclass_assignments": null,
|
||||
"netclass_patterns": []
|
||||
},
|
||||
"pcbnew": {
|
||||
"last_paths": {
|
||||
"gencad": "",
|
||||
"idf": "",
|
||||
"netlist": "",
|
||||
"plot": "production/gerbers/",
|
||||
"pos_files": "",
|
||||
"specctra_dsn": "",
|
||||
"step": "",
|
||||
"svg": "",
|
||||
"vrml": ""
|
||||
},
|
||||
"page_layout_descr_file": ""
|
||||
},
|
||||
"schematic": {
|
||||
"annotate_start_num": 0,
|
||||
"bom_export_filename": "${PROJECTNAME}.csv",
|
||||
"bom_fmt_presets": [],
|
||||
"bom_fmt_settings": {
|
||||
"field_delimiter": ",",
|
||||
"keep_line_breaks": false,
|
||||
"keep_tabs": false,
|
||||
"name": "CSV",
|
||||
"ref_delimiter": ",",
|
||||
"ref_range_delimiter": "",
|
||||
"string_delimiter": "\""
|
||||
},
|
||||
"bom_presets": [],
|
||||
"bom_settings": {
|
||||
"exclude_dnp": false,
|
||||
"fields_ordered": [
|
||||
{
|
||||
"group_by": false,
|
||||
"label": "Reference",
|
||||
"name": "Reference",
|
||||
"show": true
|
||||
},
|
||||
{
|
||||
"group_by": false,
|
||||
"label": "Qty",
|
||||
"name": "${QUANTITY}",
|
||||
"show": true
|
||||
},
|
||||
{
|
||||
"group_by": true,
|
||||
"label": "Value",
|
||||
"name": "Value",
|
||||
"show": true
|
||||
},
|
||||
{
|
||||
"group_by": true,
|
||||
"label": "DNP",
|
||||
"name": "${DNP}",
|
||||
"show": true
|
||||
},
|
||||
{
|
||||
"group_by": true,
|
||||
"label": "Exclude from BOM",
|
||||
"name": "${EXCLUDE_FROM_BOM}",
|
||||
"show": true
|
||||
},
|
||||
{
|
||||
"group_by": true,
|
||||
"label": "Exclude from Board",
|
||||
"name": "${EXCLUDE_FROM_BOARD}",
|
||||
"show": true
|
||||
},
|
||||
{
|
||||
"group_by": true,
|
||||
"label": "Footprint",
|
||||
"name": "Footprint",
|
||||
"show": true
|
||||
},
|
||||
{
|
||||
"group_by": false,
|
||||
"label": "Datasheet",
|
||||
"name": "Datasheet",
|
||||
"show": true
|
||||
}
|
||||
],
|
||||
"filter_string": "",
|
||||
"group_symbols": true,
|
||||
"include_excluded_from_bom": true,
|
||||
"name": "Default Editing",
|
||||
"sort_asc": true,
|
||||
"sort_field": "Reference"
|
||||
},
|
||||
"connection_grid_size": 50.0,
|
||||
"drawing": {
|
||||
"dashed_lines_dash_length_ratio": 12.0,
|
||||
"dashed_lines_gap_length_ratio": 3.0,
|
||||
"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,
|
||||
"operating_point_overlay_i_precision": 3,
|
||||
"operating_point_overlay_i_range": "~A",
|
||||
"operating_point_overlay_v_precision": 3,
|
||||
"operating_point_overlay_v_range": "~V",
|
||||
"overbar_offset_ratio": 1.23,
|
||||
"pin_symbol_size": 25.0,
|
||||
"text_offset_ratio": 0.15
|
||||
},
|
||||
"legacy_lib_dir": "",
|
||||
"legacy_lib_list": [],
|
||||
"meta": {
|
||||
"version": 1
|
||||
},
|
||||
"net_format_name": "",
|
||||
"page_layout_descr_file": "",
|
||||
"plot_directory": "",
|
||||
"space_save_all_events": true,
|
||||
"spice_current_sheet_as_root": false,
|
||||
"spice_external_command": "spice \"%I\"",
|
||||
"spice_model_current_sheet_as_root": true,
|
||||
"spice_save_all_currents": false,
|
||||
"spice_save_all_dissipations": false,
|
||||
"spice_save_all_voltages": false,
|
||||
"subpart_first_id": 65,
|
||||
"subpart_id_separator": 0
|
||||
},
|
||||
"sheets": [
|
||||
[
|
||||
"a38002f3-05f6-4a55-87aa-2290616095f4",
|
||||
"Root"
|
||||
]
|
||||
],
|
||||
"text_variables": {}
|
||||
}
|
||||
2449
hackpads/hackpadtrollface/pcb/hackpadtrollface.kicad_sch
Normal file
2449
hackpads/hackpadtrollface/pcb/hackpadtrollface.kicad_sch
Normal file
File diff suppressed because it is too large
Load diff
BIN
hackpads/hackpadtrollface/pcb/production/gerbers.zip
Normal file
BIN
hackpads/hackpadtrollface/pcb/production/gerbers.zip
Normal file
Binary file not shown.
|
|
@ -0,0 +1,138 @@
|
|||
%TF.GenerationSoftware,KiCad,Pcbnew,9.0.0*%
|
||||
%TF.CreationDate,2025-02-21T00:47:10+00:00*%
|
||||
%TF.ProjectId,hackpadtrollface,6861636b-7061-4647-9472-6f6c6c666163,rev?*%
|
||||
%TF.SameCoordinates,Original*%
|
||||
%TF.FileFunction,Copper,L2,Bot*%
|
||||
%TF.FilePolarity,Positive*%
|
||||
%FSLAX46Y46*%
|
||||
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
|
||||
G04 Created by KiCad (PCBNEW 9.0.0) date 2025-02-21 00:47:10*
|
||||
%MOMM*%
|
||||
%LPD*%
|
||||
G01*
|
||||
G04 APERTURE LIST*
|
||||
%TA.AperFunction,ComponentPad*%
|
||||
%ADD10C,2.200000*%
|
||||
%TD*%
|
||||
%TA.AperFunction,ComponentPad*%
|
||||
%ADD11C,1.524000*%
|
||||
%TD*%
|
||||
%TA.AperFunction,Conductor*%
|
||||
%ADD12C,0.200000*%
|
||||
%TD*%
|
||||
G04 APERTURE END LIST*
|
||||
D10*
|
||||
%TO.P,SW2,1,1*%
|
||||
%TO.N,GND*%
|
||||
X128746250Y-59372500D03*
|
||||
%TO.P,SW2,2,2*%
|
||||
%TO.N,Net-(U1-GPIO2{slash}SCK)*%
|
||||
X122396250Y-61912500D03*
|
||||
%TD*%
|
||||
%TO.P,SW3,1,1*%
|
||||
%TO.N,GND*%
|
||||
X109696250Y-78263750D03*
|
||||
%TO.P,SW3,2,2*%
|
||||
%TO.N,Net-(U1-GPIO4{slash}MISO)*%
|
||||
X103346250Y-80803750D03*
|
||||
%TD*%
|
||||
%TO.P,SW4,1,1*%
|
||||
%TO.N,GND*%
|
||||
X128746250Y-78263750D03*
|
||||
%TO.P,SW4,2,2*%
|
||||
%TO.N,Net-(U1-GPIO3{slash}MOSI)*%
|
||||
X122396250Y-80803750D03*
|
||||
%TD*%
|
||||
D11*
|
||||
%TO.P,U1,1,GPIO26/ADC0/A0*%
|
||||
%TO.N,unconnected-(U1-GPIO26{slash}ADC0{slash}A0-Pad1)*%
|
||||
X108380000Y-35580000D03*
|
||||
%TO.P,U1,2,GPIO27/ADC1/A1*%
|
||||
%TO.N,unconnected-(U1-GPIO27{slash}ADC1{slash}A1-Pad2)*%
|
||||
X108380000Y-38120000D03*
|
||||
%TO.P,U1,3,GPIO28/ADC2/A2*%
|
||||
%TO.N,unconnected-(U1-GPIO28{slash}ADC2{slash}A2-Pad3)*%
|
||||
X108380000Y-40660000D03*
|
||||
%TO.P,U1,4,GPIO29/ADC3/A3*%
|
||||
%TO.N,unconnected-(U1-GPIO29{slash}ADC3{slash}A3-Pad4)*%
|
||||
X108380000Y-43200000D03*
|
||||
%TO.P,U1,5,GPIO6/SDA*%
|
||||
%TO.N,Net-(D1-DIN)*%
|
||||
X108380000Y-45740000D03*
|
||||
%TO.P,U1,6,GPIO7/SCL*%
|
||||
%TO.N,unconnected-(U1-GPIO7{slash}SCL-Pad6)*%
|
||||
X108380000Y-48280000D03*
|
||||
%TO.P,U1,7,GPIO0/TX*%
|
||||
%TO.N,unconnected-(U1-GPIO0{slash}TX-Pad7)*%
|
||||
X108380000Y-50820000D03*
|
||||
%TO.P,U1,8,GPIO1/RX*%
|
||||
%TO.N,Net-(U1-GPIO1{slash}RX)*%
|
||||
X123620000Y-50820000D03*
|
||||
%TO.P,U1,9,GPIO2/SCK*%
|
||||
%TO.N,Net-(U1-GPIO2{slash}SCK)*%
|
||||
X123620000Y-48280000D03*
|
||||
%TO.P,U1,10,GPIO4/MISO*%
|
||||
%TO.N,Net-(U1-GPIO4{slash}MISO)*%
|
||||
X123620000Y-45740000D03*
|
||||
%TO.P,U1,11,GPIO3/MOSI*%
|
||||
%TO.N,Net-(U1-GPIO3{slash}MOSI)*%
|
||||
X123620000Y-43200000D03*
|
||||
%TO.P,U1,12,3V3*%
|
||||
%TO.N,unconnected-(U1-3V3-Pad12)*%
|
||||
X123620000Y-40660000D03*
|
||||
%TO.P,U1,13,GND*%
|
||||
%TO.N,GND*%
|
||||
X123620000Y-38120000D03*
|
||||
%TO.P,U1,14,VBUS*%
|
||||
%TO.N,+5V*%
|
||||
X123620000Y-35580000D03*
|
||||
%TD*%
|
||||
D10*
|
||||
%TO.P,SW1,1,1*%
|
||||
%TO.N,GND*%
|
||||
X109696250Y-59213750D03*
|
||||
%TO.P,SW1,2,2*%
|
||||
%TO.N,Net-(U1-GPIO1{slash}RX)*%
|
||||
X103346250Y-61753750D03*
|
||||
%TD*%
|
||||
D12*
|
||||
%TO.N,Net-(U1-GPIO1{slash}RX)*%
|
||||
X124683000Y-45299690D02*
|
||||
X124683000Y-49757000D01*
|
||||
X120423000Y-44677000D02*
|
||||
X124060310Y-44677000D01*
|
||||
X124060310Y-44677000D02*
|
||||
X124683000Y-45299690D01*
|
||||
X103346250Y-61753750D02*
|
||||
X120423000Y-44677000D01*
|
||||
X124683000Y-49757000D02*
|
||||
X123620000Y-50820000D01*
|
||||
%TO.N,Net-(U1-GPIO2{slash}SCK)*%
|
||||
X122396250Y-61912500D02*
|
||||
X122396250Y-49503750D01*
|
||||
X122396250Y-49503750D02*
|
||||
X123620000Y-48280000D01*
|
||||
%TO.N,Net-(U1-GPIO4{slash}MISO)*%
|
||||
X122557000Y-48720310D02*
|
||||
X122557000Y-46803000D01*
|
||||
X103346250Y-80803750D02*
|
||||
X109507250Y-74642750D01*
|
||||
X109507250Y-74642750D02*
|
||||
X109507250Y-61770060D01*
|
||||
X109507250Y-61770060D02*
|
||||
X122557000Y-48720310D01*
|
||||
X122557000Y-46803000D02*
|
||||
X123620000Y-45740000D01*
|
||||
%TO.N,Net-(U1-GPIO3{slash}MOSI)*%
|
||||
X125084000Y-62249934D02*
|
||||
X125084000Y-44664000D01*
|
||||
X122396250Y-64937684D02*
|
||||
X125084000Y-62249934D01*
|
||||
X122396250Y-80803750D02*
|
||||
X122400000Y-80807500D01*
|
||||
X125084000Y-44664000D02*
|
||||
X123620000Y-43200000D01*
|
||||
X122396250Y-80803750D02*
|
||||
X122396250Y-64937684D01*
|
||||
%TD*%
|
||||
M02*
|
||||
|
|
@ -0,0 +1,80 @@
|
|||
%TF.GenerationSoftware,KiCad,Pcbnew,9.0.0*%
|
||||
%TF.CreationDate,2025-02-21T00:47:10+00:00*%
|
||||
%TF.ProjectId,hackpadtrollface,6861636b-7061-4647-9472-6f6c6c666163,rev?*%
|
||||
%TF.SameCoordinates,Original*%
|
||||
%TF.FileFunction,Soldermask,Bot*%
|
||||
%TF.FilePolarity,Negative*%
|
||||
%FSLAX46Y46*%
|
||||
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
|
||||
G04 Created by KiCad (PCBNEW 9.0.0) date 2025-02-21 00:47:10*
|
||||
%MOMM*%
|
||||
%LPD*%
|
||||
G01*
|
||||
G04 APERTURE LIST*
|
||||
%ADD10C,1.700000*%
|
||||
%ADD11C,4.000000*%
|
||||
%ADD12C,2.200000*%
|
||||
%ADD13C,1.524000*%
|
||||
G04 APERTURE END LIST*
|
||||
D10*
|
||||
%TO.C,SW2*%
|
||||
X121126250Y-64452500D03*
|
||||
D11*
|
||||
X126206250Y-64452500D03*
|
||||
D10*
|
||||
X131286250Y-64452500D03*
|
||||
D12*
|
||||
X128746250Y-59372500D03*
|
||||
X122396250Y-61912500D03*
|
||||
%TD*%
|
||||
D10*
|
||||
%TO.C,SW3*%
|
||||
X102076250Y-83343750D03*
|
||||
D11*
|
||||
X107156250Y-83343750D03*
|
||||
D10*
|
||||
X112236250Y-83343750D03*
|
||||
D12*
|
||||
X109696250Y-78263750D03*
|
||||
X103346250Y-80803750D03*
|
||||
%TD*%
|
||||
D10*
|
||||
%TO.C,SW4*%
|
||||
X121126250Y-83343750D03*
|
||||
D11*
|
||||
X126206250Y-83343750D03*
|
||||
D10*
|
||||
X131286250Y-83343750D03*
|
||||
D12*
|
||||
X128746250Y-78263750D03*
|
||||
X122396250Y-80803750D03*
|
||||
%TD*%
|
||||
D13*
|
||||
%TO.C,U1*%
|
||||
X108380000Y-35580000D03*
|
||||
X108380000Y-38120000D03*
|
||||
X108380000Y-40660000D03*
|
||||
X108380000Y-43200000D03*
|
||||
X108380000Y-45740000D03*
|
||||
X108380000Y-48280000D03*
|
||||
X108380000Y-50820000D03*
|
||||
X123620000Y-50820000D03*
|
||||
X123620000Y-48280000D03*
|
||||
X123620000Y-45740000D03*
|
||||
X123620000Y-43200000D03*
|
||||
X123620000Y-40660000D03*
|
||||
X123620000Y-38120000D03*
|
||||
X123620000Y-35580000D03*
|
||||
%TD*%
|
||||
D10*
|
||||
%TO.C,SW1*%
|
||||
X102076250Y-64293750D03*
|
||||
D11*
|
||||
X107156250Y-64293750D03*
|
||||
D10*
|
||||
X112236250Y-64293750D03*
|
||||
D12*
|
||||
X109696250Y-59213750D03*
|
||||
X103346250Y-61753750D03*
|
||||
%TD*%
|
||||
M02*
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
%TF.GenerationSoftware,KiCad,Pcbnew,9.0.0*%
|
||||
%TF.CreationDate,2025-02-21T00:47:10+00:00*%
|
||||
%TF.ProjectId,hackpadtrollface,6861636b-7061-4647-9472-6f6c6c666163,rev?*%
|
||||
%TF.SameCoordinates,Original*%
|
||||
%TF.FileFunction,Legend,Bot*%
|
||||
%TF.FilePolarity,Positive*%
|
||||
%FSLAX46Y46*%
|
||||
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
|
||||
G04 Created by KiCad (PCBNEW 9.0.0) date 2025-02-21 00:47:10*
|
||||
%MOMM*%
|
||||
%LPD*%
|
||||
G01*
|
||||
G04 APERTURE LIST*
|
||||
G04 APERTURE END LIST*
|
||||
M02*
|
||||
|
|
@ -0,0 +1,23 @@
|
|||
%TF.GenerationSoftware,KiCad,Pcbnew,9.0.0*%
|
||||
%TF.CreationDate,2025-02-21T00:47:10+00:00*%
|
||||
%TF.ProjectId,hackpadtrollface,6861636b-7061-4647-9472-6f6c6c666163,rev?*%
|
||||
%TF.SameCoordinates,Original*%
|
||||
%TF.FileFunction,Profile,NP*%
|
||||
%FSLAX46Y46*%
|
||||
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
|
||||
G04 Created by KiCad (PCBNEW 9.0.0) date 2025-02-21 00:47:10*
|
||||
%MOMM*%
|
||||
%LPD*%
|
||||
G01*
|
||||
G04 APERTURE LIST*
|
||||
%TA.AperFunction,Profile*%
|
||||
%ADD10C,0.050000*%
|
||||
%TD*%
|
||||
G04 APERTURE END LIST*
|
||||
D10*
|
||||
X96600000Y-32700000D02*
|
||||
X137600000Y-32700000D01*
|
||||
X137600000Y-94700000D01*
|
||||
X96600000Y-94700000D01*
|
||||
X96600000Y-32700000D01*
|
||||
M02*
|
||||
|
|
@ -0,0 +1,260 @@
|
|||
%TF.GenerationSoftware,KiCad,Pcbnew,9.0.0*%
|
||||
%TF.CreationDate,2025-02-21T00:47:10+00:00*%
|
||||
%TF.ProjectId,hackpadtrollface,6861636b-7061-4647-9472-6f6c6c666163,rev?*%
|
||||
%TF.SameCoordinates,Original*%
|
||||
%TF.FileFunction,Copper,L1,Top*%
|
||||
%TF.FilePolarity,Positive*%
|
||||
%FSLAX46Y46*%
|
||||
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
|
||||
G04 Created by KiCad (PCBNEW 9.0.0) date 2025-02-21 00:47:10*
|
||||
%MOMM*%
|
||||
%LPD*%
|
||||
G01*
|
||||
G04 APERTURE LIST*
|
||||
G04 Aperture macros list*
|
||||
%AMRoundRect*
|
||||
0 Rectangle with rounded corners*
|
||||
0 $1 Rounding radius*
|
||||
0 $2 $3 $4 $5 $6 $7 $8 $9 X,Y pos of 4 corners*
|
||||
0 Add a 4 corners polygon primitive as box body*
|
||||
4,1,4,$2,$3,$4,$5,$6,$7,$8,$9,$2,$3,0*
|
||||
0 Add four circle primitives for the rounded corners*
|
||||
1,1,$1+$1,$2,$3*
|
||||
1,1,$1+$1,$4,$5*
|
||||
1,1,$1+$1,$6,$7*
|
||||
1,1,$1+$1,$8,$9*
|
||||
0 Add four rect primitives between the rounded corners*
|
||||
20,1,$1+$1,$2,$3,$4,$5,0*
|
||||
20,1,$1+$1,$4,$5,$6,$7,0*
|
||||
20,1,$1+$1,$6,$7,$8,$9,0*
|
||||
20,1,$1+$1,$8,$9,$2,$3,0*%
|
||||
G04 Aperture macros list end*
|
||||
%TA.AperFunction,ComponentPad*%
|
||||
%ADD10C,2.200000*%
|
||||
%TD*%
|
||||
%TA.AperFunction,SMDPad,CuDef*%
|
||||
%ADD11R,1.600000X0.850000*%
|
||||
%TD*%
|
||||
%TA.AperFunction,SMDPad,CuDef*%
|
||||
%ADD12RoundRect,0.152400X1.063600X0.609600X-1.063600X0.609600X-1.063600X-0.609600X1.063600X-0.609600X0*%
|
||||
%TD*%
|
||||
%TA.AperFunction,ComponentPad*%
|
||||
%ADD13C,1.524000*%
|
||||
%TD*%
|
||||
%TA.AperFunction,SMDPad,CuDef*%
|
||||
%ADD14RoundRect,0.152400X-1.063600X-0.609600X1.063600X-0.609600X1.063600X0.609600X-1.063600X0.609600X0*%
|
||||
%TD*%
|
||||
%TA.AperFunction,Conductor*%
|
||||
%ADD15C,0.200000*%
|
||||
%TD*%
|
||||
G04 APERTURE END LIST*
|
||||
D10*
|
||||
%TO.P,SW2,1,1*%
|
||||
%TO.N,GND*%
|
||||
X128746250Y-59372500D03*
|
||||
%TO.P,SW2,2,2*%
|
||||
%TO.N,Net-(U1-GPIO2{slash}SCK)*%
|
||||
X122396250Y-61912500D03*
|
||||
%TD*%
|
||||
%TO.P,SW3,1,1*%
|
||||
%TO.N,GND*%
|
||||
X109696250Y-78263750D03*
|
||||
%TO.P,SW3,2,2*%
|
||||
%TO.N,Net-(U1-GPIO4{slash}MISO)*%
|
||||
X103346250Y-80803750D03*
|
||||
%TD*%
|
||||
D11*
|
||||
%TO.P,D1,1,DOUT*%
|
||||
%TO.N,Net-(D1-DOUT)*%
|
||||
X99800000Y-42200000D03*
|
||||
%TO.P,D1,2,VSS*%
|
||||
%TO.N,GND*%
|
||||
X99800000Y-43950000D03*
|
||||
%TO.P,D1,3,DIN*%
|
||||
%TO.N,Net-(D1-DIN)*%
|
||||
X103300000Y-43950000D03*
|
||||
%TO.P,D1,4,VDD*%
|
||||
%TO.N,+5V*%
|
||||
X103300000Y-42200000D03*
|
||||
%TD*%
|
||||
D10*
|
||||
%TO.P,SW4,1,1*%
|
||||
%TO.N,GND*%
|
||||
X128746250Y-78263750D03*
|
||||
%TO.P,SW4,2,2*%
|
||||
%TO.N,Net-(U1-GPIO3{slash}MOSI)*%
|
||||
X122396250Y-80803750D03*
|
||||
%TD*%
|
||||
D11*
|
||||
%TO.P,D2,1,DOUT*%
|
||||
%TO.N,unconnected-(D2-DOUT-Pad1)*%
|
||||
X129750000Y-42225000D03*
|
||||
%TO.P,D2,2,VSS*%
|
||||
%TO.N,GND*%
|
||||
X129750000Y-43975000D03*
|
||||
%TO.P,D2,3,DIN*%
|
||||
%TO.N,Net-(D1-DOUT)*%
|
||||
X133250000Y-43975000D03*
|
||||
%TO.P,D2,4,VDD*%
|
||||
%TO.N,+5V*%
|
||||
X133250000Y-42225000D03*
|
||||
%TD*%
|
||||
D12*
|
||||
%TO.P,U1,1,GPIO26/ADC0/A0*%
|
||||
%TO.N,unconnected-(U1-GPIO26{slash}ADC0{slash}A0-Pad1)*%
|
||||
X107545000Y-35580000D03*
|
||||
D13*
|
||||
X108380000Y-35580000D03*
|
||||
D12*
|
||||
%TO.P,U1,2,GPIO27/ADC1/A1*%
|
||||
%TO.N,unconnected-(U1-GPIO27{slash}ADC1{slash}A1-Pad2)*%
|
||||
X107545000Y-38120000D03*
|
||||
D13*
|
||||
X108380000Y-38120000D03*
|
||||
D12*
|
||||
%TO.P,U1,3,GPIO28/ADC2/A2*%
|
||||
%TO.N,unconnected-(U1-GPIO28{slash}ADC2{slash}A2-Pad3)*%
|
||||
X107545000Y-40660000D03*
|
||||
D13*
|
||||
X108380000Y-40660000D03*
|
||||
D12*
|
||||
%TO.P,U1,4,GPIO29/ADC3/A3*%
|
||||
%TO.N,unconnected-(U1-GPIO29{slash}ADC3{slash}A3-Pad4)*%
|
||||
X107545000Y-43200000D03*
|
||||
D13*
|
||||
X108380000Y-43200000D03*
|
||||
D12*
|
||||
%TO.P,U1,5,GPIO6/SDA*%
|
||||
%TO.N,Net-(D1-DIN)*%
|
||||
X107545000Y-45740000D03*
|
||||
D13*
|
||||
X108380000Y-45740000D03*
|
||||
D12*
|
||||
%TO.P,U1,6,GPIO7/SCL*%
|
||||
%TO.N,unconnected-(U1-GPIO7{slash}SCL-Pad6)*%
|
||||
X107545000Y-48280000D03*
|
||||
D13*
|
||||
X108380000Y-48280000D03*
|
||||
D12*
|
||||
%TO.P,U1,7,GPIO0/TX*%
|
||||
%TO.N,unconnected-(U1-GPIO0{slash}TX-Pad7)*%
|
||||
X107545000Y-50820000D03*
|
||||
D13*
|
||||
X108380000Y-50820000D03*
|
||||
%TO.P,U1,8,GPIO1/RX*%
|
||||
%TO.N,Net-(U1-GPIO1{slash}RX)*%
|
||||
X123620000Y-50820000D03*
|
||||
D14*
|
||||
X124455000Y-50820000D03*
|
||||
D13*
|
||||
%TO.P,U1,9,GPIO2/SCK*%
|
||||
%TO.N,Net-(U1-GPIO2{slash}SCK)*%
|
||||
X123620000Y-48280000D03*
|
||||
D14*
|
||||
X124455000Y-48280000D03*
|
||||
D13*
|
||||
%TO.P,U1,10,GPIO4/MISO*%
|
||||
%TO.N,Net-(U1-GPIO4{slash}MISO)*%
|
||||
X123620000Y-45740000D03*
|
||||
D14*
|
||||
X124455000Y-45740000D03*
|
||||
D13*
|
||||
%TO.P,U1,11,GPIO3/MOSI*%
|
||||
%TO.N,Net-(U1-GPIO3{slash}MOSI)*%
|
||||
X123620000Y-43200000D03*
|
||||
D14*
|
||||
X124455000Y-43200000D03*
|
||||
D13*
|
||||
%TO.P,U1,12,3V3*%
|
||||
%TO.N,unconnected-(U1-3V3-Pad12)*%
|
||||
X123620000Y-40660000D03*
|
||||
D14*
|
||||
X124455000Y-40660000D03*
|
||||
D13*
|
||||
%TO.P,U1,13,GND*%
|
||||
%TO.N,GND*%
|
||||
X123620000Y-38120000D03*
|
||||
D14*
|
||||
X124455000Y-38120000D03*
|
||||
D13*
|
||||
%TO.P,U1,14,VBUS*%
|
||||
%TO.N,+5V*%
|
||||
X123620000Y-35580000D03*
|
||||
D14*
|
||||
X124455000Y-35580000D03*
|
||||
%TD*%
|
||||
D10*
|
||||
%TO.P,SW1,1,1*%
|
||||
%TO.N,GND*%
|
||||
X109696250Y-59213750D03*
|
||||
%TO.P,SW1,2,2*%
|
||||
%TO.N,Net-(U1-GPIO1{slash}RX)*%
|
||||
X103346250Y-61753750D03*
|
||||
%TD*%
|
||||
D15*
|
||||
%TO.N,Net-(D1-DIN)*%
|
||||
X105090000Y-45740000D02*
|
||||
X108380000Y-45740000D01*
|
||||
X103300000Y-43950000D02*
|
||||
X105090000Y-45740000D01*
|
||||
%TO.N,Net-(D1-DOUT)*%
|
||||
X125671000Y-41723000D02*
|
||||
X105604000Y-41723000D01*
|
||||
X132524000Y-44701000D02*
|
||||
X128649000Y-44701000D01*
|
||||
X105355000Y-41474000D02*
|
||||
X100526000Y-41474000D01*
|
||||
X100526000Y-41474000D02*
|
||||
X99800000Y-42200000D01*
|
||||
X128649000Y-44701000D02*
|
||||
X125671000Y-41723000D01*
|
||||
X105604000Y-41723000D02*
|
||||
X105355000Y-41474000D01*
|
||||
X133250000Y-43975000D02*
|
||||
X132524000Y-44701000D01*
|
||||
%TO.N,+5V*%
|
||||
X123620000Y-35580000D02*
|
||||
X126605000Y-35580000D01*
|
||||
X102574000Y-42926000D02*
|
||||
X98699000Y-42926000D01*
|
||||
X122557000Y-36643000D02*
|
||||
X123620000Y-35580000D01*
|
||||
X103300000Y-42200000D02*
|
||||
X102574000Y-42926000D01*
|
||||
X103300000Y-42200000D02*
|
||||
X103363000Y-42137000D01*
|
||||
X126605000Y-35580000D02*
|
||||
X133250000Y-42225000D01*
|
||||
X98699000Y-42926000D02*
|
||||
X98699000Y-41474000D01*
|
||||
X98699000Y-41474000D02*
|
||||
X103530000Y-36643000D01*
|
||||
X103530000Y-36643000D02*
|
||||
X122557000Y-36643000D01*
|
||||
%TO.N,GND*%
|
||||
X134351000Y-53767750D02*
|
||||
X128746250Y-59372500D01*
|
||||
X128746250Y-78263750D02*
|
||||
X109696250Y-78263750D01*
|
||||
X125972000Y-40197000D02*
|
||||
X125972000Y-39637000D01*
|
||||
X129750000Y-43975000D02*
|
||||
X125972000Y-40197000D01*
|
||||
X134351000Y-43249000D02*
|
||||
X134351000Y-53767750D01*
|
||||
X99800000Y-49317500D02*
|
||||
X99800000Y-43950000D01*
|
||||
X125972000Y-39637000D02*
|
||||
X124455000Y-38120000D01*
|
||||
X109696250Y-59213750D02*
|
||||
X99800000Y-49317500D01*
|
||||
X109696250Y-78263750D02*
|
||||
X109696250Y-59213750D01*
|
||||
X130476000Y-43249000D02*
|
||||
X134351000Y-43249000D01*
|
||||
X129750000Y-43975000D02*
|
||||
X130476000Y-43249000D01*
|
||||
X128746250Y-78263750D02*
|
||||
X128746250Y-59372500D01*
|
||||
%TD*%
|
||||
M02*
|
||||
|
|
@ -0,0 +1,155 @@
|
|||
%TF.GenerationSoftware,KiCad,Pcbnew,9.0.0*%
|
||||
%TF.CreationDate,2025-02-21T00:47:10+00:00*%
|
||||
%TF.ProjectId,hackpadtrollface,6861636b-7061-4647-9472-6f6c6c666163,rev?*%
|
||||
%TF.SameCoordinates,Original*%
|
||||
%TF.FileFunction,Soldermask,Top*%
|
||||
%TF.FilePolarity,Negative*%
|
||||
%FSLAX46Y46*%
|
||||
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
|
||||
G04 Created by KiCad (PCBNEW 9.0.0) date 2025-02-21 00:47:10*
|
||||
%MOMM*%
|
||||
%LPD*%
|
||||
G01*
|
||||
G04 APERTURE LIST*
|
||||
G04 Aperture macros list*
|
||||
%AMRoundRect*
|
||||
0 Rectangle with rounded corners*
|
||||
0 $1 Rounding radius*
|
||||
0 $2 $3 $4 $5 $6 $7 $8 $9 X,Y pos of 4 corners*
|
||||
0 Add a 4 corners polygon primitive as box body*
|
||||
4,1,4,$2,$3,$4,$5,$6,$7,$8,$9,$2,$3,0*
|
||||
0 Add four circle primitives for the rounded corners*
|
||||
1,1,$1+$1,$2,$3*
|
||||
1,1,$1+$1,$4,$5*
|
||||
1,1,$1+$1,$6,$7*
|
||||
1,1,$1+$1,$8,$9*
|
||||
0 Add four rect primitives between the rounded corners*
|
||||
20,1,$1+$1,$2,$3,$4,$5,0*
|
||||
20,1,$1+$1,$4,$5,$6,$7,0*
|
||||
20,1,$1+$1,$6,$7,$8,$9,0*
|
||||
20,1,$1+$1,$8,$9,$2,$3,0*%
|
||||
G04 Aperture macros list end*
|
||||
%ADD10C,1.700000*%
|
||||
%ADD11C,4.000000*%
|
||||
%ADD12C,2.200000*%
|
||||
%ADD13R,1.600000X0.850000*%
|
||||
%ADD14RoundRect,0.152400X1.063600X0.609600X-1.063600X0.609600X-1.063600X-0.609600X1.063600X-0.609600X0*%
|
||||
%ADD15C,1.524000*%
|
||||
%ADD16RoundRect,0.152400X-1.063600X-0.609600X1.063600X-0.609600X1.063600X0.609600X-1.063600X0.609600X0*%
|
||||
G04 APERTURE END LIST*
|
||||
D10*
|
||||
%TO.C,SW2*%
|
||||
X121126250Y-64452500D03*
|
||||
D11*
|
||||
X126206250Y-64452500D03*
|
||||
D10*
|
||||
X131286250Y-64452500D03*
|
||||
D12*
|
||||
X128746250Y-59372500D03*
|
||||
X122396250Y-61912500D03*
|
||||
%TD*%
|
||||
D10*
|
||||
%TO.C,SW3*%
|
||||
X102076250Y-83343750D03*
|
||||
D11*
|
||||
X107156250Y-83343750D03*
|
||||
D10*
|
||||
X112236250Y-83343750D03*
|
||||
D12*
|
||||
X109696250Y-78263750D03*
|
||||
X103346250Y-80803750D03*
|
||||
%TD*%
|
||||
D13*
|
||||
%TO.C,D1*%
|
||||
X99800000Y-42200000D03*
|
||||
X99800000Y-43950000D03*
|
||||
X103300000Y-43950000D03*
|
||||
X103300000Y-42200000D03*
|
||||
%TD*%
|
||||
D10*
|
||||
%TO.C,SW4*%
|
||||
X121126250Y-83343750D03*
|
||||
D11*
|
||||
X126206250Y-83343750D03*
|
||||
D10*
|
||||
X131286250Y-83343750D03*
|
||||
D12*
|
||||
X128746250Y-78263750D03*
|
||||
X122396250Y-80803750D03*
|
||||
%TD*%
|
||||
D13*
|
||||
%TO.C,D2*%
|
||||
X129750000Y-42225000D03*
|
||||
X129750000Y-43975000D03*
|
||||
X133250000Y-43975000D03*
|
||||
X133250000Y-42225000D03*
|
||||
%TD*%
|
||||
D14*
|
||||
%TO.C,U1*%
|
||||
X107545000Y-35580000D03*
|
||||
D15*
|
||||
X108380000Y-35580000D03*
|
||||
D14*
|
||||
X107545000Y-38120000D03*
|
||||
D15*
|
||||
X108380000Y-38120000D03*
|
||||
D14*
|
||||
X107545000Y-40660000D03*
|
||||
D15*
|
||||
X108380000Y-40660000D03*
|
||||
D14*
|
||||
X107545000Y-43200000D03*
|
||||
D15*
|
||||
X108380000Y-43200000D03*
|
||||
D14*
|
||||
X107545000Y-45740000D03*
|
||||
D15*
|
||||
X108380000Y-45740000D03*
|
||||
D14*
|
||||
X107545000Y-48280000D03*
|
||||
D15*
|
||||
X108380000Y-48280000D03*
|
||||
D14*
|
||||
X107545000Y-50820000D03*
|
||||
D15*
|
||||
X108380000Y-50820000D03*
|
||||
X123620000Y-50820000D03*
|
||||
D16*
|
||||
X124455000Y-50820000D03*
|
||||
D15*
|
||||
X123620000Y-48280000D03*
|
||||
D16*
|
||||
X124455000Y-48280000D03*
|
||||
D15*
|
||||
X123620000Y-45740000D03*
|
||||
D16*
|
||||
X124455000Y-45740000D03*
|
||||
D15*
|
||||
X123620000Y-43200000D03*
|
||||
D16*
|
||||
X124455000Y-43200000D03*
|
||||
D15*
|
||||
X123620000Y-40660000D03*
|
||||
D16*
|
||||
X124455000Y-40660000D03*
|
||||
D15*
|
||||
X123620000Y-38120000D03*
|
||||
D16*
|
||||
X124455000Y-38120000D03*
|
||||
D15*
|
||||
X123620000Y-35580000D03*
|
||||
D16*
|
||||
X124455000Y-35580000D03*
|
||||
%TD*%
|
||||
D10*
|
||||
%TO.C,SW1*%
|
||||
X102076250Y-64293750D03*
|
||||
D11*
|
||||
X107156250Y-64293750D03*
|
||||
D10*
|
||||
X112236250Y-64293750D03*
|
||||
D12*
|
||||
X109696250Y-59213750D03*
|
||||
X103346250Y-61753750D03*
|
||||
%TD*%
|
||||
M02*
|
||||
|
|
@ -0,0 +1,587 @@
|
|||
%TF.GenerationSoftware,KiCad,Pcbnew,9.0.0*%
|
||||
%TF.CreationDate,2025-02-21T00:47:10+00:00*%
|
||||
%TF.ProjectId,hackpadtrollface,6861636b-7061-4647-9472-6f6c6c666163,rev?*%
|
||||
%TF.SameCoordinates,Original*%
|
||||
%TF.FileFunction,Legend,Top*%
|
||||
%TF.FilePolarity,Positive*%
|
||||
%FSLAX46Y46*%
|
||||
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
|
||||
G04 Created by KiCad (PCBNEW 9.0.0) date 2025-02-21 00:47:10*
|
||||
%MOMM*%
|
||||
%LPD*%
|
||||
G01*
|
||||
G04 APERTURE LIST*
|
||||
%ADD10C,0.300000*%
|
||||
%ADD11C,0.150000*%
|
||||
%ADD12C,0.120000*%
|
||||
%ADD13C,0.127000*%
|
||||
%ADD14C,0.100000*%
|
||||
%ADD15C,0.504000*%
|
||||
G04 APERTURE END LIST*
|
||||
D10*
|
||||
X110611653Y-35900828D02*
|
||||
X111611653Y-37400828D01*
|
||||
X111611653Y-35900828D02*
|
||||
X110611653Y-37400828D01*
|
||||
X112183081Y-37400828D02*
|
||||
X112183081Y-35900828D01*
|
||||
X112825939Y-36972257D02*
|
||||
X113540225Y-36972257D01*
|
||||
X112683082Y-37400828D02*
|
||||
X113183082Y-35900828D01*
|
||||
X113183082Y-35900828D02*
|
||||
X113683082Y-37400828D01*
|
||||
X114468796Y-35900828D02*
|
||||
X114754510Y-35900828D01*
|
||||
X114754510Y-35900828D02*
|
||||
X114897367Y-35972257D01*
|
||||
X114897367Y-35972257D02*
|
||||
X115040224Y-36115114D01*
|
||||
X115040224Y-36115114D02*
|
||||
X115111653Y-36400828D01*
|
||||
X115111653Y-36400828D02*
|
||||
X115111653Y-36900828D01*
|
||||
X115111653Y-36900828D02*
|
||||
X115040224Y-37186542D01*
|
||||
X115040224Y-37186542D02*
|
||||
X114897367Y-37329400D01*
|
||||
X114897367Y-37329400D02*
|
||||
X114754510Y-37400828D01*
|
||||
X114754510Y-37400828D02*
|
||||
X114468796Y-37400828D01*
|
||||
X114468796Y-37400828D02*
|
||||
X114325939Y-37329400D01*
|
||||
X114325939Y-37329400D02*
|
||||
X114183081Y-37186542D01*
|
||||
X114183081Y-37186542D02*
|
||||
X114111653Y-36900828D01*
|
||||
X114111653Y-36900828D02*
|
||||
X114111653Y-36400828D01*
|
||||
X114111653Y-36400828D02*
|
||||
X114183081Y-36115114D01*
|
||||
X114183081Y-36115114D02*
|
||||
X114325939Y-35972257D01*
|
||||
X114325939Y-35972257D02*
|
||||
X114468796Y-35900828D01*
|
||||
X116897367Y-37400828D02*
|
||||
X116897367Y-35900828D01*
|
||||
X116897367Y-36615114D02*
|
||||
X117754510Y-36615114D01*
|
||||
X117754510Y-37400828D02*
|
||||
X117754510Y-35900828D01*
|
||||
X118468796Y-36615114D02*
|
||||
X118968796Y-36615114D01*
|
||||
X119183082Y-37400828D02*
|
||||
X118468796Y-37400828D01*
|
||||
X118468796Y-37400828D02*
|
||||
X118468796Y-35900828D01*
|
||||
X118468796Y-35900828D02*
|
||||
X119183082Y-35900828D01*
|
||||
X120683082Y-37400828D02*
|
||||
X120183082Y-36686542D01*
|
||||
X119825939Y-37400828D02*
|
||||
X119825939Y-35900828D01*
|
||||
X119825939Y-35900828D02*
|
||||
X120397368Y-35900828D01*
|
||||
X120397368Y-35900828D02*
|
||||
X120540225Y-35972257D01*
|
||||
X120540225Y-35972257D02*
|
||||
X120611654Y-36043685D01*
|
||||
X120611654Y-36043685D02*
|
||||
X120683082Y-36186542D01*
|
||||
X120683082Y-36186542D02*
|
||||
X120683082Y-36400828D01*
|
||||
X120683082Y-36400828D02*
|
||||
X120611654Y-36543685D01*
|
||||
X120611654Y-36543685D02*
|
||||
X120540225Y-36615114D01*
|
||||
X120540225Y-36615114D02*
|
||||
X120397368Y-36686542D01*
|
||||
X120397368Y-36686542D02*
|
||||
X119825939Y-36686542D01*
|
||||
X121325939Y-36615114D02*
|
||||
X121825939Y-36615114D01*
|
||||
X122040225Y-37400828D02*
|
||||
X121325939Y-37400828D01*
|
||||
X121325939Y-37400828D02*
|
||||
X121325939Y-35900828D01*
|
||||
X121325939Y-35900828D02*
|
||||
X122040225Y-35900828D01*
|
||||
D11*
|
||||
X118791417Y-45952700D02*
|
||||
X118934274Y-46000319D01*
|
||||
X118934274Y-46000319D02*
|
||||
X119172369Y-46000319D01*
|
||||
X119172369Y-46000319D02*
|
||||
X119267607Y-45952700D01*
|
||||
X119267607Y-45952700D02*
|
||||
X119315226Y-45905080D01*
|
||||
X119315226Y-45905080D02*
|
||||
X119362845Y-45809842D01*
|
||||
X119362845Y-45809842D02*
|
||||
X119362845Y-45714604D01*
|
||||
X119362845Y-45714604D02*
|
||||
X119315226Y-45619366D01*
|
||||
X119315226Y-45619366D02*
|
||||
X119267607Y-45571747D01*
|
||||
X119267607Y-45571747D02*
|
||||
X119172369Y-45524128D01*
|
||||
X119172369Y-45524128D02*
|
||||
X118981893Y-45476509D01*
|
||||
X118981893Y-45476509D02*
|
||||
X118886655Y-45428890D01*
|
||||
X118886655Y-45428890D02*
|
||||
X118839036Y-45381271D01*
|
||||
X118839036Y-45381271D02*
|
||||
X118791417Y-45286033D01*
|
||||
X118791417Y-45286033D02*
|
||||
X118791417Y-45190795D01*
|
||||
X118791417Y-45190795D02*
|
||||
X118839036Y-45095557D01*
|
||||
X118839036Y-45095557D02*
|
||||
X118886655Y-45047938D01*
|
||||
X118886655Y-45047938D02*
|
||||
X118981893Y-45000319D01*
|
||||
X118981893Y-45000319D02*
|
||||
X119219988Y-45000319D01*
|
||||
X119219988Y-45000319D02*
|
||||
X119362845Y-45047938D01*
|
||||
X119696179Y-45000319D02*
|
||||
X119934274Y-46000319D01*
|
||||
X119934274Y-46000319D02*
|
||||
X120124750Y-45286033D01*
|
||||
X120124750Y-45286033D02*
|
||||
X120315226Y-46000319D01*
|
||||
X120315226Y-46000319D02*
|
||||
X120553322Y-45000319D01*
|
||||
X120886655Y-45095557D02*
|
||||
X120934274Y-45047938D01*
|
||||
X120934274Y-45047938D02*
|
||||
X121029512Y-45000319D01*
|
||||
X121029512Y-45000319D02*
|
||||
X121267607Y-45000319D01*
|
||||
X121267607Y-45000319D02*
|
||||
X121362845Y-45047938D01*
|
||||
X121362845Y-45047938D02*
|
||||
X121410464Y-45095557D01*
|
||||
X121410464Y-45095557D02*
|
||||
X121458083Y-45190795D01*
|
||||
X121458083Y-45190795D02*
|
||||
X121458083Y-45286033D01*
|
||||
X121458083Y-45286033D02*
|
||||
X121410464Y-45428890D01*
|
||||
X121410464Y-45428890D02*
|
||||
X120839036Y-46000319D01*
|
||||
X120839036Y-46000319D02*
|
||||
X121458083Y-46000319D01*
|
||||
X105822917Y-75876950D02*
|
||||
X105965774Y-75924569D01*
|
||||
X105965774Y-75924569D02*
|
||||
X106203869Y-75924569D01*
|
||||
X106203869Y-75924569D02*
|
||||
X106299107Y-75876950D01*
|
||||
X106299107Y-75876950D02*
|
||||
X106346726Y-75829330D01*
|
||||
X106346726Y-75829330D02*
|
||||
X106394345Y-75734092D01*
|
||||
X106394345Y-75734092D02*
|
||||
X106394345Y-75638854D01*
|
||||
X106394345Y-75638854D02*
|
||||
X106346726Y-75543616D01*
|
||||
X106346726Y-75543616D02*
|
||||
X106299107Y-75495997D01*
|
||||
X106299107Y-75495997D02*
|
||||
X106203869Y-75448378D01*
|
||||
X106203869Y-75448378D02*
|
||||
X106013393Y-75400759D01*
|
||||
X106013393Y-75400759D02*
|
||||
X105918155Y-75353140D01*
|
||||
X105918155Y-75353140D02*
|
||||
X105870536Y-75305521D01*
|
||||
X105870536Y-75305521D02*
|
||||
X105822917Y-75210283D01*
|
||||
X105822917Y-75210283D02*
|
||||
X105822917Y-75115045D01*
|
||||
X105822917Y-75115045D02*
|
||||
X105870536Y-75019807D01*
|
||||
X105870536Y-75019807D02*
|
||||
X105918155Y-74972188D01*
|
||||
X105918155Y-74972188D02*
|
||||
X106013393Y-74924569D01*
|
||||
X106013393Y-74924569D02*
|
||||
X106251488Y-74924569D01*
|
||||
X106251488Y-74924569D02*
|
||||
X106394345Y-74972188D01*
|
||||
X106727679Y-74924569D02*
|
||||
X106965774Y-75924569D01*
|
||||
X106965774Y-75924569D02*
|
||||
X107156250Y-75210283D01*
|
||||
X107156250Y-75210283D02*
|
||||
X107346726Y-75924569D01*
|
||||
X107346726Y-75924569D02*
|
||||
X107584822Y-74924569D01*
|
||||
X107870536Y-74924569D02*
|
||||
X108489583Y-74924569D01*
|
||||
X108489583Y-74924569D02*
|
||||
X108156250Y-75305521D01*
|
||||
X108156250Y-75305521D02*
|
||||
X108299107Y-75305521D01*
|
||||
X108299107Y-75305521D02*
|
||||
X108394345Y-75353140D01*
|
||||
X108394345Y-75353140D02*
|
||||
X108441964Y-75400759D01*
|
||||
X108441964Y-75400759D02*
|
||||
X108489583Y-75495997D01*
|
||||
X108489583Y-75495997D02*
|
||||
X108489583Y-75734092D01*
|
||||
X108489583Y-75734092D02*
|
||||
X108441964Y-75829330D01*
|
||||
X108441964Y-75829330D02*
|
||||
X108394345Y-75876950D01*
|
||||
X108394345Y-75876950D02*
|
||||
X108299107Y-75924569D01*
|
||||
X108299107Y-75924569D02*
|
||||
X108013393Y-75924569D01*
|
||||
X108013393Y-75924569D02*
|
||||
X107918155Y-75876950D01*
|
||||
X107918155Y-75876950D02*
|
||||
X107870536Y-75829330D01*
|
||||
X100811905Y-40779819D02*
|
||||
X100811905Y-39779819D01*
|
||||
X100811905Y-39779819D02*
|
||||
X101050000Y-39779819D01*
|
||||
X101050000Y-39779819D02*
|
||||
X101192857Y-39827438D01*
|
||||
X101192857Y-39827438D02*
|
||||
X101288095Y-39922676D01*
|
||||
X101288095Y-39922676D02*
|
||||
X101335714Y-40017914D01*
|
||||
X101335714Y-40017914D02*
|
||||
X101383333Y-40208390D01*
|
||||
X101383333Y-40208390D02*
|
||||
X101383333Y-40351247D01*
|
||||
X101383333Y-40351247D02*
|
||||
X101335714Y-40541723D01*
|
||||
X101335714Y-40541723D02*
|
||||
X101288095Y-40636961D01*
|
||||
X101288095Y-40636961D02*
|
||||
X101192857Y-40732200D01*
|
||||
X101192857Y-40732200D02*
|
||||
X101050000Y-40779819D01*
|
||||
X101050000Y-40779819D02*
|
||||
X100811905Y-40779819D01*
|
||||
X102335714Y-40779819D02*
|
||||
X101764286Y-40779819D01*
|
||||
X102050000Y-40779819D02*
|
||||
X102050000Y-39779819D01*
|
||||
X102050000Y-39779819D02*
|
||||
X101954762Y-39922676D01*
|
||||
X101954762Y-39922676D02*
|
||||
X101859524Y-40017914D01*
|
||||
X101859524Y-40017914D02*
|
||||
X101764286Y-40065533D01*
|
||||
X98578571Y-42562295D02*
|
||||
X98121428Y-42562295D01*
|
||||
X98350000Y-42562295D02*
|
||||
X98350000Y-41762295D01*
|
||||
X98350000Y-41762295D02*
|
||||
X98273809Y-41876580D01*
|
||||
X98273809Y-41876580D02*
|
||||
X98197619Y-41952771D01*
|
||||
X98197619Y-41952771D02*
|
||||
X98121428Y-41990866D01*
|
||||
X124872917Y-75876950D02*
|
||||
X125015774Y-75924569D01*
|
||||
X125015774Y-75924569D02*
|
||||
X125253869Y-75924569D01*
|
||||
X125253869Y-75924569D02*
|
||||
X125349107Y-75876950D01*
|
||||
X125349107Y-75876950D02*
|
||||
X125396726Y-75829330D01*
|
||||
X125396726Y-75829330D02*
|
||||
X125444345Y-75734092D01*
|
||||
X125444345Y-75734092D02*
|
||||
X125444345Y-75638854D01*
|
||||
X125444345Y-75638854D02*
|
||||
X125396726Y-75543616D01*
|
||||
X125396726Y-75543616D02*
|
||||
X125349107Y-75495997D01*
|
||||
X125349107Y-75495997D02*
|
||||
X125253869Y-75448378D01*
|
||||
X125253869Y-75448378D02*
|
||||
X125063393Y-75400759D01*
|
||||
X125063393Y-75400759D02*
|
||||
X124968155Y-75353140D01*
|
||||
X124968155Y-75353140D02*
|
||||
X124920536Y-75305521D01*
|
||||
X124920536Y-75305521D02*
|
||||
X124872917Y-75210283D01*
|
||||
X124872917Y-75210283D02*
|
||||
X124872917Y-75115045D01*
|
||||
X124872917Y-75115045D02*
|
||||
X124920536Y-75019807D01*
|
||||
X124920536Y-75019807D02*
|
||||
X124968155Y-74972188D01*
|
||||
X124968155Y-74972188D02*
|
||||
X125063393Y-74924569D01*
|
||||
X125063393Y-74924569D02*
|
||||
X125301488Y-74924569D01*
|
||||
X125301488Y-74924569D02*
|
||||
X125444345Y-74972188D01*
|
||||
X125777679Y-74924569D02*
|
||||
X126015774Y-75924569D01*
|
||||
X126015774Y-75924569D02*
|
||||
X126206250Y-75210283D01*
|
||||
X126206250Y-75210283D02*
|
||||
X126396726Y-75924569D01*
|
||||
X126396726Y-75924569D02*
|
||||
X126634822Y-74924569D01*
|
||||
X127444345Y-75257902D02*
|
||||
X127444345Y-75924569D01*
|
||||
X127206250Y-74876950D02*
|
||||
X126968155Y-75591235D01*
|
||||
X126968155Y-75591235D02*
|
||||
X127587202Y-75591235D01*
|
||||
X130761905Y-40804819D02*
|
||||
X130761905Y-39804819D01*
|
||||
X130761905Y-39804819D02*
|
||||
X131000000Y-39804819D01*
|
||||
X131000000Y-39804819D02*
|
||||
X131142857Y-39852438D01*
|
||||
X131142857Y-39852438D02*
|
||||
X131238095Y-39947676D01*
|
||||
X131238095Y-39947676D02*
|
||||
X131285714Y-40042914D01*
|
||||
X131285714Y-40042914D02*
|
||||
X131333333Y-40233390D01*
|
||||
X131333333Y-40233390D02*
|
||||
X131333333Y-40376247D01*
|
||||
X131333333Y-40376247D02*
|
||||
X131285714Y-40566723D01*
|
||||
X131285714Y-40566723D02*
|
||||
X131238095Y-40661961D01*
|
||||
X131238095Y-40661961D02*
|
||||
X131142857Y-40757200D01*
|
||||
X131142857Y-40757200D02*
|
||||
X131000000Y-40804819D01*
|
||||
X131000000Y-40804819D02*
|
||||
X130761905Y-40804819D01*
|
||||
X131714286Y-39900057D02*
|
||||
X131761905Y-39852438D01*
|
||||
X131761905Y-39852438D02*
|
||||
X131857143Y-39804819D01*
|
||||
X131857143Y-39804819D02*
|
||||
X132095238Y-39804819D01*
|
||||
X132095238Y-39804819D02*
|
||||
X132190476Y-39852438D01*
|
||||
X132190476Y-39852438D02*
|
||||
X132238095Y-39900057D01*
|
||||
X132238095Y-39900057D02*
|
||||
X132285714Y-39995295D01*
|
||||
X132285714Y-39995295D02*
|
||||
X132285714Y-40090533D01*
|
||||
X132285714Y-40090533D02*
|
||||
X132238095Y-40233390D01*
|
||||
X132238095Y-40233390D02*
|
||||
X131666667Y-40804819D01*
|
||||
X131666667Y-40804819D02*
|
||||
X132285714Y-40804819D01*
|
||||
X128528571Y-42587295D02*
|
||||
X128071428Y-42587295D01*
|
||||
X128300000Y-42587295D02*
|
||||
X128300000Y-41787295D01*
|
||||
X128300000Y-41787295D02*
|
||||
X128223809Y-41901580D01*
|
||||
X128223809Y-41901580D02*
|
||||
X128147619Y-41977771D01*
|
||||
X128147619Y-41977771D02*
|
||||
X128071428Y-42015866D01*
|
||||
X105822917Y-56826950D02*
|
||||
X105965774Y-56874569D01*
|
||||
X105965774Y-56874569D02*
|
||||
X106203869Y-56874569D01*
|
||||
X106203869Y-56874569D02*
|
||||
X106299107Y-56826950D01*
|
||||
X106299107Y-56826950D02*
|
||||
X106346726Y-56779330D01*
|
||||
X106346726Y-56779330D02*
|
||||
X106394345Y-56684092D01*
|
||||
X106394345Y-56684092D02*
|
||||
X106394345Y-56588854D01*
|
||||
X106394345Y-56588854D02*
|
||||
X106346726Y-56493616D01*
|
||||
X106346726Y-56493616D02*
|
||||
X106299107Y-56445997D01*
|
||||
X106299107Y-56445997D02*
|
||||
X106203869Y-56398378D01*
|
||||
X106203869Y-56398378D02*
|
||||
X106013393Y-56350759D01*
|
||||
X106013393Y-56350759D02*
|
||||
X105918155Y-56303140D01*
|
||||
X105918155Y-56303140D02*
|
||||
X105870536Y-56255521D01*
|
||||
X105870536Y-56255521D02*
|
||||
X105822917Y-56160283D01*
|
||||
X105822917Y-56160283D02*
|
||||
X105822917Y-56065045D01*
|
||||
X105822917Y-56065045D02*
|
||||
X105870536Y-55969807D01*
|
||||
X105870536Y-55969807D02*
|
||||
X105918155Y-55922188D01*
|
||||
X105918155Y-55922188D02*
|
||||
X106013393Y-55874569D01*
|
||||
X106013393Y-55874569D02*
|
||||
X106251488Y-55874569D01*
|
||||
X106251488Y-55874569D02*
|
||||
X106394345Y-55922188D01*
|
||||
X106727679Y-55874569D02*
|
||||
X106965774Y-56874569D01*
|
||||
X106965774Y-56874569D02*
|
||||
X107156250Y-56160283D01*
|
||||
X107156250Y-56160283D02*
|
||||
X107346726Y-56874569D01*
|
||||
X107346726Y-56874569D02*
|
||||
X107584822Y-55874569D01*
|
||||
X108489583Y-56874569D02*
|
||||
X107918155Y-56874569D01*
|
||||
X108203869Y-56874569D02*
|
||||
X108203869Y-55874569D01*
|
||||
X108203869Y-55874569D02*
|
||||
X108108631Y-56017426D01*
|
||||
X108108631Y-56017426D02*
|
||||
X108013393Y-56112664D01*
|
||||
X108013393Y-56112664D02*
|
||||
X107918155Y-56160283D01*
|
||||
D12*
|
||||
%TO.C,SW2*%
|
||||
X119221250Y-57467500D02*
|
||||
X133191250Y-57467500D01*
|
||||
X119221250Y-71437500D02*
|
||||
X119221250Y-57467500D01*
|
||||
X133191250Y-57467500D02*
|
||||
X133191250Y-71437500D01*
|
||||
X133191250Y-71437500D02*
|
||||
X119221250Y-71437500D01*
|
||||
%TO.C,SW3*%
|
||||
X100171250Y-76358750D02*
|
||||
X114141250Y-76358750D01*
|
||||
X100171250Y-90328750D02*
|
||||
X100171250Y-76358750D01*
|
||||
X114141250Y-76358750D02*
|
||||
X114141250Y-90328750D01*
|
||||
X114141250Y-90328750D02*
|
||||
X100171250Y-90328750D01*
|
||||
%TO.C,D1*%
|
||||
X98750000Y-41075000D02*
|
||||
X98750000Y-45075000D01*
|
||||
X98750000Y-41075000D02*
|
||||
X104350000Y-41075000D01*
|
||||
X98750000Y-45075000D02*
|
||||
X103750000Y-45075000D01*
|
||||
X104350000Y-44475000D02*
|
||||
X103750000Y-45075000D01*
|
||||
X104350000Y-44475000D02*
|
||||
X104350000Y-41075000D01*
|
||||
%TO.C,SW4*%
|
||||
X119221250Y-76358750D02*
|
||||
X133191250Y-76358750D01*
|
||||
X119221250Y-90328750D02*
|
||||
X119221250Y-76358750D01*
|
||||
X133191250Y-76358750D02*
|
||||
X133191250Y-90328750D01*
|
||||
X133191250Y-90328750D02*
|
||||
X119221250Y-90328750D01*
|
||||
%TO.C,D2*%
|
||||
X128700000Y-41100000D02*
|
||||
X128700000Y-45100000D01*
|
||||
X128700000Y-41100000D02*
|
||||
X134300000Y-41100000D01*
|
||||
X128700000Y-45100000D02*
|
||||
X133700000Y-45100000D01*
|
||||
X134300000Y-44500000D02*
|
||||
X133700000Y-45100000D01*
|
||||
X134300000Y-44500000D02*
|
||||
X134300000Y-41100000D01*
|
||||
D13*
|
||||
%TO.C,U1*%
|
||||
X107110000Y-51709000D02*
|
||||
X107110000Y-34564000D01*
|
||||
X109015000Y-53614000D02*
|
||||
X122985000Y-53614000D01*
|
||||
X111505000Y-32659000D02*
|
||||
X111508728Y-31748728D01*
|
||||
X112008728Y-31249000D02*
|
||||
X120004000Y-31249000D01*
|
||||
X120504000Y-31749000D02*
|
||||
X120504000Y-32659000D01*
|
||||
D14*
|
||||
X122985000Y-32659000D02*
|
||||
X109015000Y-32659000D01*
|
||||
D13*
|
||||
X122985000Y-32659000D02*
|
||||
X109015000Y-32659000D01*
|
||||
X124890000Y-51709000D02*
|
||||
X124890000Y-34564000D01*
|
||||
X107110000Y-34564000D02*
|
||||
G75*
|
||||
G02*
|
||||
X109015000Y-32659000I1905001J-1D01*
|
||||
G01*
|
||||
X109015000Y-53614000D02*
|
||||
G75*
|
||||
G02*
|
||||
X107110000Y-51709000I1J1905001D01*
|
||||
G01*
|
||||
X111508728Y-31748728D02*
|
||||
G75*
|
||||
G02*
|
||||
X112008728Y-31249001I500018J-291D01*
|
||||
G01*
|
||||
X120004000Y-31249000D02*
|
||||
G75*
|
||||
G02*
|
||||
X120504000Y-31749000I0J-500000D01*
|
||||
G01*
|
||||
X122985000Y-32659000D02*
|
||||
G75*
|
||||
G02*
|
||||
X124890000Y-34564000I0J-1905000D01*
|
||||
G01*
|
||||
X124890000Y-51709000D02*
|
||||
G75*
|
||||
G02*
|
||||
X122985000Y-53614000I-1905000J0D01*
|
||||
G01*
|
||||
D15*
|
||||
X107302000Y-32900000D02*
|
||||
G75*
|
||||
G02*
|
||||
X106798000Y-32900000I-252000J0D01*
|
||||
G01*
|
||||
X106798000Y-32900000D02*
|
||||
G75*
|
||||
G02*
|
||||
X107302000Y-32900000I252000J0D01*
|
||||
G01*
|
||||
X108445000Y-33780000D02*
|
||||
G75*
|
||||
G02*
|
||||
X107941000Y-33780000I-252000J0D01*
|
||||
G01*
|
||||
X107941000Y-33780000D02*
|
||||
G75*
|
||||
G02*
|
||||
X108445000Y-33780000I252000J0D01*
|
||||
G01*
|
||||
D12*
|
||||
%TO.C,SW1*%
|
||||
X100171250Y-57308750D02*
|
||||
X114141250Y-57308750D01*
|
||||
X100171250Y-71278750D02*
|
||||
X100171250Y-57308750D01*
|
||||
X114141250Y-57308750D02*
|
||||
X114141250Y-71278750D01*
|
||||
X114141250Y-71278750D02*
|
||||
X100171250Y-71278750D01*
|
||||
%TD*%
|
||||
M02*
|
||||
|
|
@ -0,0 +1,115 @@
|
|||
{
|
||||
"Header": {
|
||||
"GenerationSoftware": {
|
||||
"Vendor": "KiCad",
|
||||
"Application": "Pcbnew",
|
||||
"Version": "9.0.0"
|
||||
},
|
||||
"CreationDate": "2025-02-21T00:47:10+00:00"
|
||||
},
|
||||
"GeneralSpecs": {
|
||||
"ProjectId": {
|
||||
"Name": "hackpadtrollface",
|
||||
"GUID": "6861636b-7061-4647-9472-6f6c6c666163",
|
||||
"Revision": "rev?"
|
||||
},
|
||||
"Size": {
|
||||
"X": 41.05,
|
||||
"Y": 62.05
|
||||
},
|
||||
"LayerNumber": 2,
|
||||
"BoardThickness": 1.6,
|
||||
"Finish": "None"
|
||||
},
|
||||
"DesignRules": [
|
||||
{
|
||||
"Layers": "Outer",
|
||||
"PadToPad": 0.2,
|
||||
"PadToTrack": 0.2,
|
||||
"TrackToTrack": 0.2,
|
||||
"MinLineWidth": 0.2
|
||||
}
|
||||
],
|
||||
"FilesAttributes": [
|
||||
{
|
||||
"Path": "hackpadtrollface-F_Cu.gbr",
|
||||
"FileFunction": "Copper,L1,Top",
|
||||
"FilePolarity": "Positive"
|
||||
},
|
||||
{
|
||||
"Path": "hackpadtrollface-B_Cu.gbr",
|
||||
"FileFunction": "Copper,L2,Bot",
|
||||
"FilePolarity": "Positive"
|
||||
},
|
||||
{
|
||||
"Path": "hackpadtrollface-F_Silkscreen.gbr",
|
||||
"FileFunction": "Legend,Top",
|
||||
"FilePolarity": "Positive"
|
||||
},
|
||||
{
|
||||
"Path": "hackpadtrollface-B_Silkscreen.gbr",
|
||||
"FileFunction": "Legend,Bot",
|
||||
"FilePolarity": "Positive"
|
||||
},
|
||||
{
|
||||
"Path": "hackpadtrollface-F_Mask.gbr",
|
||||
"FileFunction": "SolderMask,Top",
|
||||
"FilePolarity": "Negative"
|
||||
},
|
||||
{
|
||||
"Path": "hackpadtrollface-B_Mask.gbr",
|
||||
"FileFunction": "SolderMask,Bot",
|
||||
"FilePolarity": "Negative"
|
||||
},
|
||||
{
|
||||
"Path": "hackpadtrollface-Edge_Cuts.gbr",
|
||||
"FileFunction": "Profile",
|
||||
"FilePolarity": "Positive"
|
||||
}
|
||||
],
|
||||
"MaterialStackup": [
|
||||
{
|
||||
"Type": "Legend",
|
||||
"Name": "Top Silk Screen"
|
||||
},
|
||||
{
|
||||
"Type": "SolderPaste",
|
||||
"Name": "Top Solder Paste"
|
||||
},
|
||||
{
|
||||
"Type": "SolderMask",
|
||||
"Thickness": 0.01,
|
||||
"Name": "Top Solder Mask"
|
||||
},
|
||||
{
|
||||
"Type": "Copper",
|
||||
"Thickness": 0.035,
|
||||
"Name": "F.Cu"
|
||||
},
|
||||
{
|
||||
"Type": "Dielectric",
|
||||
"Thickness": 1.51,
|
||||
"Material": "FR4",
|
||||
"Name": "F.Cu/B.Cu",
|
||||
"Notes": "Type: dielectric layer 1 (from F.Cu to B.Cu)"
|
||||
},
|
||||
{
|
||||
"Type": "Copper",
|
||||
"Thickness": 0.035,
|
||||
"Name": "B.Cu"
|
||||
},
|
||||
{
|
||||
"Type": "SolderMask",
|
||||
"Thickness": 0.01,
|
||||
"Name": "Bottom Solder Mask"
|
||||
},
|
||||
{
|
||||
"Type": "SolderPaste",
|
||||
"Name": "Bottom Solder Paste"
|
||||
},
|
||||
{
|
||||
"Type": "Legend",
|
||||
"Name": "Bottom Silk Screen"
|
||||
}
|
||||
]
|
||||
}
|
||||
1484
hackpads/hackpadtrollface/production/Bottom.step
Normal file
1484
hackpads/hackpadtrollface/production/Bottom.step
Normal file
File diff suppressed because it is too large
Load diff
11826
hackpads/hackpadtrollface/production/Top.step
Normal file
11826
hackpads/hackpadtrollface/production/Top.step
Normal file
File diff suppressed because it is too large
Load diff
BIN
hackpads/hackpadtrollface/production/gerbers.zip
Normal file
BIN
hackpads/hackpadtrollface/production/gerbers.zip
Normal file
Binary file not shown.
38
hackpads/hackpadtrollface/production/main.py
Normal file
38
hackpads/hackpadtrollface/production/main.py
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
# You import all the IOs of your board
|
||||
import board
|
||||
|
||||
# These are imports from the kmk library
|
||||
from kmk.kmk_keyboard import KMKKeyboard
|
||||
from kmk.scanners.keypad import KeysScanner
|
||||
from kmk.keys import KC
|
||||
from kmk.modules.macros import Press, Release, Tap, Macros
|
||||
|
||||
# This is the main instance of your keyboard
|
||||
keyboard = KMKKeyboard()
|
||||
|
||||
# Add the macro extension
|
||||
macros = Macros()
|
||||
keyboard.modules.append(macros)
|
||||
|
||||
# Define your pins here!
|
||||
PINS = [board.D3, board.D4, board.D2, board.D1]
|
||||
|
||||
# Tell kmk we are not using a key matrix
|
||||
keyboard.matrix = KeysScanner(
|
||||
pins=PINS,
|
||||
value_when_pressed=False,
|
||||
)
|
||||
|
||||
# Here you define the buttons corresponding to the pins
|
||||
# Look here for keycodes: https://github.com/KMKfw/kmk_firmware/blob/main/docs/en/keycodes.md
|
||||
# And here for macros: https://github.com/KMKfw/kmk_firmware/blob/main/docs/en/macros.md
|
||||
keyboard.keymap = [
|
||||
[KC.COPY,
|
||||
KC.CUT,
|
||||
KC.PASTE,
|
||||
KC.Macro('❤️☀️💚'),]
|
||||
]
|
||||
|
||||
# Start kmk!
|
||||
if __name__ == '__main__':
|
||||
keyboard.go()
|
||||
Loading…
Add table
Reference in a new issue