added atlaspad

This commit is contained in:
Volkov08 2025-02-21 01:30:44 +01:00
parent 4b2af76593
commit a36489245c
140 changed files with 274736 additions and 1 deletions

Binary file not shown.

View file

@ -0,0 +1,95 @@
ISO-10303-21;
HEADER;
/* Generated by software containing ST-Developer
* from STEP Tools, Inc. (www.steptools.com)
*/
FILE_DESCRIPTION(
/* description */ ('',
'CAx-IF Rec.Pracs.---Representation and Presentation of Product Manufa
cturing Information (PMI)---4.0---2014-10-13'),
/* implementation_level */ '2;1');
FILE_NAME(
/* name */ 'HackpadCase v172.step',
/* time_stamp */ '2025-02-21T01:05:34+01:00',
/* author */ (''),
/* organization */ (''),
/* preprocessor_version */ 'ST-DEVELOPER v20',
/* originating_system */ 'Autodesk Translation Framework v13.20.0.188',
/* authorisation */ '');
FILE_SCHEMA (('AP242_MANAGED_MODEL_BASED_3D_ENGINEERING_MIM_LF { 1 0 10303 442 1 1 4 }'));
ENDSEC;
DATA;
#10=MECHANICAL_DESIGN_GEOMETRIC_PRESENTATION_REPRESENTATION('',(),#18);
#11=AXIS2_PLACEMENT_3D('',#14,#12,#13);
#12=DIRECTION('axis',(0.,0.,1.));
#13=DIRECTION('refdir',(1.,0.,0.));
#14=CARTESIAN_POINT('',(0.,0.,0.));
#15=UNCERTAINTY_MEASURE_WITH_UNIT(LENGTH_MEASURE(0.01),#19,
'DISTANCE_ACCURACY_VALUE',
'Maximum model space distance between geometric entities at asserted c
onnectivities');
#16=UNCERTAINTY_MEASURE_WITH_UNIT(LENGTH_MEASURE(0.01),#19,
'DISTANCE_ACCURACY_VALUE',
'Maximum model space distance between geometric entities at asserted c
onnectivities');
#17=(
GEOMETRIC_REPRESENTATION_CONTEXT(3)
GLOBAL_UNCERTAINTY_ASSIGNED_CONTEXT((#15))
GLOBAL_UNIT_ASSIGNED_CONTEXT((#19,#20,#21))
REPRESENTATION_CONTEXT('','3D')
);
#18=(
GEOMETRIC_REPRESENTATION_CONTEXT(3)
GLOBAL_UNCERTAINTY_ASSIGNED_CONTEXT((#16))
GLOBAL_UNIT_ASSIGNED_CONTEXT((#19,#20,#21))
REPRESENTATION_CONTEXT('','3D')
);
#19=(
LENGTH_UNIT()
NAMED_UNIT(*)
SI_UNIT(.MILLI.,.METRE.)
);
#20=(
NAMED_UNIT(*)
PLANE_ANGLE_UNIT()
SI_UNIT($,.RADIAN.)
);
#21=(
NAMED_UNIT(*)
SI_UNIT($,.STERADIAN.)
SOLID_ANGLE_UNIT()
);
#22=SHAPE_DEFINITION_REPRESENTATION(#23,#24);
#23=PRODUCT_DEFINITION_SHAPE('',$,#26);
#24=SHAPE_REPRESENTATION('',(#11),#17);
#25=PRODUCT_DEFINITION_CONTEXT('part definition',#30,'design');
#26=PRODUCT_DEFINITION('HackpadCase','HackpadCase v172',#27,#25);
#27=PRODUCT_DEFINITION_FORMATION('',$,#32);
#28=PRODUCT_RELATED_PRODUCT_CATEGORY('HackpadCase v172',
'HackpadCase v172',(#32));
#29=APPLICATION_PROTOCOL_DEFINITION('international standard',
'ap242_managed_model_based_3d_engineering',2011,#30);
#30=APPLICATION_CONTEXT('Managed model based 3d engineering');
#31=PRODUCT_CONTEXT('part definition',#30,'mechanical');
#32=PRODUCT('HackpadCase','HackpadCase v172',$,(#31));
#33=PRESENTATION_STYLE_ASSIGNMENT((#35));
#34=PRESENTATION_STYLE_ASSIGNMENT((#36));
#35=SURFACE_STYLE_USAGE(.BOTH.,#37);
#36=SURFACE_STYLE_USAGE(.BOTH.,#38);
#37=SURFACE_SIDE_STYLE('',(#39));
#38=SURFACE_SIDE_STYLE('',(#40));
#39=SURFACE_STYLE_FILL_AREA(#41);
#40=SURFACE_STYLE_FILL_AREA(#42);
#41=FILL_AREA_STYLE('Steel - Satin',(#43));
#42=FILL_AREA_STYLE('Black',(#44));
#43=FILL_AREA_STYLE_COLOUR('Steel - Satin',#45);
#44=FILL_AREA_STYLE_COLOUR('Black',#46);
#45=COLOUR_RGB('Steel - Satin',0.627450980392157,0.627450980392157,0.627450980392157);
#46=COLOUR_RGB('Black',0.172549019607843,0.172549019607843,0.172549019607843);
ENDSEC;
END-ISO-10303-21;

View file

View file

@ -0,0 +1,2 @@
// SPDX-License-Identifier: GPL-2.0-or-later
#include <config.h>

View file

@ -0,0 +1,21 @@
// SPDX-License-Identifier: GPL-2.0-or-later
#define DIP_SWITCH_MATRIX_GRID { {1,3}, {0,3}, {3,3},{2,3}} //Encoders 1 and 2, Inps A&B
#define WS2812_DI_PIN GP0
//#define RGBLIGHT_LED_COUNT 14
//#define RP_I2C_USE_I2C1
#define LAYOUT_pad_4x4_2Enc( \
sw1, sw2, \
sw3, sw4, \
sw5,sw6,sw7,sw8, \
sw9,sw10,sw11,sw12 \
){ \
{sw1,sw5,sw9,KC_NO}, \
{sw2,sw6,sw10,KC_NO}, \
{sw3,sw7,sw11,KC_NO}, \
{sw4,sw8,sw12,KC_NO} \
}

View file

@ -0,0 +1,62 @@
{
"manufacturer": "Volkov08",
"maintainer": "Volkov08",
"keyboard_name": "atlaspad",
"diode_direction": "COL2ROW",
"processor": "RP2040",
"bootloader": "rp2040",
"features": {
"bootmagic": true,
"command": false,
"console": false,
"extrakey": true,
"mousekey": true,
"nkro": true
},
"matrix_pins": {
"cols": ["GP26", "GP27", "GP28", "GP29"],
"rows": ["GP4", "GP3", "GP2", "GP1"]
},
"usb": {
"device_version": "1.0.0",
"pid": "0xA7A5",
"vid": "0xFEED"
},
"layouts": {
"LAYOUT": {
"layout": [
{ "label": "SW1", "matrix": [0, 0], "x": 0, "y": 0 },
{ "label": "SW2", "matrix": [1, 0], "x": 3, "y": 0 },
{ "label": "SW3", "matrix": [2, 0], "x": 0, "y": 1 },
{ "label": "SW4", "matrix": [3, 0], "x": 3, "y": 1 },
{ "label": "SW5", "matrix": [0, 1], "x": 0, "y": 2 },
{ "label": "SW6", "matrix": [1, 1], "x": 1, "y": 2 },
{ "label": "SW7", "matrix": [2, 1], "x": 2, "y": 2 },
{ "label": "SW8", "matrix": [3, 1], "x": 3, "y": 2 },
{ "label": "SW9", "matrix": [0, 2], "x": 0, "y": 2 },
{ "label": "SW10", "matrix": [1, 2], "x": 1, "y": 2 },
{ "label": "SW11", "matrix": [2, 2], "x": 2, "y": 2 },
{ "label": "SW12", "matrix": [3, 2], "x": 3, "y": 2 }
]
}
},
"dip_switch": {
"enabled": true,
"matrix_grid": [
[1, 3],
[0, 3],
[3, 3],
[2, 3]
]
},
"rgblight": {
"led_count": 14,
"animations": {
"rainbow_mood": true
},
"default": {
"animation": "rainbow_mood"
},
"driver": "ws2812"
}
}

View file

@ -0,0 +1,74 @@
// Copyright 2023 QMK
// SPDX-License-Identifier: GPL-2.0-or-later
#include QMK_KEYBOARD_H
//box drawing characters
// ┌ ┬ ┐
// ├ ┼ ┤
// └ ┴ ┘
// ─ │
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
/*
*
* /\ Hom
*
* \/ End
*
* F1 F2 F3 F4
*
* F5 F6 F7 F8
*
*/
[0] = LAYOUT_pad_4x4_2Enc(
KC_PGUP, KC_HOME,
KC_PGDN, KC_END,
KC_F1, KC_F2, KC_F3, KC_F4,
KC_F5, KC_F6, KC_F7, KC_F8
)
};
#ifdef DIP_SWITCH_ENABLE
//Encoders as DIP switches in Matrix Grid
uint32_t stateBefore = 1UL << 4;
bool dip_switch_update_mask_user(uint32_t state) {
if (state == stateBefore) return false;
uint32_t rising = state & ~stateBefore;
if (stateBefore != 1UL << 4) {
uint32_t enc1 = rising & (1UL << 0 | 1UL << 1);
uint32_t enc2 = (rising & (1UL << 2 | 1UL << 3))>>2;
if (enc1 == 2){
tap_code(KC_RIGHT);
} else if (enc1 == 1){
tap_code(KC_LEFT);
}
if (enc2 == 2){
tap_code_delay(KC_KB_VOLUME_UP,10);
} else if (enc2 == 1){
tap_code_delay(KC_KB_VOLUME_DOWN,10);
}
}
stateBefore = state;
return true;
}
#endif
#ifdef OLED_ENABLE
oled_rotation_t oled_init_user(oled_rotation_t rotation) {
return OLED_ROTATION_180;
}
bool oled_task_user(void) {
//test line
oled_write_P(PSTR("Atlaspad by Volkov"), false);
// Host Keyboard LED Status
led_t led_state = host_keyboard_led_state();
oled_write_P(led_state.num_lock ? PSTR("NUM ") : PSTR(" "), false);
oled_write_P(led_state.caps_lock ? PSTR("CAP ") : PSTR(" "), false);
oled_write_P(led_state.scroll_lock ? PSTR("SCR ") : PSTR(" "), false);
return false;
}
#endif

View file

@ -0,0 +1,26 @@
# atlaspad
![atlaspad](https://raw.githubusercontent.com/Volkov08/atlaspad/refs/heads/master/assets/L1.png)
_A short description of the keyboard/project_
- Keyboard Maintainer: [Volkov08](https://github.com/Volkov08)
- Custom Macropad built for Hackpad YSWS using the RP2040
Make example for this keyboard (after setting up your build environment):
make atlaspad:default
Flashing example for this keyboard:
make atlaspad:default:flash
See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).
## Bootloader
Enter the bootloader in 3 ways:
- **Bootmagic reset**: Hold down the key at (0,0) in the matrix (usually the top left key or Escape) and plug in the keyboard
- **Physical reset button**: Briefly press the button on the back of the PCB - some may have pads you must short instead
- **Keycode in layout**: Press the key mapped to `QK_BOOT` if it is available

View file

@ -0,0 +1,12 @@
BOOTLOADER = rp2040
#DIP_SWITCH_ENABLE = yes
OLED_ENABLE = yes
OLED_DRIVER = ssd1306
OLED_TRANSPORT = i2c
RGBLIGHT_ENABLE = yes
#RGBLIGHT_DRIVER = ws2812
WS2812_DRIVER = vendor

6
hackpads/atlaspad/PCB/.gitignore vendored Normal file
View file

@ -0,0 +1,6 @@
hackpad-backups/
fp-info-cache
venv/
*.lck
*.log
_autosave*

View file

@ -0,0 +1,81 @@
(kicad_symbol_lib
(version 20211014)
(generator https://github.com/uPesy/easyeda2kicad.py)
(symbol "EC05E1220203"
(in_bom yes)
(on_board yes)
(property
"Reference"
"SW"
(id 0)
(at 0 15.24 0)
(effects (font (size 1.27 1.27) ) )
)
(property
"Value"
"EC05E1220203"
(id 1)
(at 0 -15.24 0)
(effects (font (size 1.27 1.27) ) )
)
(property
"Footprint"
"EC05E1220203:SW-SMD_EC05E1220203"
(id 2)
(at 0 -17.78 0)
(effects (font (size 1.27 1.27) ) hide)
)
(property
"Datasheet"
"https://lcsc.com/product-detail/New-Arrivals_ALPS-Electric-EC05E1220203_C390930.html"
(id 3)
(at 0 -20.32 0)
(effects (font (size 1.27 1.27) ) hide)
)
(property
"LCSC Part"
"C390930"
(id 5)
(at 0 -22.86 0)
(effects (font (size 1.27 1.27) ) hide)
)
(symbol "EC05E1220203_0_1"
(rectangle
(start -5.08 5.08)
(end 5.08 -5.08)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type background))
)
(pin unspecified line
(at -2.54 10.16 270)
(length 5.08)
(name "5" (effects (font (size 1.27 1.27))))
(number "5" (effects (font (size 1.27 1.27))))
)
(pin unspecified line
(at 2.54 10.16 270)
(length 5.08)
(name "4" (effects (font (size 1.27 1.27))))
(number "4" (effects (font (size 1.27 1.27))))
)
(pin unspecified line
(at -2.54 -10.16 90)
(length 5.08)
(name "B" (effects (font (size 1.27 1.27))))
(number "B" (effects (font (size 1.27 1.27))))
)
(pin unspecified line
(at 0.00 -10.16 90)
(length 5.08)
(name "C" (effects (font (size 1.27 1.27))))
(number "C" (effects (font (size 1.27 1.27))))
)
(pin unspecified line
(at 2.54 -10.16 90)
(length 5.08)
(name "A" (effects (font (size 1.27 1.27))))
(number "A" (effects (font (size 1.27 1.27))))
)
)
)
)

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1,229 @@
(footprint "SW-SMD_EC05E1220203"
(version 20240108)
(generator "pcbnew")
(generator_version "8.0")
(layer "F.Cu")
(property "Reference" "REF**"
(at 0 -4.42 0)
(layer "F.SilkS")
(uuid "b61241d6-b0f1-4998-93f0-7b087b9e2c46")
(effects
(font
(size 1 1)
(thickness 0.15)
)
)
)
(property "Value" "SW-SMD_EC05E1220203"
(at 0 4.42 0)
(layer "F.Fab")
(uuid "fc77fc3b-e7f2-41db-8641-9cdcae1a9fd5")
(effects
(font
(size 1 1)
(thickness 0.15)
)
)
)
(property "Footprint" ""
(at 0 0 0)
(layer "F.Fab")
(hide yes)
(uuid "5a9be1c1-0fac-4fe5-a721-b0e0fa197c60")
(effects
(font
(size 1.27 1.27)
(thickness 0.15)
)
)
)
(property "Datasheet" ""
(at 0 0 0)
(layer "F.Fab")
(hide yes)
(uuid "19bc665c-7365-422c-9765-081df05a09d2")
(effects
(font
(size 1.27 1.27)
(thickness 0.15)
)
)
)
(property "Description" ""
(at 0 0 0)
(layer "F.Fab")
(hide yes)
(uuid "89bf7f20-c130-4ef9-abaf-7d14d10122fd")
(effects
(font
(size 1.27 1.27)
(thickness 0.15)
)
)
)
(attr smd)
(fp_line
(start -3.73 -2.7)
(end -3.73 -1.93)
(stroke
(width 0.25)
(type solid)
)
(layer "F.SilkS")
(uuid "a1ed321d-d5f9-4d92-80e2-bd8d9e76ffcb")
)
(fp_line
(start -3.43 -2.7)
(end -3.73 -2.7)
(stroke
(width 0.25)
(type solid)
)
(layer "F.SilkS")
(uuid "94e7d20d-754b-4818-9252-76515a002cc2")
)
(fp_line
(start -2.77 0.6)
(end -2.73 0.6)
(stroke
(width 0.25)
(type solid)
)
(layer "F.SilkS")
(uuid "05ba5bd8-0212-4d97-8542-7c78bfdd2b26")
)
(fp_line
(start -1.33 -2.7)
(end 1.32 -2.7)
(stroke
(width 0.25)
(type solid)
)
(layer "F.SilkS")
(uuid "5a790cbe-cf48-4e1a-9722-ee4ce8c6cf25")
)
(fp_line
(start -1.27 0.6)
(end -0.73 0.6)
(stroke
(width 0.25)
(type solid)
)
(layer "F.SilkS")
(uuid "585fb896-ddff-429b-9bdd-1b746440d15a")
)
(fp_line
(start 0.73 0.6)
(end 1.27 0.6)
(stroke
(width 0.25)
(type solid)
)
(layer "F.SilkS")
(uuid "2441d29c-a9d8-4d52-ac56-bfc87cc0b153")
)
(fp_line
(start 2.73 0.6)
(end 2.77 0.6)
(stroke
(width 0.25)
(type solid)
)
(layer "F.SilkS")
(uuid "96534870-8ea0-4782-97d1-5728e4918d4e")
)
(fp_line
(start 3.45 -2.71)
(end 3.75 -2.71)
(stroke
(width 0.25)
(type solid)
)
(layer "F.SilkS")
(uuid "59d21964-a05d-4cf4-a3cb-105185c2b289")
)
(fp_line
(start 3.75 -2.71)
(end 3.75 -1.94)
(stroke
(width 0.25)
(type solid)
)
(layer "F.SilkS")
(uuid "1ec1bef8-bb10-45a4-a964-17675d0d0da2")
)
(fp_circle
(center 1.99 1.01)
(end 2.19 1.01)
(stroke
(width 0.4)
(type solid)
)
(fill none)
(layer "Cmts.User")
(uuid "dca5fd43-d455-451a-93ae-642068885594")
)
(fp_circle
(center -3.75 -2.7)
(end -3.72 -2.7)
(stroke
(width 0.06)
(type solid)
)
(fill none)
(layer "F.Fab")
(uuid "878c053f-ff2e-4c9a-b289-3f3834d0e77c")
)
(fp_text user "${REFERENCE}"
(at 0 0 0)
(layer "F.Fab")
(uuid "a68b387f-8a61-4ca5-abed-348457eb2dee")
(effects
(font
(size 1 1)
(thickness 0.15)
)
)
)
(pad "4" smd rect
(at -3.63 -0.42)
(size 1.25 2.7)
(layers "F.Cu" "F.Paste" "F.Mask")
(uuid "70591495-2ea0-4e4b-9390-3ce94a376b25")
)
(pad "5" smd rect
(at 3.63 -0.42)
(size 1.25 2.7)
(layers "F.Cu" "F.Paste" "F.Mask")
(uuid "b13b3ab0-d52c-449a-ab9d-ceac3cdc95ba")
)
(pad "A" smd rect
(at 2 0.42)
(size 1 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(uuid "48a5b824-af19-4581-b834-e55e9b56aa0c")
)
(pad "B" smd rect
(at -2 0.42)
(size 1 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(uuid "14a09add-eeeb-4170-ac6d-156716ca182d")
)
(pad "C" smd rect
(at 0 0.42)
(size 1 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(uuid "fa83dcd8-f013-4c77-8da8-195e72c0ea60")
)
(model "${KIPRJMOD}/Libraries/EC05E1220203.pretty/SW-SMD_EC05E1220203-L7.5-W3.3-H7.1-P2.0.wrl"
(offset
(xyz 0 1 0)
)
(scale
(xyz 1 1 1)
)
(rotate
(xyz 0 0 180)
)
)
)

View file

@ -0,0 +1 @@
(footprint "Kailh-PG1353-Solderable-1.25U" (version 20240108) (generator "pcbnew") (generator_version "8.0") (layer "F.Cu") (property "Reference" "REF**" (at 0 3.75 0) (layer "Dwgs.User") (uuid "f2671b1c-b5fd-4cc1-b48c-165d1fbd5387") (effects (font (size 0.8 0.8) (thickness 0.15)))) (property "Value" "1.25U" (at 0 6 0) (layer "Dwgs.User") (uuid "7e9b4421-fc58-4b81-a584-7f6858b3211f") (effects (font (size 0.8 0.8) (thickness 0.15)))) (property "Footprint" "Kailh-PG1353-Solderable-1.25U" (at 0 0 0) (unlocked yes) (layer "F.Fab") (hide yes) (uuid "d5dd7341-7b40-4184-919e-eb7bf543a3a3") (effects (font (size 1.27 1.27)))) (property "Datasheet" "" (at 0 0 0) (unlocked yes) (layer "F.Fab") (hide yes) (uuid "797caf1f-8e58-4ad3-a346-3724dbe136ec") (effects (font (size 1.27 1.27)))) (property "Description" "" (at 0 0 0) (unlocked yes) (layer "F.Fab") (hide yes) (uuid "c53e9997-adf0-4d4b-b258-45a7c479c58e") (effects (font (size 1.27 1.27)))) (attr through_hole) (fp_line (start -7 -7) (end -7 -5) (stroke (width 0.15) (type solid)) (layer "Dwgs.User") (uuid "cbd645c9-d070-49be-b8e7-c685e9c512ec")) (fp_line (start -7 5) (end -7 7) (stroke (width 0.15) (type solid)) (layer "Dwgs.User") (uuid "852f6ed7-e578-4f31-9800-c44621da3cb1")) (fp_line (start -7 7) (end -5 7) (stroke (width 0.15) (type solid)) (layer "Dwgs.User") (uuid "92a54e0b-7aa1-4f62-8f5c-7dd947649c9e")) (fp_line (start -5 -7) (end -7 -7) (stroke (width 0.15) (type solid)) (layer "Dwgs.User") (uuid "8f02064b-c991-41c5-a747-5158ce4f2ddf")) (fp_line (start 5 -7) (end 7 -7) (stroke (width 0.15) (type solid)) (layer "Dwgs.User") (uuid "a50b9b42-678b-47c7-b062-1f419116b795")) (fp_line (start 5 7) (end 7 7) (stroke (width 0.15) (type solid)) (layer "Dwgs.User") (uuid "59203258-8faa-4001-88d4-dc9c6428acd6")) (fp_line (start 7 -7) (end 7 -5) (stroke (width 0.15) (type solid)) (layer "Dwgs.User") (uuid "957c70b6-9da5-4c00-8103-e789daced34c")) (fp_line (start 7 7) (end 7 5) (stroke (width 0.15) (type solid)) (layer "Dwgs.User") (uuid "ba0a3343-f530-4476-a060-3d23f67bda0c")) (fp_rect (start -1.6 3.73) (end 1.6 6.13) (stroke (width 0.1) (type default)) (fill none) (layer "Cmts.User") (uuid "6ad16729-e3a2-4093-b87d-429c0e6f6198")) (pad "" np_thru_hole oval (at -5 5.15 180) (size 1.5 2) (drill oval 1.5 2) (layers "F&B.Cu" "*.Mask") (uuid "bb5484b7-6ebc-4550-8ed8-3800fd4d65c5")) (pad "" np_thru_hole circle (at 0 0 180) (size 5 5) (drill 5.1) (layers "F&B.Cu" "*.Mask") (uuid "5c5d59cf-e588-40dc-956e-52cd5192586d")) (pad "1" thru_hole circle (at 5 -3.8 180) (size 2.3 2.3) (drill 1.45) (layers "*.Cu" "B.Mask") (remove_unused_layers no) (uuid "068d758f-d2e5-47d9-8773-3595b3d9ee06")) (pad "2" thru_hole circle (at 0 -6 180) (size 2.3 2.3) (drill 1.45) (layers "*.Cu" "B.Mask") (remove_unused_layers no) (uuid "5590dd3e-314b-4ff2-9fcf-23b33e405d62")) (fp_line (start 11.90625 9.525) (end -11.90625 9.525) (layer Dwgs.User) (width 0.15) (tstamp 1c6a66b6-85f7-4aa6-873e-baaf71846444)) (fp_line (start 11.90625 -9.525) (end -11.90625 -9.525) (layer Dwgs.User) (width 0.15) (tstamp f3d1485d-616c-4f9f-ae27-aad279c52446)) (fp_line (start 11.90625 9.525) (end 11.90625 -9.525) (layer Dwgs.User) (width 0.15) (tstamp 61916984-89c9-4dbf-bd19-10f537380044)) (fp_line (start -11.90625 9.525) (end -11.90625 -9.525) (layer Dwgs.User) (width 0.15) (tstamp c80fb120-2e38-48f5-ab64-401bff14a018)))

View file

@ -0,0 +1 @@
(footprint "Kailh-PG1353-Solderable-1.5U" (version 20240108) (generator "pcbnew") (generator_version "8.0") (layer "F.Cu") (property "Reference" "REF**" (at 0 3.75 0) (layer "Dwgs.User") (uuid "f2671b1c-b5fd-4cc1-b48c-165d1fbd5387") (effects (font (size 0.8 0.8) (thickness 0.15)))) (property "Value" "1.5U" (at 0 6 0) (layer "Dwgs.User") (uuid "7e9b4421-fc58-4b81-a584-7f6858b3211f") (effects (font (size 0.8 0.8) (thickness 0.15)))) (property "Footprint" "Kailh-PG1353-Solderable-1.5U" (at 0 0 0) (unlocked yes) (layer "F.Fab") (hide yes) (uuid "d5dd7341-7b40-4184-919e-eb7bf543a3a3") (effects (font (size 1.27 1.27)))) (property "Datasheet" "" (at 0 0 0) (unlocked yes) (layer "F.Fab") (hide yes) (uuid "797caf1f-8e58-4ad3-a346-3724dbe136ec") (effects (font (size 1.27 1.27)))) (property "Description" "" (at 0 0 0) (unlocked yes) (layer "F.Fab") (hide yes) (uuid "c53e9997-adf0-4d4b-b258-45a7c479c58e") (effects (font (size 1.27 1.27)))) (attr through_hole) (fp_line (start -7 -7) (end -7 -5) (stroke (width 0.15) (type solid)) (layer "Dwgs.User") (uuid "cbd645c9-d070-49be-b8e7-c685e9c512ec")) (fp_line (start -7 5) (end -7 7) (stroke (width 0.15) (type solid)) (layer "Dwgs.User") (uuid "852f6ed7-e578-4f31-9800-c44621da3cb1")) (fp_line (start -7 7) (end -5 7) (stroke (width 0.15) (type solid)) (layer "Dwgs.User") (uuid "92a54e0b-7aa1-4f62-8f5c-7dd947649c9e")) (fp_line (start -5 -7) (end -7 -7) (stroke (width 0.15) (type solid)) (layer "Dwgs.User") (uuid "8f02064b-c991-41c5-a747-5158ce4f2ddf")) (fp_line (start 5 -7) (end 7 -7) (stroke (width 0.15) (type solid)) (layer "Dwgs.User") (uuid "a50b9b42-678b-47c7-b062-1f419116b795")) (fp_line (start 5 7) (end 7 7) (stroke (width 0.15) (type solid)) (layer "Dwgs.User") (uuid "59203258-8faa-4001-88d4-dc9c6428acd6")) (fp_line (start 7 -7) (end 7 -5) (stroke (width 0.15) (type solid)) (layer "Dwgs.User") (uuid "957c70b6-9da5-4c00-8103-e789daced34c")) (fp_line (start 7 7) (end 7 5) (stroke (width 0.15) (type solid)) (layer "Dwgs.User") (uuid "ba0a3343-f530-4476-a060-3d23f67bda0c")) (fp_rect (start -1.6 3.73) (end 1.6 6.13) (stroke (width 0.1) (type default)) (fill none) (layer "Cmts.User") (uuid "6ad16729-e3a2-4093-b87d-429c0e6f6198")) (pad "" np_thru_hole oval (at -5 5.15 180) (size 1.5 2) (drill oval 1.5 2) (layers "F&B.Cu" "*.Mask") (uuid "bb5484b7-6ebc-4550-8ed8-3800fd4d65c5")) (pad "" np_thru_hole circle (at 0 0 180) (size 5 5) (drill 5.1) (layers "F&B.Cu" "*.Mask") (uuid "5c5d59cf-e588-40dc-956e-52cd5192586d")) (pad "1" thru_hole circle (at 5 -3.8 180) (size 2.3 2.3) (drill 1.45) (layers "*.Cu" "B.Mask") (remove_unused_layers no) (uuid "068d758f-d2e5-47d9-8773-3595b3d9ee06")) (pad "2" thru_hole circle (at 0 -6 180) (size 2.3 2.3) (drill 1.45) (layers "*.Cu" "B.Mask") (remove_unused_layers no) (uuid "5590dd3e-314b-4ff2-9fcf-23b33e405d62")) (fp_line (start 14.287500000000001 9.525) (end -14.287500000000001 9.525) (layer Dwgs.User) (width 0.15) (tstamp 7ea1e521-f1c0-48f4-8e94-15bfa51a9b37)) (fp_line (start 14.287500000000001 -9.525) (end -14.287500000000001 -9.525) (layer Dwgs.User) (width 0.15) (tstamp 1c865748-8ab4-4584-b66b-c4cdd9b743d8)) (fp_line (start 14.287500000000001 9.525) (end 14.287500000000001 -9.525) (layer Dwgs.User) (width 0.15) (tstamp e21dbf12-6d56-4a04-bdf3-9bcf83b0b4f3)) (fp_line (start -14.287500000000001 9.525) (end -14.287500000000001 -9.525) (layer Dwgs.User) (width 0.15) (tstamp 67f0136a-e0cd-4ced-ac65-084cd2121583)))

View file

@ -0,0 +1 @@
(footprint "Kailh-PG1353-Solderable-1.75U" (version 20240108) (generator "pcbnew") (generator_version "8.0") (layer "F.Cu") (property "Reference" "REF**" (at 0 3.75 0) (layer "Dwgs.User") (uuid "f2671b1c-b5fd-4cc1-b48c-165d1fbd5387") (effects (font (size 0.8 0.8) (thickness 0.15)))) (property "Value" "1.75U" (at 0 6 0) (layer "Dwgs.User") (uuid "7e9b4421-fc58-4b81-a584-7f6858b3211f") (effects (font (size 0.8 0.8) (thickness 0.15)))) (property "Footprint" "Kailh-PG1353-Solderable-1.75U" (at 0 0 0) (unlocked yes) (layer "F.Fab") (hide yes) (uuid "d5dd7341-7b40-4184-919e-eb7bf543a3a3") (effects (font (size 1.27 1.27)))) (property "Datasheet" "" (at 0 0 0) (unlocked yes) (layer "F.Fab") (hide yes) (uuid "797caf1f-8e58-4ad3-a346-3724dbe136ec") (effects (font (size 1.27 1.27)))) (property "Description" "" (at 0 0 0) (unlocked yes) (layer "F.Fab") (hide yes) (uuid "c53e9997-adf0-4d4b-b258-45a7c479c58e") (effects (font (size 1.27 1.27)))) (attr through_hole) (fp_line (start -7 -7) (end -7 -5) (stroke (width 0.15) (type solid)) (layer "Dwgs.User") (uuid "cbd645c9-d070-49be-b8e7-c685e9c512ec")) (fp_line (start -7 5) (end -7 7) (stroke (width 0.15) (type solid)) (layer "Dwgs.User") (uuid "852f6ed7-e578-4f31-9800-c44621da3cb1")) (fp_line (start -7 7) (end -5 7) (stroke (width 0.15) (type solid)) (layer "Dwgs.User") (uuid "92a54e0b-7aa1-4f62-8f5c-7dd947649c9e")) (fp_line (start -5 -7) (end -7 -7) (stroke (width 0.15) (type solid)) (layer "Dwgs.User") (uuid "8f02064b-c991-41c5-a747-5158ce4f2ddf")) (fp_line (start 5 -7) (end 7 -7) (stroke (width 0.15) (type solid)) (layer "Dwgs.User") (uuid "a50b9b42-678b-47c7-b062-1f419116b795")) (fp_line (start 5 7) (end 7 7) (stroke (width 0.15) (type solid)) (layer "Dwgs.User") (uuid "59203258-8faa-4001-88d4-dc9c6428acd6")) (fp_line (start 7 -7) (end 7 -5) (stroke (width 0.15) (type solid)) (layer "Dwgs.User") (uuid "957c70b6-9da5-4c00-8103-e789daced34c")) (fp_line (start 7 7) (end 7 5) (stroke (width 0.15) (type solid)) (layer "Dwgs.User") (uuid "ba0a3343-f530-4476-a060-3d23f67bda0c")) (fp_rect (start -1.6 3.73) (end 1.6 6.13) (stroke (width 0.1) (type default)) (fill none) (layer "Cmts.User") (uuid "6ad16729-e3a2-4093-b87d-429c0e6f6198")) (pad "" np_thru_hole oval (at -5 5.15 180) (size 1.5 2) (drill oval 1.5 2) (layers "F&B.Cu" "*.Mask") (uuid "bb5484b7-6ebc-4550-8ed8-3800fd4d65c5")) (pad "" np_thru_hole circle (at 0 0 180) (size 5 5) (drill 5.1) (layers "F&B.Cu" "*.Mask") (uuid "5c5d59cf-e588-40dc-956e-52cd5192586d")) (pad "1" thru_hole circle (at 5 -3.8 180) (size 2.3 2.3) (drill 1.45) (layers "*.Cu" "B.Mask") (remove_unused_layers no) (uuid "068d758f-d2e5-47d9-8773-3595b3d9ee06")) (pad "2" thru_hole circle (at 0 -6 180) (size 2.3 2.3) (drill 1.45) (layers "*.Cu" "B.Mask") (remove_unused_layers no) (uuid "5590dd3e-314b-4ff2-9fcf-23b33e405d62")) (fp_line (start 16.66875 9.525) (end -16.66875 9.525) (layer Dwgs.User) (width 0.15) (tstamp d0cacf64-799d-4312-a64f-62049aac160e)) (fp_line (start 16.66875 -9.525) (end -16.66875 -9.525) (layer Dwgs.User) (width 0.15) (tstamp d476656c-3fab-4c08-98fa-6ed96db2e19b)) (fp_line (start 16.66875 9.525) (end 16.66875 -9.525) (layer Dwgs.User) (width 0.15) (tstamp 81e44268-3605-41e5-99df-b5eb195d1006)) (fp_line (start -16.66875 9.525) (end -16.66875 -9.525) (layer Dwgs.User) (width 0.15) (tstamp 94c12c24-1e82-4869-86ff-52dea67fe25e)))

View file

@ -0,0 +1,296 @@
(footprint "Kailh-PG1353-Solderable-1U"
(version 20240108)
(generator "pcbnew")
(generator_version "8.0")
(layer "F.Cu")
(property "Reference" "REF**"
(at 5.66 -8.3 0)
(layer "F.SilkS")
(uuid "f2671b1c-b5fd-4cc1-b48c-165d1fbd5387")
(effects
(font
(size 0.8 0.8)
(thickness 0.15)
)
)
)
(property "Value" "1U"
(at -5.61 -8.35 0)
(layer "Dwgs.User")
(uuid "7e9b4421-fc58-4b81-a584-7f6858b3211f")
(effects
(font
(size 0.8 0.8)
(thickness 0.15)
)
)
)
(property "Footprint" "Kailh-PG1353-Solderable-1U"
(at 0 0 0)
(unlocked yes)
(layer "F.Fab")
(hide yes)
(uuid "d5dd7341-7b40-4184-919e-eb7bf543a3a3")
(effects
(font
(size 1.27 1.27)
(thickness 0.15)
)
)
)
(property "Datasheet" ""
(at 0 0 0)
(unlocked yes)
(layer "F.Fab")
(hide yes)
(uuid "797caf1f-8e58-4ad3-a346-3724dbe136ec")
(effects
(font
(size 1.27 1.27)
(thickness 0.15)
)
)
)
(property "Description" ""
(at 0 0 0)
(unlocked yes)
(layer "F.Fab")
(hide yes)
(uuid "c53e9997-adf0-4d4b-b258-45a7c479c58e")
(effects
(font
(size 1.27 1.27)
(thickness 0.15)
)
)
)
(attr through_hole)
(fp_line
(start -9.525 8.525)
(end -9.525 -8.525)
(stroke
(width 0.15)
(type solid)
)
(layer "F.SilkS")
(uuid "0d1944c4-8cc7-4e88-8d0f-6f5a808eb9f3")
)
(fp_line
(start -7 -7)
(end -7 -5)
(stroke
(width 0.15)
(type solid)
)
(layer "F.SilkS")
(uuid "cbd645c9-d070-49be-b8e7-c685e9c512ec")
)
(fp_line
(start -7 5)
(end -7 7)
(stroke
(width 0.15)
(type solid)
)
(layer "F.SilkS")
(uuid "852f6ed7-e578-4f31-9800-c44621da3cb1")
)
(fp_line
(start -7 7)
(end -5 7)
(stroke
(width 0.15)
(type solid)
)
(layer "F.SilkS")
(uuid "92a54e0b-7aa1-4f62-8f5c-7dd947649c9e")
)
(fp_line
(start -5 -7)
(end -7 -7)
(stroke
(width 0.15)
(type solid)
)
(layer "F.SilkS")
(uuid "8f02064b-c991-41c5-a747-5158ce4f2ddf")
)
(fp_line
(start 5 -7)
(end 7 -7)
(stroke
(width 0.15)
(type solid)
)
(layer "F.SilkS")
(uuid "a50b9b42-678b-47c7-b062-1f419116b795")
)
(fp_line
(start 5 7)
(end 7 7)
(stroke
(width 0.15)
(type solid)
)
(layer "F.SilkS")
(uuid "59203258-8faa-4001-88d4-dc9c6428acd6")
)
(fp_line
(start 7 -7)
(end 7 -5)
(stroke
(width 0.15)
(type solid)
)
(layer "F.SilkS")
(uuid "957c70b6-9da5-4c00-8103-e789daced34c")
)
(fp_line
(start 7 7)
(end 7 5)
(stroke
(width 0.15)
(type solid)
)
(layer "F.SilkS")
(uuid "ba0a3343-f530-4476-a060-3d23f67bda0c")
)
(fp_line
(start 8.525 -9.525)
(end -8.525 -9.525)
(stroke
(width 0.15)
(type solid)
)
(layer "F.SilkS")
(uuid "53e23f9a-707c-4034-bc30-66d5b7e8f759")
)
(fp_line
(start 8.525 9.525)
(end -8.525 9.525)
(stroke
(width 0.15)
(type solid)
)
(layer "F.SilkS")
(uuid "8a1f2dfd-9280-4062-a46f-7eb3e4f75086")
)
(fp_line
(start 9.525 8.525)
(end 9.525 -8.525)
(stroke
(width 0.15)
(type solid)
)
(layer "F.SilkS")
(uuid "3419d3ee-23f3-4e17-a499-8ddad49855a1")
)
(fp_arc
(start -9.525 -8.525)
(mid -9.232107 -9.232107)
(end -8.525 -9.525)
(stroke
(width 0.15)
(type default)
)
(layer "F.SilkS")
(uuid "2ff6b732-36ca-4b66-a8ee-8aeb063ed8ed")
)
(fp_arc
(start -8.525 9.525)
(mid -9.232107 9.232107)
(end -9.525 8.525)
(stroke
(width 0.15)
(type default)
)
(layer "F.SilkS")
(uuid "8afb7e83-73ac-4e7a-8002-97ea33d10003")
)
(fp_arc
(start 8.525 -9.525)
(mid 9.232107 -9.232107)
(end 9.525 -8.525)
(stroke
(width 0.15)
(type default)
)
(layer "F.SilkS")
(uuid "0403a9c3-fe39-4292-9ee4-f053bc7dba3e")
)
(fp_arc
(start 9.525 8.525)
(mid 9.232107 9.232107)
(end 8.525 9.525)
(stroke
(width 0.15)
(type default)
)
(layer "F.SilkS")
(uuid "c5ca8e0f-9381-43cb-af9d-9aabc00b2457")
)
(fp_rect
(start -1.6 3.73)
(end 1.6 6.13)
(stroke
(width 0.1)
(type default)
)
(fill none)
(layer "Cmts.User")
(uuid "6ad16729-e3a2-4093-b87d-429c0e6f6198")
)
(pad "" np_thru_hole oval
(at -5 5.15 180)
(size 1.5 2)
(drill oval 1.5 2)
(layers "F&B.Cu" "*.Mask")
(uuid "bb5484b7-6ebc-4550-8ed8-3800fd4d65c5")
)
(pad "" np_thru_hole circle
(at 0 0 180)
(size 5 5)
(drill 5.1)
(layers "F&B.Cu" "*.Mask")
(uuid "5c5d59cf-e588-40dc-956e-52cd5192586d")
)
(pad "1" thru_hole circle
(at 5 -3.8 180)
(size 2.3 2.3)
(drill 1.45)
(layers "*.Cu" "B.Mask")
(remove_unused_layers no)
(uuid "068d758f-d2e5-47d9-8773-3595b3d9ee06")
)
(pad "2" thru_hole circle
(at 0 -6 180)
(size 2.3 2.3)
(drill 1.45)
(layers "*.Cu" "B.Mask")
(remove_unused_layers no)
(uuid "5590dd3e-314b-4ff2-9fcf-23b33e405d62")
)
(model "/home/Simon/Downloads/keyswitch_model-master/choc/v2/KiCad/brown.step"
(offset
(xyz 0 0 0)
)
(scale
(xyz 1 1 1)
)
(rotate
(xyz 0 0 180)
)
)
(model "/home/Simon/Downloads/DSA_1u.step"
(opacity 0.6500)
(offset
(xyz 0 0 3)
)
(scale
(xyz 1 1 1)
)
(rotate
(xyz -90 0 0)
)
)
)

View file

@ -0,0 +1 @@
(footprint "Kailh-PG1353-Solderable-2.25U" (version 20240108) (generator "pcbnew") (generator_version "8.0") (layer "F.Cu") (property "Reference" "REF**" (at 0 3.75 0) (layer "Dwgs.User") (uuid "f2671b1c-b5fd-4cc1-b48c-165d1fbd5387") (effects (font (size 0.8 0.8) (thickness 0.15)))) (property "Value" "2.25U" (at 0 6 0) (layer "Dwgs.User") (uuid "7e9b4421-fc58-4b81-a584-7f6858b3211f") (effects (font (size 0.8 0.8) (thickness 0.15)))) (property "Footprint" "Kailh-PG1353-Solderable-2.25U" (at 0 0 0) (unlocked yes) (layer "F.Fab") (hide yes) (uuid "d5dd7341-7b40-4184-919e-eb7bf543a3a3") (effects (font (size 1.27 1.27)))) (property "Datasheet" "" (at 0 0 0) (unlocked yes) (layer "F.Fab") (hide yes) (uuid "797caf1f-8e58-4ad3-a346-3724dbe136ec") (effects (font (size 1.27 1.27)))) (property "Description" "" (at 0 0 0) (unlocked yes) (layer "F.Fab") (hide yes) (uuid "c53e9997-adf0-4d4b-b258-45a7c479c58e") (effects (font (size 1.27 1.27)))) (attr through_hole) (fp_line (start -7 -7) (end -7 -5) (stroke (width 0.15) (type solid)) (layer "Dwgs.User") (uuid "cbd645c9-d070-49be-b8e7-c685e9c512ec")) (fp_line (start -7 5) (end -7 7) (stroke (width 0.15) (type solid)) (layer "Dwgs.User") (uuid "852f6ed7-e578-4f31-9800-c44621da3cb1")) (fp_line (start -7 7) (end -5 7) (stroke (width 0.15) (type solid)) (layer "Dwgs.User") (uuid "92a54e0b-7aa1-4f62-8f5c-7dd947649c9e")) (fp_line (start -5 -7) (end -7 -7) (stroke (width 0.15) (type solid)) (layer "Dwgs.User") (uuid "8f02064b-c991-41c5-a747-5158ce4f2ddf")) (fp_line (start 5 -7) (end 7 -7) (stroke (width 0.15) (type solid)) (layer "Dwgs.User") (uuid "a50b9b42-678b-47c7-b062-1f419116b795")) (fp_line (start 5 7) (end 7 7) (stroke (width 0.15) (type solid)) (layer "Dwgs.User") (uuid "59203258-8faa-4001-88d4-dc9c6428acd6")) (fp_line (start 7 -7) (end 7 -5) (stroke (width 0.15) (type solid)) (layer "Dwgs.User") (uuid "957c70b6-9da5-4c00-8103-e789daced34c")) (fp_line (start 7 7) (end 7 5) (stroke (width 0.15) (type solid)) (layer "Dwgs.User") (uuid "ba0a3343-f530-4476-a060-3d23f67bda0c")) (fp_rect (start -1.6 3.73) (end 1.6 6.13) (stroke (width 0.1) (type default)) (fill none) (layer "Cmts.User") (uuid "6ad16729-e3a2-4093-b87d-429c0e6f6198")) (pad "" np_thru_hole oval (at -5 5.15 180) (size 1.5 2) (drill oval 1.5 2) (layers "F&B.Cu" "*.Mask") (uuid "bb5484b7-6ebc-4550-8ed8-3800fd4d65c5")) (pad "" np_thru_hole circle (at 0 0 180) (size 5 5) (drill 5.1) (layers "F&B.Cu" "*.Mask") (uuid "5c5d59cf-e588-40dc-956e-52cd5192586d")) (pad "1" thru_hole circle (at 5 -3.8 180) (size 2.3 2.3) (drill 1.45) (layers "*.Cu" "B.Mask") (remove_unused_layers no) (uuid "068d758f-d2e5-47d9-8773-3595b3d9ee06")) (pad "2" thru_hole circle (at 0 -6 180) (size 2.3 2.3) (drill 1.45) (layers "*.Cu" "B.Mask") (remove_unused_layers no) (uuid "5590dd3e-314b-4ff2-9fcf-23b33e405d62")) (fp_line (start 21.431250000000002 9.525) (end -21.431250000000002 9.525) (layer Dwgs.User) (width 0.15) (tstamp 80356ea0-fcee-44aa-81b6-77b8a574c128)) (fp_line (start 21.431250000000002 -9.525) (end -21.431250000000002 -9.525) (layer Dwgs.User) (width 0.15) (tstamp 7108dbcd-a178-40a0-963f-67f2ebd39f66)) (fp_line (start 21.431250000000002 9.525) (end 21.431250000000002 -9.525) (layer Dwgs.User) (width 0.15) (tstamp 3041b8db-8a46-4e08-a50f-b9ea6141f9c2)) (fp_line (start -21.431250000000002 9.525) (end -21.431250000000002 -9.525) (layer Dwgs.User) (width 0.15) (tstamp 92b6c9ad-428e-4240-8d4b-e0fa0db471cc)))

View file

@ -0,0 +1 @@
(footprint "Kailh-PG1353-Solderable-2.75U" (version 20240108) (generator "pcbnew") (generator_version "8.0") (layer "F.Cu") (property "Reference" "REF**" (at 0 3.75 0) (layer "Dwgs.User") (uuid "f2671b1c-b5fd-4cc1-b48c-165d1fbd5387") (effects (font (size 0.8 0.8) (thickness 0.15)))) (property "Value" "2.75U" (at 0 6 0) (layer "Dwgs.User") (uuid "7e9b4421-fc58-4b81-a584-7f6858b3211f") (effects (font (size 0.8 0.8) (thickness 0.15)))) (property "Footprint" "Kailh-PG1353-Solderable-2.75U" (at 0 0 0) (unlocked yes) (layer "F.Fab") (hide yes) (uuid "d5dd7341-7b40-4184-919e-eb7bf543a3a3") (effects (font (size 1.27 1.27)))) (property "Datasheet" "" (at 0 0 0) (unlocked yes) (layer "F.Fab") (hide yes) (uuid "797caf1f-8e58-4ad3-a346-3724dbe136ec") (effects (font (size 1.27 1.27)))) (property "Description" "" (at 0 0 0) (unlocked yes) (layer "F.Fab") (hide yes) (uuid "c53e9997-adf0-4d4b-b258-45a7c479c58e") (effects (font (size 1.27 1.27)))) (attr through_hole) (fp_line (start -7 -7) (end -7 -5) (stroke (width 0.15) (type solid)) (layer "Dwgs.User") (uuid "cbd645c9-d070-49be-b8e7-c685e9c512ec")) (fp_line (start -7 5) (end -7 7) (stroke (width 0.15) (type solid)) (layer "Dwgs.User") (uuid "852f6ed7-e578-4f31-9800-c44621da3cb1")) (fp_line (start -7 7) (end -5 7) (stroke (width 0.15) (type solid)) (layer "Dwgs.User") (uuid "92a54e0b-7aa1-4f62-8f5c-7dd947649c9e")) (fp_line (start -5 -7) (end -7 -7) (stroke (width 0.15) (type solid)) (layer "Dwgs.User") (uuid "8f02064b-c991-41c5-a747-5158ce4f2ddf")) (fp_line (start 5 -7) (end 7 -7) (stroke (width 0.15) (type solid)) (layer "Dwgs.User") (uuid "a50b9b42-678b-47c7-b062-1f419116b795")) (fp_line (start 5 7) (end 7 7) (stroke (width 0.15) (type solid)) (layer "Dwgs.User") (uuid "59203258-8faa-4001-88d4-dc9c6428acd6")) (fp_line (start 7 -7) (end 7 -5) (stroke (width 0.15) (type solid)) (layer "Dwgs.User") (uuid "957c70b6-9da5-4c00-8103-e789daced34c")) (fp_line (start 7 7) (end 7 5) (stroke (width 0.15) (type solid)) (layer "Dwgs.User") (uuid "ba0a3343-f530-4476-a060-3d23f67bda0c")) (fp_rect (start -1.6 3.73) (end 1.6 6.13) (stroke (width 0.1) (type default)) (fill none) (layer "Cmts.User") (uuid "6ad16729-e3a2-4093-b87d-429c0e6f6198")) (pad "" np_thru_hole oval (at -5 5.15 180) (size 1.5 2) (drill oval 1.5 2) (layers "F&B.Cu" "*.Mask") (uuid "bb5484b7-6ebc-4550-8ed8-3800fd4d65c5")) (pad "" np_thru_hole circle (at 0 0 180) (size 5 5) (drill 5.1) (layers "F&B.Cu" "*.Mask") (uuid "5c5d59cf-e588-40dc-956e-52cd5192586d")) (pad "1" thru_hole circle (at 5 -3.8 180) (size 2.3 2.3) (drill 1.45) (layers "*.Cu" "B.Mask") (remove_unused_layers no) (uuid "068d758f-d2e5-47d9-8773-3595b3d9ee06")) (pad "2" thru_hole circle (at 0 -6 180) (size 2.3 2.3) (drill 1.45) (layers "*.Cu" "B.Mask") (remove_unused_layers no) (uuid "5590dd3e-314b-4ff2-9fcf-23b33e405d62")) (fp_line (start 26.19375 9.525) (end -26.19375 9.525) (layer Dwgs.User) (width 0.15) (tstamp 71b8ab42-594d-4d30-9cb4-9cc9096ccdca)) (fp_line (start 26.19375 -9.525) (end -26.19375 -9.525) (layer Dwgs.User) (width 0.15) (tstamp d98d7c0a-f62a-4780-a425-fb71c630353a)) (fp_line (start 26.19375 9.525) (end 26.19375 -9.525) (layer Dwgs.User) (width 0.15) (tstamp cd209f99-8c77-4f08-9278-fe433af0c74e)) (fp_line (start -26.19375 9.525) (end -26.19375 -9.525) (layer Dwgs.User) (width 0.15) (tstamp 289c1bd5-499d-4fd6-b643-dccb43e927bc)))

View file

@ -0,0 +1 @@
(footprint "Kailh-PG1353-Solderable-2U" (version 20240108) (generator "pcbnew") (generator_version "8.0") (layer "F.Cu") (property "Reference" "REF**" (at 0 3.75 0) (layer "Dwgs.User") (uuid "f2671b1c-b5fd-4cc1-b48c-165d1fbd5387") (effects (font (size 0.8 0.8) (thickness 0.15)))) (property "Value" "2U" (at 0 6 0) (layer "Dwgs.User") (uuid "7e9b4421-fc58-4b81-a584-7f6858b3211f") (effects (font (size 0.8 0.8) (thickness 0.15)))) (property "Footprint" "Kailh-PG1353-Solderable-2U" (at 0 0 0) (unlocked yes) (layer "F.Fab") (hide yes) (uuid "d5dd7341-7b40-4184-919e-eb7bf543a3a3") (effects (font (size 1.27 1.27)))) (property "Datasheet" "" (at 0 0 0) (unlocked yes) (layer "F.Fab") (hide yes) (uuid "797caf1f-8e58-4ad3-a346-3724dbe136ec") (effects (font (size 1.27 1.27)))) (property "Description" "" (at 0 0 0) (unlocked yes) (layer "F.Fab") (hide yes) (uuid "c53e9997-adf0-4d4b-b258-45a7c479c58e") (effects (font (size 1.27 1.27)))) (attr through_hole) (fp_line (start -7 -7) (end -7 -5) (stroke (width 0.15) (type solid)) (layer "Dwgs.User") (uuid "cbd645c9-d070-49be-b8e7-c685e9c512ec")) (fp_line (start -7 5) (end -7 7) (stroke (width 0.15) (type solid)) (layer "Dwgs.User") (uuid "852f6ed7-e578-4f31-9800-c44621da3cb1")) (fp_line (start -7 7) (end -5 7) (stroke (width 0.15) (type solid)) (layer "Dwgs.User") (uuid "92a54e0b-7aa1-4f62-8f5c-7dd947649c9e")) (fp_line (start -5 -7) (end -7 -7) (stroke (width 0.15) (type solid)) (layer "Dwgs.User") (uuid "8f02064b-c991-41c5-a747-5158ce4f2ddf")) (fp_line (start 5 -7) (end 7 -7) (stroke (width 0.15) (type solid)) (layer "Dwgs.User") (uuid "a50b9b42-678b-47c7-b062-1f419116b795")) (fp_line (start 5 7) (end 7 7) (stroke (width 0.15) (type solid)) (layer "Dwgs.User") (uuid "59203258-8faa-4001-88d4-dc9c6428acd6")) (fp_line (start 7 -7) (end 7 -5) (stroke (width 0.15) (type solid)) (layer "Dwgs.User") (uuid "957c70b6-9da5-4c00-8103-e789daced34c")) (fp_line (start 7 7) (end 7 5) (stroke (width 0.15) (type solid)) (layer "Dwgs.User") (uuid "ba0a3343-f530-4476-a060-3d23f67bda0c")) (fp_rect (start -1.6 3.73) (end 1.6 6.13) (stroke (width 0.1) (type default)) (fill none) (layer "Cmts.User") (uuid "6ad16729-e3a2-4093-b87d-429c0e6f6198")) (pad "" np_thru_hole oval (at -5 5.15 180) (size 1.5 2) (drill oval 1.5 2) (layers "F&B.Cu" "*.Mask") (uuid "bb5484b7-6ebc-4550-8ed8-3800fd4d65c5")) (pad "" np_thru_hole circle (at 0 0 180) (size 5 5) (drill 5.1) (layers "F&B.Cu" "*.Mask") (uuid "5c5d59cf-e588-40dc-956e-52cd5192586d")) (pad "1" thru_hole circle (at 5 -3.8 180) (size 2.3 2.3) (drill 1.45) (layers "*.Cu" "B.Mask") (remove_unused_layers no) (uuid "068d758f-d2e5-47d9-8773-3595b3d9ee06")) (pad "2" thru_hole circle (at 0 -6 180) (size 2.3 2.3) (drill 1.45) (layers "*.Cu" "B.Mask") (remove_unused_layers no) (uuid "5590dd3e-314b-4ff2-9fcf-23b33e405d62")) (fp_line (start 19.05 9.525) (end -19.05 9.525) (layer Dwgs.User) (width 0.15) (tstamp 78581f6a-2ab7-4aba-aa6d-6bdb7efedbc5)) (fp_line (start 19.05 -9.525) (end -19.05 -9.525) (layer Dwgs.User) (width 0.15) (tstamp b5f3b2c9-5140-4fa6-b897-da1e56029e94)) (fp_line (start 19.05 9.525) (end 19.05 -9.525) (layer Dwgs.User) (width 0.15) (tstamp 85a60066-6fe6-4c92-b5d5-c2b3e3763432)) (fp_line (start -19.05 9.525) (end -19.05 -9.525) (layer Dwgs.User) (width 0.15) (tstamp 6a8d7ed7-a9a1-4bf2-8145-8e1bcc87def6)))

View file

@ -0,0 +1 @@
(footprint "Kailh-PG1353-Solderable-6.25U" (version 20240108) (generator "pcbnew") (generator_version "8.0") (layer "F.Cu") (property "Reference" "REF**" (at 0 3.75 0) (layer "Dwgs.User") (uuid "f2671b1c-b5fd-4cc1-b48c-165d1fbd5387") (effects (font (size 0.8 0.8) (thickness 0.15)))) (property "Value" "6.25U" (at 0 6 0) (layer "Dwgs.User") (uuid "7e9b4421-fc58-4b81-a584-7f6858b3211f") (effects (font (size 0.8 0.8) (thickness 0.15)))) (property "Footprint" "Kailh-PG1353-Solderable-6.25U" (at 0 0 0) (unlocked yes) (layer "F.Fab") (hide yes) (uuid "d5dd7341-7b40-4184-919e-eb7bf543a3a3") (effects (font (size 1.27 1.27)))) (property "Datasheet" "" (at 0 0 0) (unlocked yes) (layer "F.Fab") (hide yes) (uuid "797caf1f-8e58-4ad3-a346-3724dbe136ec") (effects (font (size 1.27 1.27)))) (property "Description" "" (at 0 0 0) (unlocked yes) (layer "F.Fab") (hide yes) (uuid "c53e9997-adf0-4d4b-b258-45a7c479c58e") (effects (font (size 1.27 1.27)))) (attr through_hole) (fp_line (start -7 -7) (end -7 -5) (stroke (width 0.15) (type solid)) (layer "Dwgs.User") (uuid "cbd645c9-d070-49be-b8e7-c685e9c512ec")) (fp_line (start -7 5) (end -7 7) (stroke (width 0.15) (type solid)) (layer "Dwgs.User") (uuid "852f6ed7-e578-4f31-9800-c44621da3cb1")) (fp_line (start -7 7) (end -5 7) (stroke (width 0.15) (type solid)) (layer "Dwgs.User") (uuid "92a54e0b-7aa1-4f62-8f5c-7dd947649c9e")) (fp_line (start -5 -7) (end -7 -7) (stroke (width 0.15) (type solid)) (layer "Dwgs.User") (uuid "8f02064b-c991-41c5-a747-5158ce4f2ddf")) (fp_line (start 5 -7) (end 7 -7) (stroke (width 0.15) (type solid)) (layer "Dwgs.User") (uuid "a50b9b42-678b-47c7-b062-1f419116b795")) (fp_line (start 5 7) (end 7 7) (stroke (width 0.15) (type solid)) (layer "Dwgs.User") (uuid "59203258-8faa-4001-88d4-dc9c6428acd6")) (fp_line (start 7 -7) (end 7 -5) (stroke (width 0.15) (type solid)) (layer "Dwgs.User") (uuid "957c70b6-9da5-4c00-8103-e789daced34c")) (fp_line (start 7 7) (end 7 5) (stroke (width 0.15) (type solid)) (layer "Dwgs.User") (uuid "ba0a3343-f530-4476-a060-3d23f67bda0c")) (fp_rect (start -1.6 3.73) (end 1.6 6.13) (stroke (width 0.1) (type default)) (fill none) (layer "Cmts.User") (uuid "6ad16729-e3a2-4093-b87d-429c0e6f6198")) (pad "" np_thru_hole oval (at -5 5.15 180) (size 1.5 2) (drill oval 1.5 2) (layers "F&B.Cu" "*.Mask") (uuid "bb5484b7-6ebc-4550-8ed8-3800fd4d65c5")) (pad "" np_thru_hole circle (at 0 0 180) (size 5 5) (drill 5.1) (layers "F&B.Cu" "*.Mask") (uuid "5c5d59cf-e588-40dc-956e-52cd5192586d")) (pad "1" thru_hole circle (at 5 -3.8 180) (size 2.3 2.3) (drill 1.45) (layers "*.Cu" "B.Mask") (remove_unused_layers no) (uuid "068d758f-d2e5-47d9-8773-3595b3d9ee06")) (pad "2" thru_hole circle (at 0 -6 180) (size 2.3 2.3) (drill 1.45) (layers "*.Cu" "B.Mask") (remove_unused_layers no) (uuid "5590dd3e-314b-4ff2-9fcf-23b33e405d62")) (fp_line (start 59.53125 9.525) (end -59.53125 9.525) (layer Dwgs.User) (width 0.15) (tstamp 82f9573b-47d7-4485-8cf6-e17576b98d93)) (fp_line (start 59.53125 -9.525) (end -59.53125 -9.525) (layer Dwgs.User) (width 0.15) (tstamp 37e5f654-b4a7-4097-bf63-955f439cfbca)) (fp_line (start 59.53125 9.525) (end 59.53125 -9.525) (layer Dwgs.User) (width 0.15) (tstamp c88f9082-2d84-47cb-8f3b-1e213a4d7a10)) (fp_line (start -59.53125 9.525) (end -59.53125 -9.525) (layer Dwgs.User) (width 0.15) (tstamp 9758b149-64ad-4d92-aafc-96c2fa49531a)))

View file

@ -0,0 +1 @@
(footprint "Kailh-PG1353-Solderable-7U" (version 20240108) (generator "pcbnew") (generator_version "8.0") (layer "F.Cu") (property "Reference" "REF**" (at 0 3.75 0) (layer "Dwgs.User") (uuid "f2671b1c-b5fd-4cc1-b48c-165d1fbd5387") (effects (font (size 0.8 0.8) (thickness 0.15)))) (property "Value" "7U" (at 0 6 0) (layer "Dwgs.User") (uuid "7e9b4421-fc58-4b81-a584-7f6858b3211f") (effects (font (size 0.8 0.8) (thickness 0.15)))) (property "Footprint" "Kailh-PG1353-Solderable-7U" (at 0 0 0) (unlocked yes) (layer "F.Fab") (hide yes) (uuid "d5dd7341-7b40-4184-919e-eb7bf543a3a3") (effects (font (size 1.27 1.27)))) (property "Datasheet" "" (at 0 0 0) (unlocked yes) (layer "F.Fab") (hide yes) (uuid "797caf1f-8e58-4ad3-a346-3724dbe136ec") (effects (font (size 1.27 1.27)))) (property "Description" "" (at 0 0 0) (unlocked yes) (layer "F.Fab") (hide yes) (uuid "c53e9997-adf0-4d4b-b258-45a7c479c58e") (effects (font (size 1.27 1.27)))) (attr through_hole) (fp_line (start -7 -7) (end -7 -5) (stroke (width 0.15) (type solid)) (layer "Dwgs.User") (uuid "cbd645c9-d070-49be-b8e7-c685e9c512ec")) (fp_line (start -7 5) (end -7 7) (stroke (width 0.15) (type solid)) (layer "Dwgs.User") (uuid "852f6ed7-e578-4f31-9800-c44621da3cb1")) (fp_line (start -7 7) (end -5 7) (stroke (width 0.15) (type solid)) (layer "Dwgs.User") (uuid "92a54e0b-7aa1-4f62-8f5c-7dd947649c9e")) (fp_line (start -5 -7) (end -7 -7) (stroke (width 0.15) (type solid)) (layer "Dwgs.User") (uuid "8f02064b-c991-41c5-a747-5158ce4f2ddf")) (fp_line (start 5 -7) (end 7 -7) (stroke (width 0.15) (type solid)) (layer "Dwgs.User") (uuid "a50b9b42-678b-47c7-b062-1f419116b795")) (fp_line (start 5 7) (end 7 7) (stroke (width 0.15) (type solid)) (layer "Dwgs.User") (uuid "59203258-8faa-4001-88d4-dc9c6428acd6")) (fp_line (start 7 -7) (end 7 -5) (stroke (width 0.15) (type solid)) (layer "Dwgs.User") (uuid "957c70b6-9da5-4c00-8103-e789daced34c")) (fp_line (start 7 7) (end 7 5) (stroke (width 0.15) (type solid)) (layer "Dwgs.User") (uuid "ba0a3343-f530-4476-a060-3d23f67bda0c")) (fp_rect (start -1.6 3.73) (end 1.6 6.13) (stroke (width 0.1) (type default)) (fill none) (layer "Cmts.User") (uuid "6ad16729-e3a2-4093-b87d-429c0e6f6198")) (pad "" np_thru_hole oval (at -5 5.15 180) (size 1.5 2) (drill oval 1.5 2) (layers "F&B.Cu" "*.Mask") (uuid "bb5484b7-6ebc-4550-8ed8-3800fd4d65c5")) (pad "" np_thru_hole circle (at 0 0 180) (size 5 5) (drill 5.1) (layers "F&B.Cu" "*.Mask") (uuid "5c5d59cf-e588-40dc-956e-52cd5192586d")) (pad "1" thru_hole circle (at 5 -3.8 180) (size 2.3 2.3) (drill 1.45) (layers "*.Cu" "B.Mask") (remove_unused_layers no) (uuid "068d758f-d2e5-47d9-8773-3595b3d9ee06")) (pad "2" thru_hole circle (at 0 -6 180) (size 2.3 2.3) (drill 1.45) (layers "*.Cu" "B.Mask") (remove_unused_layers no) (uuid "5590dd3e-314b-4ff2-9fcf-23b33e405d62")) (fp_line (start 66.675 9.525) (end -66.675 9.525) (layer Dwgs.User) (width 0.15) (tstamp e505d044-0cf9-41dd-a6d6-2f5e1b71062c)) (fp_line (start 66.675 -9.525) (end -66.675 -9.525) (layer Dwgs.User) (width 0.15) (tstamp b9643d76-110d-414d-8db4-822c3b340cbd)) (fp_line (start 66.675 9.525) (end 66.675 -9.525) (layer Dwgs.User) (width 0.15) (tstamp 70ab45b2-8ad1-4505-a01d-41595b56f93c)) (fp_line (start -66.675 9.525) (end -66.675 -9.525) (layer Dwgs.User) (width 0.15) (tstamp f6441036-063d-447c-b4e6-02b8967d1715)))

View file

@ -0,0 +1,21 @@
MIT License
Copyright (c) 2017 ai03
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

View file

@ -0,0 +1,267 @@
(footprint "SK6812MINI-E-Reverse"
(version 20240108)
(generator "pcbnew")
(generator_version "8.0")
(layer "F.Cu")
(property "Reference" "REF**"
(at 0 -2.7 0)
(unlocked yes)
(layer "B.SilkS")
(uuid "05dacdf4-4d82-4418-be49-d361d4d81305")
(effects
(font
(size 1 1)
(thickness 0.1)
)
(justify mirror)
)
)
(property "Value" "SK6812MER"
(at 0 -4.4 0)
(unlocked yes)
(layer "B.Fab")
(hide yes)
(uuid "4a0aeb6a-ec90-48e9-91ed-3c3265aaf839")
(effects
(font
(size 1 1)
(thickness 0.15)
)
(justify mirror)
)
)
(property "Footprint" ""
(at 0 0 0)
(unlocked yes)
(layer "F.Fab")
(hide yes)
(uuid "96cbed15-1cda-4d66-bae0-07b775d0b8c4")
(effects
(font
(size 1 1)
(thickness 0.15)
)
)
)
(property "Datasheet" ""
(at 0 0 0)
(unlocked yes)
(layer "F.Fab")
(hide yes)
(uuid "795e6d11-aaf6-4af0-bdc6-10cfdeff8260")
(effects
(font
(size 1 1)
(thickness 0.15)
)
)
)
(property "Description" ""
(at 0 0 0)
(unlocked yes)
(layer "F.Fab")
(hide yes)
(uuid "2933e04a-7582-4cf5-ab9b-4ab2d29bf250")
(effects
(font
(size 1 1)
(thickness 0.15)
)
)
)
(attr smd)
(fp_rect
(start -2 -1.8)
(end 2 1.8)
(stroke
(width 0.1)
(type default)
)
(fill none)
(layer "B.SilkS")
(uuid "47c3564a-35c6-4ab2-8326-5708e12b03cc")
)
(fp_circle
(center 2.5 1.6)
(end 2.25 1.6)
(stroke
(width 0)
(type solid)
)
(fill solid)
(layer "B.SilkS")
(uuid "46fc5eb1-a439-4b7b-b88b-c3d2da0f0cf8")
)
(fp_poly
(pts
(xy -2.3 1.8) (xy -2.6 1.6) (xy -2.3 1.4)
)
(stroke
(width 0.1)
(type solid)
)
(fill solid)
(layer "B.SilkS")
(uuid "ec5c52a9-d1c8-4cab-895b-023e432b5187")
)
(fp_poly
(pts
(xy 2.6 -1.4) (xy 2.3 -1.6) (xy 2.6 -1.8)
)
(stroke
(width 0.1)
(type solid)
)
(fill solid)
(layer "B.SilkS")
(uuid "c3b58e9c-b465-48b4-bc40-14f1d40b0e03")
)
(fp_rect
(start -2 -1.8)
(end 2 1.8)
(stroke
(width 0.1)
(type default)
)
(fill none)
(layer "F.SilkS")
(uuid "2363c95b-7c4b-4301-a2f9-135d4d76b8c8")
)
(fp_rect
(start -1.6 -1.4)
(end 1.6 1.4)
(stroke
(width 0.1)
(type default)
)
(fill none)
(layer "Dwgs.User")
(uuid "1c06af59-66f5-4296-8eed-e8f87b866850")
)
(fp_line
(start -1.7 1.2)
(end -1.7 -1.2)
(stroke
(width 0.1)
(type default)
)
(layer "Edge.Cuts")
(uuid "a167092e-dc82-402c-8650-d72c02ef2d37")
)
(fp_line
(start -1.2 -1.7)
(end 1.2 -1.7)
(stroke
(width 0.1)
(type default)
)
(layer "Edge.Cuts")
(uuid "17832727-f233-4242-9bb1-ffa667839a04")
)
(fp_line
(start 1.2 1.7)
(end -1.2 1.7)
(stroke
(width 0.1)
(type default)
)
(layer "Edge.Cuts")
(uuid "68176337-852c-4cf3-b824-4885abea7bf4")
)
(fp_line
(start 1.7 -1.2)
(end 1.7 1.2)
(stroke
(width 0.1)
(type default)
)
(layer "Edge.Cuts")
(uuid "e75e2259-369b-4da7-a575-2c5976c95c95")
)
(fp_arc
(start -1.7 -1.2)
(mid -1.553553 -1.553553)
(end -1.2 -1.7)
(stroke
(width 0.1)
(type default)
)
(layer "Edge.Cuts")
(uuid "ee6df61f-caf8-476c-ac23-0499a87d17ba")
)
(fp_arc
(start -1.2 1.7)
(mid -1.553553 1.553553)
(end -1.7 1.2)
(stroke
(width 0.1)
(type default)
)
(layer "Edge.Cuts")
(uuid "dd2c6c2e-ede6-40b4-b44e-20e473fd3869")
)
(fp_arc
(start 1.2 -1.7)
(mid 1.553553 -1.553553)
(end 1.7 -1.2)
(stroke
(width 0.1)
(type default)
)
(layer "Edge.Cuts")
(uuid "1153af8e-2ff5-44d8-bb15-b47fa5eaf70b")
)
(fp_arc
(start 1.7 1.2)
(mid 1.553553 1.553553)
(end 1.2 1.7)
(stroke
(width 0.1)
(type default)
)
(layer "Edge.Cuts")
(uuid "9920ea8f-0cbf-4f86-a604-2a8909603f63")
)
(pad "1" smd rect
(at -2.6 -0.75)
(size 1.8 0.82)
(layers "B.Cu" "B.Paste" "B.Mask")
(thermal_bridge_angle 45)
(uuid "5135d999-ef9a-4eb5-a8d6-bd18a899d67d")
)
(pad "2" smd rect
(at -2.6 0.75)
(size 1.8 0.82)
(layers "B.Cu" "B.Paste" "B.Mask")
(thermal_bridge_angle 45)
(uuid "3180fd76-a833-4c52-831e-b6788b04b233")
)
(pad "3" smd roundrect
(at 2.6 0.75)
(size 1.8 0.82)
(layers "B.Cu" "B.Paste" "B.Mask")
(roundrect_rratio 0)
(chamfer_ratio 0.3)
(chamfer bottom_right)
(thermal_bridge_angle 45)
(uuid "f3b75e14-bc6c-426e-b4ba-47ca7fce6bf7")
)
(pad "4" smd rect
(at 2.6 -0.75)
(size 1.8 0.82)
(layers "B.Cu" "B.Paste" "B.Mask")
(thermal_bridge_angle 45)
(uuid "8d140b92-3986-423f-a226-98d0b92e225a")
)
(model "/home/Simon/Downloads/Keebio-Parts.pretty-master/3dmodels/SK6812MINI-E v1.step"
(offset
(xyz 0 0 -1.7)
)
(scale
(xyz 1 1 1)
)
(rotate
(xyz -90 0 0)
)
)
)

View file

@ -0,0 +1,234 @@
(kicad_symbol_lib
(version 20231120)
(generator "kicad_symbol_editor")
(generator_version "8.0")
(symbol "SK6812MINIE"
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
(property "Reference" "SK6812MINIE"
(at 7.112 -6.35 0)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Value" ""
(at 0 0 0)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Footprint" ""
(at 0 0 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Datasheet" ""
(at 0 0 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Description" ""
(at 0 0 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(symbol "SK6812MINIE_0_0"
(text "RGB"
(at 2.286 -4.191 0)
(effects
(font
(size 0.762 0.762)
)
)
)
)
(symbol "SK6812MINIE_0_1"
(polyline
(pts
(xy 1.27 -3.556) (xy 1.778 -3.556)
)
(stroke
(width 0)
(type default)
)
(fill
(type none)
)
)
(polyline
(pts
(xy 1.27 -2.54) (xy 1.778 -2.54)
)
(stroke
(width 0)
(type default)
)
(fill
(type none)
)
)
(polyline
(pts
(xy 4.699 -3.556) (xy 2.667 -3.556)
)
(stroke
(width 0)
(type default)
)
(fill
(type none)
)
)
(polyline
(pts
(xy 2.286 -2.54) (xy 1.27 -3.556) (xy 1.27 -3.048)
)
(stroke
(width 0)
(type default)
)
(fill
(type none)
)
)
(polyline
(pts
(xy 2.286 -1.524) (xy 1.27 -2.54) (xy 1.27 -2.032)
)
(stroke
(width 0)
(type default)
)
(fill
(type none)
)
)
(polyline
(pts
(xy 3.683 -1.016) (xy 3.683 -3.556) (xy 3.683 -4.064)
)
(stroke
(width 0)
(type default)
)
(fill
(type none)
)
)
(polyline
(pts
(xy 4.699 -1.524) (xy 2.667 -1.524) (xy 3.683 -3.556) (xy 4.699 -1.524)
)
(stroke
(width 0)
(type default)
)
(fill
(type none)
)
)
(rectangle
(start 5.08 5.08)
(end -5.08 -5.08)
(stroke
(width 0.254)
(type default)
)
(fill
(type background)
)
)
)
(symbol "SK6812MINIE_1_1"
(pin output line
(at 7.62 0 180)
(length 2.54)
(name "DOUT"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "2"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin power_in line
(at 0 -7.62 90)
(length 2.54)
(name "GND"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "3"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin input line
(at -7.62 0 0)
(length 2.54)
(name "DIN"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "4"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin power_in line
(at 0 7.62 270)
(length 2.54)
(name "VCC"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "4"
(effects
(font
(size 1.27 1.27)
)
)
)
)
)
)
)

View file

@ -0,0 +1,234 @@
(kicad_symbol_lib
(version 20231120)
(generator "kicad_symbol_editor")
(generator_version "8.0")
(symbol "SK6812MINIE"
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
(property "Reference" "SK6812MINIE"
(at 7.112 -6.35 0)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Value" ""
(at 0 0 0)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Footprint" ""
(at 0 0 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Datasheet" ""
(at 0 0 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Description" ""
(at 0 0 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(symbol "SK6812MINIE_0_0"
(text "RGB"
(at 2.286 -4.191 0)
(effects
(font
(size 0.762 0.762)
)
)
)
)
(symbol "SK6812MINIE_0_1"
(polyline
(pts
(xy 1.27 -3.556) (xy 1.778 -3.556)
)
(stroke
(width 0)
(type default)
)
(fill
(type none)
)
)
(polyline
(pts
(xy 1.27 -2.54) (xy 1.778 -2.54)
)
(stroke
(width 0)
(type default)
)
(fill
(type none)
)
)
(polyline
(pts
(xy 4.699 -3.556) (xy 2.667 -3.556)
)
(stroke
(width 0)
(type default)
)
(fill
(type none)
)
)
(polyline
(pts
(xy 2.286 -2.54) (xy 1.27 -3.556) (xy 1.27 -3.048)
)
(stroke
(width 0)
(type default)
)
(fill
(type none)
)
)
(polyline
(pts
(xy 2.286 -1.524) (xy 1.27 -2.54) (xy 1.27 -2.032)
)
(stroke
(width 0)
(type default)
)
(fill
(type none)
)
)
(polyline
(pts
(xy 3.683 -1.016) (xy 3.683 -3.556) (xy 3.683 -4.064)
)
(stroke
(width 0)
(type default)
)
(fill
(type none)
)
)
(polyline
(pts
(xy 4.699 -1.524) (xy 2.667 -1.524) (xy 3.683 -3.556) (xy 4.699 -1.524)
)
(stroke
(width 0)
(type default)
)
(fill
(type none)
)
)
(rectangle
(start 5.08 5.08)
(end -5.08 -5.08)
(stroke
(width 0.254)
(type default)
)
(fill
(type background)
)
)
)
(symbol "SK6812MINIE_1_1"
(pin power_in line
(at 0 7.62 270)
(length 2.54)
(name "VCC"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "1"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin output line
(at 7.62 0 180)
(length 2.54)
(name "DOUT"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "2"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin power_in line
(at 0 -7.62 90)
(length 2.54)
(name "GND"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "3"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin input line
(at -7.62 0 0)
(length 2.54)
(name "DIN"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "4"
(effects
(font
(size 1.27 1.27)
)
)
)
)
)
)
)

View file

@ -0,0 +1,170 @@
(footprint "AZ_OLED-096-SD1306"
(version 20240108)
(generator "pcbnew")
(generator_version "8.0")
(layer "F.Cu")
(property "Reference" "REF**"
(at -9.7 -16.5 0)
(layer "F.SilkS")
(uuid "6814c498-8ad0-4438-b6c6-8e91b2c54d1d")
(effects
(font
(size 1 1)
(thickness 0.15)
)
)
)
(property "Value" "AZ_OLED-096-SD1306"
(at 0 16.5 0)
(layer "F.Fab")
(uuid "05d7c81e-1e69-435c-9ce5-c506a8e0ef4b")
(effects
(font
(size 1 1)
(thickness 0.15)
)
)
)
(property "Footprint" ""
(at 0 0 0)
(layer "F.Fab")
(hide yes)
(uuid "9e846522-621f-42c2-86ee-320ddd9bb011")
(effects
(font
(size 1.27 1.27)
(thickness 0.15)
)
)
)
(property "Datasheet" ""
(at 0 0 0)
(layer "F.Fab")
(hide yes)
(uuid "c5e2aaa9-cef3-468f-801c-466a8ad99ce3")
(effects
(font
(size 1.27 1.27)
(thickness 0.15)
)
)
)
(property "Description" ""
(at 0 0 0)
(layer "F.Fab")
(hide yes)
(uuid "be7f26bb-3658-408f-840c-fafb0ba383b6")
(effects
(font
(size 1.27 1.27)
(thickness 0.15)
)
)
)
(attr through_hole)
(fp_rect
(start -13.75 -14)
(end 13.75 14)
(stroke
(width 0.1)
(type default)
)
(fill none)
(layer "F.SilkS")
(uuid "5ec30b4f-88f4-45a7-8a84-19fc91ed0254")
)
(fp_circle
(center -3.8 -14.33)
(end -3.7 -14.33)
(stroke
(width 0.2)
(type solid)
)
(fill none)
(layer "F.SilkS")
(uuid "2a2f582a-e6e7-458a-bd92-f12b8895476a")
)
(fp_circle
(center -3.8 -14.33)
(end -3.7 -14.33)
(stroke
(width 0.2)
(type solid)
)
(fill none)
(layer "F.Fab")
(uuid "cebe7df4-216d-4161-b216-e806e033ccc6")
)
(pad "1" thru_hole rect
(at -3.81 -12.73)
(size 1.508 1.508)
(drill 1)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(solder_mask_margin 0.102)
(uuid "428eb5c2-ab68-4473-bbf3-3bd39eadac70")
)
(pad "2" thru_hole circle
(at -1.27 -12.73)
(size 1.508 1.508)
(drill 1)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(solder_mask_margin 0.102)
(uuid "347b0321-335f-4d52-96f1-b47cd266b72f")
)
(pad "3" thru_hole circle
(at 1.27 -12.73)
(size 1.508 1.508)
(drill 1)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(solder_mask_margin 0.102)
(uuid "eb78660a-b3b5-4788-bd68-0df2626e21ea")
)
(pad "4" thru_hole circle
(at 3.81 -12.73)
(size 1.508 1.508)
(drill 1)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(solder_mask_margin 0.102)
(uuid "b32a601d-d01d-42df-8dba-315885eaab6c")
)
(pad "S1" thru_hole circle
(at -11.75 -12)
(size 3 3)
(drill 2)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(solder_mask_margin 0.102)
(uuid "bccb69c5-cd73-4502-996e-5422d4378cbc")
)
(pad "S2" thru_hole circle
(at 11.75 -12)
(size 3 3)
(drill 2)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(solder_mask_margin 0.102)
(uuid "81d8f67c-7539-4616-964a-ddb8f9f1cff2")
)
(pad "S3" thru_hole circle
(at 11.75 12)
(size 3 3)
(drill 2)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(solder_mask_margin 0.102)
(uuid "63a407d6-442d-483c-b628-98330d626272")
)
(pad "S4" thru_hole circle
(at -11.75 12)
(size 3 3)
(drill 2)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(solder_mask_margin 0.102)
(uuid "f54340fe-1a83-4269-ae92-2787d623c1a5")
)
)

View file

@ -0,0 +1,87 @@
(kicad_symbol_lib (version 20211014) (generator kicad_symbol_editor)
(symbol "DM-OLED096-636" (pin_names (offset 1.016)) (in_bom yes) (on_board yes)
(property "Reference" "U" (id 0) (at -7.62 10.922 0)
(effects (font (size 1.27 1.27)) (justify bottom left))
)
(property "Value" "DM-OLED096-636" (id 1) (at -7.62 -10.16 0)
(effects (font (size 1.27 1.27)) (justify bottom left))
)
(property "Footprint" "DM-OLED096-636:MODULE_DM-OLED096-636" (id 2) (at 0 0 0)
(effects (font (size 1.27 1.27)) (justify bottom) hide)
)
(property "MF" "Display Module" (id 4) (at 0 0 0)
(effects (font (size 1.27 1.27)) (justify bottom) hide)
)
(property "MAXIMUM_PACKAGE_HEIGHT" "11.3 mm" (id 5) (at 0 0 0)
(effects (font (size 1.27 1.27)) (justify bottom) hide)
)
(property "Package" "Package" (id 6) (at 0 0 0)
(effects (font (size 1.27 1.27)) (justify bottom) hide)
)
(property "Price" "None" (id 7) (at 0 0 0)
(effects (font (size 1.27 1.27)) (justify bottom) hide)
)
(property "Check_prices" "https://www.snapeda.com/parts/DM-OLED096-636/Display+Module/view-part/?ref=eda" (id 8) (at 0 0 0)
(effects (font (size 1.27 1.27)) (justify bottom) hide)
)
(property "STANDARD" "Manufacturer Recommendations" (id 9) (at 0 0 0)
(effects (font (size 1.27 1.27)) (justify bottom) hide)
)
(property "PARTREV" "2018-09-10" (id 10) (at 0 0 0)
(effects (font (size 1.27 1.27)) (justify bottom) hide)
)
(property "SnapEDA_Link" "https://www.snapeda.com/parts/DM-OLED096-636/Display+Module/view-part/?ref=snap" (id 11) (at 0 0 0)
(effects (font (size 1.27 1.27)) (justify bottom) hide)
)
(property "MP" "DM-OLED096-636" (id 12) (at 0 0 0)
(effects (font (size 1.27 1.27)) (justify bottom) hide)
)
(property "Description" "\n \n 0.96” 128 X 64 MONOCHROME GRAPHIC OLED DISPLAY MODULE - I2C\n \n" (id 13) (at 0 0 0)
(effects (font (size 1.27 1.27)) (justify bottom) hide)
)
(property "Availability" "Not in stock" (id 14) (at 0 0 0)
(effects (font (size 1.27 1.27)) (justify bottom) hide)
)
(property "MANUFACTURER" "Displaymodule" (id 15) (at 0 0 0)
(effects (font (size 1.27 1.27)) (justify bottom) hide)
)
(symbol "DM-OLED096-636_0_0"
(rectangle (start -7.62 -7.62) (end 7.62 10.16)
(stroke (width 0.254)) (fill (type background))
)
(pin power_in line (at 12.7 7.62 180.0) (length 5.08)
(name "VCC_IN"
(effects (font (size 1.016 1.016)))
)
(number "2"
(effects (font (size 1.016 1.016)))
)
)
(pin input clock (at 12.7 2.54 180.0) (length 5.08)
(name "SCL"
(effects (font (size 1.016 1.016)))
)
(number "3"
(effects (font (size 1.016 1.016)))
)
)
(pin bidirectional line (at 12.7 0.0 180.0) (length 5.08)
(name "SDA"
(effects (font (size 1.016 1.016)))
)
(number "4"
(effects (font (size 1.016 1.016)))
)
)
(pin power_in line (at 12.7 -5.08 180.0) (length 5.08)
(name "GND"
(effects (font (size 1.016 1.016)))
)
(number "1"
(effects (font (size 1.016 1.016)))
)
)
)
)
)

View file

@ -0,0 +1,554 @@
(footprint "XIAO-ESP32-C3-DIP"
(version 20240108)
(generator "pcbnew")
(generator_version "8.0")
(layer "F.Cu")
(property "Reference" "REF**"
(at -8 -11.5 0)
(unlocked yes)
(layer "F.SilkS")
(uuid "7bab359d-5e5b-4dff-9db4-e7c8562ce635")
(effects
(font
(size 0.635 0.635)
(thickness 0.1016)
)
)
)
(property "Value" "XIAO-ESP32-C3-DIP"
(at 0 0 0)
(unlocked yes)
(layer "F.Fab")
(uuid "79cabf23-4ebc-4d37-9172-bb2cf4ea975f")
(effects
(font
(size 0.635 0.635)
(thickness 0.1016)
)
)
)
(property "Footprint" ""
(at -0.12 0 90)
(unlocked yes)
(layer "F.Fab")
(hide yes)
(uuid "8f4fc10c-2540-4ba7-9be3-30f132330a85")
(effects
(font
(size 1.27 1.27)
(thickness 0.15)
)
)
)
(property "Datasheet" ""
(at -0.12 0 90)
(unlocked yes)
(layer "F.Fab")
(hide yes)
(uuid "663dc686-104e-47e1-9669-e1228477fa6f")
(effects
(font
(size 1.27 1.27)
(thickness 0.15)
)
)
)
(property "Description" ""
(at -0.12 0 90)
(unlocked yes)
(layer "F.Fab")
(hide yes)
(uuid "a25b2a4a-94ce-41bd-8341-b98204aa9142")
(effects
(font
(size 1.27 1.27)
(thickness 0.15)
)
)
)
(attr smd)
(fp_line
(start -9.01 8.509)
(end -9.01 -8.636)
(stroke
(width 0.127)
(type solid)
)
(layer "F.SilkS")
(uuid "f58afa0e-63f9-4096-9d17-7cf8e5de7759")
)
(fp_line
(start -7.105 10.414)
(end 6.865 10.414)
(stroke
(width 0.127)
(type solid)
)
(layer "F.SilkS")
(uuid "e213e2f5-659f-4cdb-b390-b284746621aa")
)
(fp_line
(start -4.615 -10.541)
(end -4.611272 -11.551272)
(stroke
(width 0.127)
(type solid)
)
(layer "F.SilkS")
(uuid "4c45fdff-98df-401f-bf6d-768af24b67a9")
)
(fp_line
(start -4.111272 -12.051)
(end 3.884 -12.051)
(stroke
(width 0.127)
(type solid)
)
(layer "F.SilkS")
(uuid "e973f8d1-81df-437d-bffe-4f734e1ac18e")
)
(fp_line
(start 4.384 -11.551)
(end 4.384 -10.541)
(stroke
(width 0.127)
(type solid)
)
(layer "F.SilkS")
(uuid "eddbec16-11c2-42ad-90d6-191cfc991c10")
)
(fp_line
(start 6.865 -10.541)
(end -7.105 -10.541)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "eb7ba2c6-3729-4940-9c6b-4ac369cf3075")
)
(fp_line
(start 6.865 -10.541)
(end -7.105 -10.541)
(stroke
(width 0.127)
(type solid)
)
(layer "F.SilkS")
(uuid "6f680559-bbef-46de-9ef5-efda7c2411e9")
)
(fp_line
(start 8.77 8.509)
(end 8.77 -8.636)
(stroke
(width 0.127)
(type solid)
)
(layer "F.SilkS")
(uuid "9c6409b2-5f1b-4299-85bf-d07c96f13a2a")
)
(fp_arc
(start -9.01 -8.636)
(mid -8.452038 -9.983038)
(end -7.105 -10.541)
(stroke
(width 0.127)
(type solid)
)
(layer "F.SilkS")
(uuid "c6870bc4-897a-485a-b951-3feda1bdd32e")
)
(fp_arc
(start -7.105 10.414)
(mid -8.452038 9.856038)
(end -9.01 8.509)
(stroke
(width 0.127)
(type solid)
)
(layer "F.SilkS")
(uuid "88e5d6ea-6b70-4830-9817-980fd2b32f79")
)
(fp_arc
(start -4.611272 -11.551272)
(mid -4.464728 -11.90464)
(end -4.111272 -12.051)
(stroke
(width 0.127)
(type default)
)
(layer "F.SilkS")
(uuid "a9b2ba2a-ad25-4191-9070-ebc0333a9101")
)
(fp_arc
(start 3.884 -12.051)
(mid 4.237553 -11.904553)
(end 4.384 -11.551)
(stroke
(width 0.127)
(type default)
)
(layer "F.SilkS")
(uuid "45e349ac-e285-4bed-a05b-ae5a80336af0")
)
(fp_arc
(start 6.865 -10.541)
(mid 8.212038 -9.983038)
(end 8.77 -8.636)
(stroke
(width 0.127)
(type solid)
)
(layer "F.SilkS")
(uuid "e1d8f660-1495-43db-8a6b-7fdc7dc42e35")
)
(fp_arc
(start 8.77 8.509)
(mid 8.212038 9.856038)
(end 6.865 10.414)
(stroke
(width 0.127)
(type solid)
)
(layer "F.SilkS")
(uuid "f108f05c-d5f6-4de1-bc6f-4c31ef53e967")
)
(fp_circle
(center -9.12 -10.25)
(end -9.12 -10.504)
(stroke
(width 0.5)
(type solid)
)
(fill solid)
(layer "F.SilkS")
(uuid "6e5f4857-2ad9-4493-8234-6091a6821232")
)
(fp_circle
(center -7.977 -9.37)
(end -7.977 -9.624)
(stroke
(width 0.5)
(type solid)
)
(fill solid)
(layer "F.SilkS")
(uuid "6839324b-c75a-49ba-8c0c-16e2191166eb")
)
(fp_rect
(start -9.02 -10.55)
(end 8.78 10.425)
(stroke
(width 0.05)
(type default)
)
(fill none)
(layer "F.CrtYd")
(uuid "b53697bc-d105-40e2-af66-708b16a7f26c")
)
(fp_rect
(start -9.02 -10.55)
(end 8.78 10.425)
(stroke
(width 0.1)
(type default)
)
(fill none)
(layer "F.Fab")
(uuid "a45a327e-f036-4877-8d89-39f4f4b0c715")
)
(fp_circle
(center -7.974 -9.376)
(end -7.974 -9.63)
(stroke
(width 0.5)
(type solid)
)
(fill solid)
(layer "F.Fab")
(uuid "12a1812e-f866-498e-9d6e-50e427087f34")
)
(pad "1" smd roundrect
(at -8.575 -7.62 180)
(size 2.432 1.524)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "82bbfb55-8baa-4218-ac89-ab07d82ef7f8")
)
(pad "1" thru_hole circle
(at -7.74 -7.62 180)
(size 1.524 1.524)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "f2fffd4f-460c-4b4d-b954-811e935ed1d6")
)
(pad "2" smd roundrect
(at -8.575 -5.08 180)
(size 2.432 1.524)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "18ef9914-2d15-494c-9020-2334abcc1460")
)
(pad "2" thru_hole circle
(at -7.74 -5.08 180)
(size 1.524 1.524)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "4732cc3f-e641-4870-a9b3-ae13729c7bba")
)
(pad "3" smd roundrect
(at -8.575 -2.54 180)
(size 2.432 1.524)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "15338a55-8514-4218-a2c1-2cae003104c3")
)
(pad "3" thru_hole circle
(at -7.74 -2.54 180)
(size 1.524 1.524)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "0cef5e55-d8ff-4394-9cc1-cc318608b0d9")
)
(pad "4" smd roundrect
(at -8.575 0 180)
(size 2.432 1.524)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "191a259d-5773-4a80-91de-baa69611fab8")
)
(pad "4" thru_hole circle
(at -7.74 0 180)
(size 1.524 1.524)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "200b8da4-9395-48a5-b7ac-92a6a147c215")
)
(pad "5" smd roundrect
(at -8.575 2.54 180)
(size 2.432 1.524)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "52012467-1c46-4a8e-aa82-6f6ce69bd2ca")
)
(pad "5" thru_hole circle
(at -7.74 2.54 180)
(size 1.524 1.524)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "2b50ccce-3634-47d1-bf7d-a3db4f3f9a9f")
)
(pad "6" smd roundrect
(at -8.575 5.08 180)
(size 2.432 1.524)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "04aeaf95-142a-40f6-97a3-04453fc50824")
)
(pad "6" thru_hole circle
(at -7.74 5.08 180)
(size 1.524 1.524)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "7636de9d-d8e5-49c9-9fff-0cd76515690d")
)
(pad "7" smd roundrect
(at -8.575 7.62 180)
(size 2.432 1.524)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "e997fd0b-233a-4656-afad-cb2f8b9d87c9")
)
(pad "7" thru_hole circle
(at -7.74 7.62 180)
(size 1.524 1.524)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "9d2c0d0c-05dd-477e-8384-b14eec83fc2e")
)
(pad "8" thru_hole circle
(at 7.5 7.62)
(size 1.524 1.524)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "1e50c66f-49b8-4b03-9889-8cc6ca45ad8e")
)
(pad "8" smd roundrect
(at 8.335 7.62)
(size 2.432 1.524)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "e7b72803-b5f0-433c-8313-83247355fb43")
)
(pad "9" thru_hole circle
(at 7.5 5.08)
(size 1.524 1.524)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "808bf9dc-1c26-4a77-93c9-e4c6d5eccbb2")
)
(pad "9" smd roundrect
(at 8.335 5.08)
(size 2.432 1.524)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "532de3b6-bd30-47c5-b70e-0bca6abbd997")
)
(pad "10" thru_hole circle
(at 7.5 2.54)
(size 1.524 1.524)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "a792a2ac-537b-4136-8f92-b81f7ce8f753")
)
(pad "10" smd roundrect
(at 8.335 2.54)
(size 2.432 1.524)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "6e3f5c75-6143-468e-bb07-d89020c03f59")
)
(pad "11" thru_hole circle
(at 7.5 0)
(size 1.524 1.524)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "fb78046a-9b91-4893-b010-827957cc07be")
)
(pad "11" smd roundrect
(at 8.335 0)
(size 2.432 1.524)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "5249f425-bece-432d-8076-28e1b8b386e3")
)
(pad "12" thru_hole circle
(at 7.5 -2.54)
(size 1.524 1.524)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "0b8ccc97-5100-4dcf-8500-e99789ee0b4c")
)
(pad "12" smd roundrect
(at 8.335 -2.54)
(size 2.432 1.524)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "82f1bbd1-708b-4d2d-9113-7ba3c2313670")
)
(pad "13" thru_hole circle
(at 7.5 -5.08)
(size 1.524 1.524)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "03882061-01af-484b-b620-9e92a3daaf68")
)
(pad "13" smd roundrect
(at 8.335 -5.08)
(size 2.432 1.524)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "954f51d1-3d75-42fb-a02a-7389b30718d9")
)
(pad "14" thru_hole circle
(at 7.5 -7.62)
(size 1.524 1.524)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "c6d1af47-da13-4409-9ab1-55d358cc57eb")
)
(pad "14" smd roundrect
(at 8.335 -7.62)
(size 2.432 1.524)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "6b725fd4-d6f0-46bf-b3e0-7ec07cc05622")
)
(model "${AMZPATH}/3dmodels/AMz3D.3dshapes/XIAO-nRF52840 v15.step"
(hide yes)
(offset
(xyz -1.778 -6.096 0.381)
)
(scale
(xyz 1 1 1)
)
(rotate
(xyz -90 0 0)
)
)
(model "${AMZPATH}/3dmodels/AMz3D.3dshapes/Seeeduino XIAO SAMD21 v4.step"
(offset
(xyz 0 0 0)
)
(scale
(xyz 1 1 1)
)
(rotate
(xyz 0 0 0)
)
)
(model "${AMZPATH}/3dmodels/AMz3D.3dshapes/Seeed Studio XIAO RP2040 v26.step"
(hide yes)
(offset
(xyz 0 0 0)
)
(scale
(xyz 1 1 1)
)
(rotate
(xyz 0 0 90)
)
)
(model "${AMZPATH}/3dmodels/AMz3D.3dshapes/Seeed Studio XIAO-ESP32-C3.step"
(hide yes)
(offset
(xyz -1.7018 -6.096 0)
)
(scale
(xyz 1 1 1)
)
(rotate
(xyz -90 0 0)
)
)
(model "${AMZPATH}/3dmodels/AMz3D.3dshapes/XIAO-ESP32S3 v2.step"
(hide yes)
(offset
(xyz -1.778 -6.1722 0)
)
(scale
(xyz 1 1 1)
)
(rotate
(xyz -90 0 0)
)
)
)

View file

@ -0,0 +1,440 @@
(footprint "XIAO-ESP32-C3-SMD"
(version 20240108)
(generator "pcbnew")
(generator_version "8.0")
(layer "F.Cu")
(property "Reference" "REF**"
(at -8.835 -10.96 0)
(layer "F.SilkS")
(uuid "a9f5f5dd-597c-45dd-b31d-a35c3963eed2")
(effects
(font
(size 0.78232 0.78232)
(thickness 0.10668)
)
(justify left bottom)
)
)
(property "Value" "XIAO-ESP32-C3-SMD"
(at 0.055 9.04 0)
(layer "F.Fab")
(uuid "2d66aca7-e0b3-44df-838e-be285890792c")
(effects
(font
(size 0.635 0.635)
(thickness 0.1016)
(bold yes)
)
)
)
(property "Footprint" ""
(at -8.835 10.54 0)
(unlocked yes)
(layer "F.Fab")
(hide yes)
(uuid "32a8cb35-59e0-4282-b955-c4626b0c3c52")
(effects
(font
(size 1.27 1.27)
(thickness 0.15)
)
)
)
(property "Datasheet" ""
(at -8.835 10.54 0)
(unlocked yes)
(layer "F.Fab")
(hide yes)
(uuid "5173b428-b87b-497c-9fd1-0d444c2ced85")
(effects
(font
(size 1.27 1.27)
(thickness 0.15)
)
)
)
(property "Description" ""
(at -8.835 10.54 0)
(unlocked yes)
(layer "F.Fab")
(hide yes)
(uuid "ea7181c4-fdca-44f1-ad15-d0627f50a68e")
(effects
(font
(size 1.27 1.27)
(thickness 0.15)
)
)
)
(fp_line
(start -8.835 8.553)
(end -8.835 -8.592)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "266bbe7c-030a-4262-a1f9-af32b366ad14")
)
(fp_line
(start -6.93 10.458)
(end 7.04 10.458)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "d08af9f8-1db3-41fa-8019-ea82ba997c8b")
)
(fp_line
(start -4.44 -10.497)
(end -4.436272 -11.507272)
(stroke
(width 0.127)
(type solid)
)
(layer "F.SilkS")
(uuid "5a9661de-767c-4d59-b2d9-edd3b4806416")
)
(fp_line
(start -3.936272 -12.007)
(end 4.059 -12.007)
(stroke
(width 0.127)
(type solid)
)
(layer "F.SilkS")
(uuid "42ee0e9d-8211-4564-8b2f-5e41352f7ee9")
)
(fp_line
(start 4.559 -11.507)
(end 4.559 -10.497)
(stroke
(width 0.127)
(type solid)
)
(layer "F.SilkS")
(uuid "f0a5728c-94a7-4b2e-9a30-dd8206414cba")
)
(fp_line
(start 7.04 -10.497)
(end -6.93 -10.497)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "d25a4f33-3997-470a-8454-44d66820451b")
)
(fp_line
(start 8.945 8.553)
(end 8.945 -8.592)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "8468d773-89d6-42aa-b942-e399ff40b04a")
)
(fp_arc
(start -8.835 -8.596)
(mid -8.277038 -9.943038)
(end -6.93 -10.501)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "06d21baf-acc6-4996-82f7-832469af771c")
)
(fp_arc
(start -6.93 10.458)
(mid -8.277038 9.900038)
(end -8.835 8.553)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "ad7810a3-22a5-4eb6-a8ac-fe83d6e614e2")
)
(fp_arc
(start -4.436272 -11.507272)
(mid -4.289724 -11.860644)
(end -3.936272 -12.007)
(stroke
(width 0.127)
(type default)
)
(layer "F.SilkS")
(uuid "240a418d-40a0-4f39-a4fc-1357e02050a7")
)
(fp_arc
(start 4.059 -12.007)
(mid 4.412553 -11.860553)
(end 4.559 -11.507)
(stroke
(width 0.127)
(type default)
)
(layer "F.SilkS")
(uuid "2a9f2e5c-82ae-4a97-aa57-2340fccf032e")
)
(fp_arc
(start 7.04 -10.497)
(mid 8.387038 -9.939038)
(end 8.945 -8.592)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "57bdd9bc-8957-414a-ad86-aacf208b0552")
)
(fp_arc
(start 8.945 8.553)
(mid 8.387038 9.900038)
(end 7.04 10.458)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "94301c3d-6494-4652-b24f-813641cade0d")
)
(fp_circle
(center -9.045 -10.081)
(end -9.045 -10.335)
(stroke
(width 0.5)
(type solid)
)
(fill solid)
(layer "F.SilkS")
(uuid "a6839f47-a616-4c45-a6fa-28ee2cc81d22")
)
(fp_circle
(center -7.902 -9.201)
(end -7.902 -9.455)
(stroke
(width 0.5)
(type solid)
)
(fill solid)
(layer "F.SilkS")
(uuid "eedcbe76-8d04-4b09-93b7-c861811ba260")
)
(fp_rect
(start 8.965 10.54)
(end -8.835 -10.46)
(stroke
(width 0.05)
(type default)
)
(fill none)
(layer "F.CrtYd")
(uuid "e428eb56-00a2-4249-bb91-d2e5823b2899")
)
(fp_rect
(start -8.835 -10.46)
(end 8.965 10.54)
(stroke
(width 0.1)
(type default)
)
(fill none)
(layer "F.Fab")
(uuid "2133d927-559d-4615-ab92-732772c02d94")
)
(fp_circle
(center -7.899 -9.207)
(end -7.899 -9.461)
(stroke
(width 0.5)
(type solid)
)
(fill solid)
(layer "F.Fab")
(uuid "5fead843-19e3-4352-ac7f-a0d33038c508")
)
(pad "1" smd roundrect
(at -8 -7.58)
(size 2.75 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.25)
(solder_mask_margin 0.0508)
(thermal_bridge_angle 45)
(uuid "c68f6b12-dcf5-46b1-b159-2eef9023b0ac")
)
(pad "2" smd roundrect
(at -8 -5.04)
(size 2.75 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.25)
(solder_mask_margin 0.0508)
(thermal_bridge_angle 45)
(uuid "525b09fc-9099-4274-98c3-45f84d0591ab")
)
(pad "3" smd roundrect
(at -8 -2.5)
(size 2.75 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.25)
(solder_mask_margin 0.0508)
(thermal_bridge_angle 45)
(uuid "99cc76a7-0a78-4868-871b-c214ecac5525")
)
(pad "4" smd roundrect
(at -8 0.04)
(size 2.75 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.25)
(solder_mask_margin 0.0508)
(thermal_bridge_angle 45)
(uuid "8038b67b-b3bf-4a3e-b790-40857963c957")
)
(pad "5" smd roundrect
(at -8 2.58)
(size 2.75 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.25)
(solder_mask_margin 0.0508)
(thermal_bridge_angle 45)
(uuid "84711cb2-d222-464e-bcd5-f76af75cc612")
)
(pad "6" smd roundrect
(at -8 5.12)
(size 2.75 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.25)
(solder_mask_margin 0.0508)
(thermal_bridge_angle 45)
(uuid "aabcfc3b-fa72-4e48-95d1-d53474158cc0")
)
(pad "7" smd roundrect
(at -8 7.66)
(size 2.75 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.25)
(solder_mask_margin 0.0508)
(thermal_bridge_angle 45)
(uuid "3e086061-1f3f-4b1e-9354-920126d40249")
)
(pad "8" smd roundrect
(at 8.165 7.66)
(size 2.75 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.25)
(solder_mask_margin 0.0508)
(thermal_bridge_angle 45)
(uuid "974a7e29-b5d3-475c-b481-2bc14f5b3495")
)
(pad "9" smd roundrect
(at 8.165 5.12)
(size 2.75 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.25)
(solder_mask_margin 0.0508)
(thermal_bridge_angle 45)
(uuid "a553cc0b-22bc-49aa-9fb7-680c812e8abd")
)
(pad "10" smd roundrect
(at 8.165 2.58)
(size 2.75 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.25)
(solder_mask_margin 0.0508)
(thermal_bridge_angle 45)
(uuid "b650936d-c436-4d93-abb7-7957add5cfb1")
)
(pad "11" smd roundrect
(at 8.165 0.04)
(size 2.75 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.25)
(solder_mask_margin 0.0508)
(thermal_bridge_angle 45)
(uuid "177728f1-7b02-41a6-9de4-bdaee546f6d9")
)
(pad "12" smd roundrect
(at 8.165 -2.5)
(size 2.75 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.25)
(solder_mask_margin 0.0508)
(thermal_bridge_angle 45)
(uuid "eb6539ef-4d84-4ae5-bc4e-237dae21b9ef")
)
(pad "13" smd roundrect
(at 8.165 -5.04)
(size 2.75 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.25)
(solder_mask_margin 0.0508)
(thermal_bridge_angle 45)
(uuid "c8744fbe-93c9-4c54-84bc-435357de679f")
)
(pad "14" smd roundrect
(at 8.165 -7.58)
(size 2.75 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.25)
(solder_mask_margin 0.0508)
(thermal_bridge_angle 45)
(uuid "fd579d63-bbef-4609-9252-aad3f944a314")
)
(pad "15" smd roundrect
(at -4.39 -0.342 180)
(size 2.5 1.1)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.25)
(solder_mask_margin 0.0508)
(thermal_bridge_angle 45)
(uuid "144d3c3d-6207-433c-9e61-4f75722af865")
)
(pad "16" smd roundrect
(at -4.39 -2.247 180)
(size 2.5 1.1)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.25)
(solder_mask_margin 0.0508)
(thermal_bridge_angle 45)
(uuid "3780a4ef-348c-4241-b04b-2cb4f7127fa2")
)
(pad "17" smd circle
(at -1.215 -8.592)
(size 1.7 1.7)
(layers "F.Cu" "F.Paste" "F.Mask")
(uuid "ad890579-1e55-4b71-9d59-080a59598896")
)
(pad "18" smd circle
(at 1.325 -8.592)
(size 1.7 1.7)
(layers "F.Cu" "F.Paste" "F.Mask")
(uuid "22959b7c-559b-4b72-b2a4-a0d26b3295b4")
)
(pad "19" smd circle
(at -1.215 -6.052)
(size 1.7 1.7)
(layers "F.Cu" "F.Paste" "F.Mask")
(uuid "b41f05b6-c247-4448-ade6-b9856922e9c3")
)
(pad "20" smd circle
(at 1.325 -6.052)
(size 1.7 1.7)
(layers "F.Cu" "F.Paste" "F.Mask")
(uuid "15c2b992-b59d-4056-814b-c5d8deb29c39")
)
(pad "21" smd circle
(at -1.215 -3.512)
(size 1.7 1.7)
(layers "F.Cu" "F.Paste" "F.Mask")
(uuid "9957f908-f682-4ded-bb00-4e26f925aa08")
)
(pad "22" smd circle
(at 1.325 -3.512)
(size 1.7 1.7)
(layers "F.Cu" "F.Paste" "F.Mask")
(uuid "3e029ae6-cb90-4aab-8379-15cb555ef506")
)
)

View file

@ -0,0 +1,554 @@
(footprint "XIAO-ESP32-C6-DIP"
(version 20240108)
(generator "pcbnew")
(generator_version "8.0")
(layer "F.Cu")
(property "Reference" "REF**"
(at -8 -12 0)
(unlocked yes)
(layer "F.SilkS")
(uuid "7bab359d-5e5b-4dff-9db4-e7c8562ce635")
(effects
(font
(size 0.635 0.635)
(thickness 0.1016)
)
)
)
(property "Value" "XIAO-ESP32-C6-DIP"
(at 0 0 0)
(unlocked yes)
(layer "F.Fab")
(uuid "79cabf23-4ebc-4d37-9172-bb2cf4ea975f")
(effects
(font
(size 0.635 0.635)
(thickness 0.1016)
)
)
)
(property "Footprint" ""
(at -0.045 0 90)
(unlocked yes)
(layer "F.Fab")
(hide yes)
(uuid "8f4fc10c-2540-4ba7-9be3-30f132330a85")
(effects
(font
(size 1.27 1.27)
(thickness 0.15)
)
)
)
(property "Datasheet" ""
(at -0.045 0 90)
(unlocked yes)
(layer "F.Fab")
(hide yes)
(uuid "663dc686-104e-47e1-9669-e1228477fa6f")
(effects
(font
(size 1.27 1.27)
(thickness 0.15)
)
)
)
(property "Description" ""
(at -0.045 0 90)
(unlocked yes)
(layer "F.Fab")
(hide yes)
(uuid "a25b2a4a-94ce-41bd-8341-b98204aa9142")
(effects
(font
(size 1.27 1.27)
(thickness 0.15)
)
)
)
(attr smd)
(fp_line
(start -8.935 8.509)
(end -8.935 -8.636)
(stroke
(width 0.127)
(type solid)
)
(layer "F.SilkS")
(uuid "f58afa0e-63f9-4096-9d17-7cf8e5de7759")
)
(fp_line
(start -7.03 10.414)
(end 6.94 10.414)
(stroke
(width 0.127)
(type solid)
)
(layer "F.SilkS")
(uuid "e213e2f5-659f-4cdb-b390-b284746621aa")
)
(fp_line
(start -4.54 -10.541)
(end -4.536272 -11.551272)
(stroke
(width 0.127)
(type solid)
)
(layer "F.SilkS")
(uuid "1c04ed67-ddeb-47d9-a10d-c282df9771ad")
)
(fp_line
(start -4.036272 -12.051)
(end 3.959 -12.051)
(stroke
(width 0.127)
(type solid)
)
(layer "F.SilkS")
(uuid "cb282560-d184-4cb5-8bd2-65406faf8849")
)
(fp_line
(start 4.459 -11.551)
(end 4.459 -10.541)
(stroke
(width 0.127)
(type solid)
)
(layer "F.SilkS")
(uuid "82d4f96e-3c3a-44ee-9bb7-1fd73e2eac6b")
)
(fp_line
(start 6.94 -10.541)
(end -7.03 -10.541)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "f6589495-dbf1-4c1b-8afa-4be16f9ea08f")
)
(fp_line
(start 6.94 -10.541)
(end -7.03 -10.541)
(stroke
(width 0.127)
(type solid)
)
(layer "F.SilkS")
(uuid "6f680559-bbef-46de-9ef5-efda7c2411e9")
)
(fp_line
(start 8.845 8.509)
(end 8.845 -8.636)
(stroke
(width 0.127)
(type solid)
)
(layer "F.SilkS")
(uuid "9c6409b2-5f1b-4299-85bf-d07c96f13a2a")
)
(fp_arc
(start -8.935 -8.636)
(mid -8.377038 -9.983038)
(end -7.03 -10.541)
(stroke
(width 0.127)
(type solid)
)
(layer "F.SilkS")
(uuid "c6870bc4-897a-485a-b951-3feda1bdd32e")
)
(fp_arc
(start -7.03 10.414)
(mid -8.377038 9.856038)
(end -8.935 8.509)
(stroke
(width 0.127)
(type solid)
)
(layer "F.SilkS")
(uuid "88e5d6ea-6b70-4830-9817-980fd2b32f79")
)
(fp_arc
(start -4.536272 -11.551272)
(mid -4.389728 -11.90464)
(end -4.036272 -12.051)
(stroke
(width 0.127)
(type default)
)
(layer "F.SilkS")
(uuid "ce31e9b1-8bf5-4fa7-8ae1-e1c8a8e53c48")
)
(fp_arc
(start 3.959 -12.051)
(mid 4.312553 -11.904553)
(end 4.459 -11.551)
(stroke
(width 0.127)
(type default)
)
(layer "F.SilkS")
(uuid "e3c45991-3577-42c0-83a5-089771b0c1ae")
)
(fp_arc
(start 6.94 -10.541)
(mid 8.287038 -9.983038)
(end 8.845 -8.636)
(stroke
(width 0.127)
(type solid)
)
(layer "F.SilkS")
(uuid "e1d8f660-1495-43db-8a6b-7fdc7dc42e35")
)
(fp_arc
(start 8.845 8.509)
(mid 8.287038 9.856038)
(end 6.94 10.414)
(stroke
(width 0.127)
(type solid)
)
(layer "F.SilkS")
(uuid "f108f05c-d5f6-4de1-bc6f-4c31ef53e967")
)
(fp_circle
(center -8.995 -10.3)
(end -8.995 -10.554)
(stroke
(width 0.5)
(type solid)
)
(fill solid)
(layer "F.SilkS")
(uuid "d523b867-b930-4152-a585-fb2991113352")
)
(fp_circle
(center -7.852 -9.42)
(end -7.852 -9.674)
(stroke
(width 0.5)
(type solid)
)
(fill solid)
(layer "F.SilkS")
(uuid "1b9c22f7-f19d-4572-be63-065c1e034c25")
)
(fp_rect
(start -8.945 -10.55)
(end 8.855 10.425)
(stroke
(width 0.05)
(type default)
)
(fill none)
(layer "F.CrtYd")
(uuid "b53697bc-d105-40e2-af66-708b16a7f26c")
)
(fp_rect
(start -8.945 -10.55)
(end 8.855 10.425)
(stroke
(width 0.1)
(type default)
)
(fill none)
(layer "F.Fab")
(uuid "a45a327e-f036-4877-8d89-39f4f4b0c715")
)
(fp_circle
(center -7.849 -9.426)
(end -7.849 -9.68)
(stroke
(width 0.5)
(type solid)
)
(fill solid)
(layer "F.Fab")
(uuid "f1bda1b0-c6a9-4930-b2ed-d175257d4cca")
)
(pad "1" smd roundrect
(at -8.5 -7.62 180)
(size 2.432 1.524)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "82bbfb55-8baa-4218-ac89-ab07d82ef7f8")
)
(pad "1" thru_hole circle
(at -7.665 -7.62 180)
(size 1.524 1.524)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "f2fffd4f-460c-4b4d-b954-811e935ed1d6")
)
(pad "2" smd roundrect
(at -8.5 -5.08 180)
(size 2.432 1.524)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "18ef9914-2d15-494c-9020-2334abcc1460")
)
(pad "2" thru_hole circle
(at -7.665 -5.08 180)
(size 1.524 1.524)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "4732cc3f-e641-4870-a9b3-ae13729c7bba")
)
(pad "3" smd roundrect
(at -8.5 -2.54 180)
(size 2.432 1.524)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "15338a55-8514-4218-a2c1-2cae003104c3")
)
(pad "3" thru_hole circle
(at -7.665 -2.54 180)
(size 1.524 1.524)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "0cef5e55-d8ff-4394-9cc1-cc318608b0d9")
)
(pad "4" smd roundrect
(at -8.5 0 180)
(size 2.432 1.524)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "191a259d-5773-4a80-91de-baa69611fab8")
)
(pad "4" thru_hole circle
(at -7.665 0 180)
(size 1.524 1.524)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "200b8da4-9395-48a5-b7ac-92a6a147c215")
)
(pad "5" smd roundrect
(at -8.5 2.54 180)
(size 2.432 1.524)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "52012467-1c46-4a8e-aa82-6f6ce69bd2ca")
)
(pad "5" thru_hole circle
(at -7.665 2.54 180)
(size 1.524 1.524)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "2b50ccce-3634-47d1-bf7d-a3db4f3f9a9f")
)
(pad "6" smd roundrect
(at -8.5 5.08 180)
(size 2.432 1.524)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "04aeaf95-142a-40f6-97a3-04453fc50824")
)
(pad "6" thru_hole circle
(at -7.665 5.08 180)
(size 1.524 1.524)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "7636de9d-d8e5-49c9-9fff-0cd76515690d")
)
(pad "7" smd roundrect
(at -8.5 7.62 180)
(size 2.432 1.524)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "e997fd0b-233a-4656-afad-cb2f8b9d87c9")
)
(pad "7" thru_hole circle
(at -7.665 7.62 180)
(size 1.524 1.524)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "9d2c0d0c-05dd-477e-8384-b14eec83fc2e")
)
(pad "8" thru_hole circle
(at 7.575 7.62)
(size 1.524 1.524)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "1e50c66f-49b8-4b03-9889-8cc6ca45ad8e")
)
(pad "8" smd roundrect
(at 8.41 7.62)
(size 2.432 1.524)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "e7b72803-b5f0-433c-8313-83247355fb43")
)
(pad "9" thru_hole circle
(at 7.575 5.08)
(size 1.524 1.524)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "808bf9dc-1c26-4a77-93c9-e4c6d5eccbb2")
)
(pad "9" smd roundrect
(at 8.41 5.08)
(size 2.432 1.524)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "532de3b6-bd30-47c5-b70e-0bca6abbd997")
)
(pad "10" thru_hole circle
(at 7.575 2.54)
(size 1.524 1.524)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "a792a2ac-537b-4136-8f92-b81f7ce8f753")
)
(pad "10" smd roundrect
(at 8.41 2.54)
(size 2.432 1.524)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "6e3f5c75-6143-468e-bb07-d89020c03f59")
)
(pad "11" thru_hole circle
(at 7.575 0)
(size 1.524 1.524)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "fb78046a-9b91-4893-b010-827957cc07be")
)
(pad "11" smd roundrect
(at 8.41 0)
(size 2.432 1.524)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "5249f425-bece-432d-8076-28e1b8b386e3")
)
(pad "12" thru_hole circle
(at 7.575 -2.54)
(size 1.524 1.524)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "0b8ccc97-5100-4dcf-8500-e99789ee0b4c")
)
(pad "12" smd roundrect
(at 8.41 -2.54)
(size 2.432 1.524)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "82f1bbd1-708b-4d2d-9113-7ba3c2313670")
)
(pad "13" thru_hole circle
(at 7.575 -5.08)
(size 1.524 1.524)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "03882061-01af-484b-b620-9e92a3daaf68")
)
(pad "13" smd roundrect
(at 8.41 -5.08)
(size 2.432 1.524)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "954f51d1-3d75-42fb-a02a-7389b30718d9")
)
(pad "14" thru_hole circle
(at 7.575 -7.62)
(size 1.524 1.524)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "c6d1af47-da13-4409-9ab1-55d358cc57eb")
)
(pad "14" smd roundrect
(at 8.41 -7.62)
(size 2.432 1.524)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "6b725fd4-d6f0-46bf-b3e0-7ec07cc05622")
)
(model "${AMZPATH}/3dmodels/AMz3D.3dshapes/XIAO-nRF52840 v15.step"
(hide yes)
(offset
(xyz -1.778 -6.096 0.381)
)
(scale
(xyz 1 1 1)
)
(rotate
(xyz -90 0 0)
)
)
(model "${AMZPATH}/3dmodels/AMz3D.3dshapes/Seeeduino XIAO SAMD21 v4.step"
(offset
(xyz 0 0 0)
)
(scale
(xyz 1 1 1)
)
(rotate
(xyz 0 0 0)
)
)
(model "${AMZPATH}/3dmodels/AMz3D.3dshapes/Seeed Studio XIAO RP2040 v26.step"
(hide yes)
(offset
(xyz 0 0 0)
)
(scale
(xyz 1 1 1)
)
(rotate
(xyz 0 0 90)
)
)
(model "${AMZPATH}/3dmodels/AMz3D.3dshapes/Seeed Studio XIAO-ESP32-C3.step"
(hide yes)
(offset
(xyz -1.7018 -6.096 0)
)
(scale
(xyz 1 1 1)
)
(rotate
(xyz -90 0 0)
)
)
(model "${AMZPATH}/3dmodels/AMz3D.3dshapes/XIAO-ESP32S3 v2.step"
(hide yes)
(offset
(xyz -1.778 -6.1722 0)
)
(scale
(xyz 1 1 1)
)
(rotate
(xyz -90 0 0)
)
)
)

View file

@ -0,0 +1,451 @@
(footprint "XIAO-ESP32-C6-SMD"
(version 20240108)
(generator "pcbnew")
(generator_version "8.0")
(layer "F.Cu")
(property "Reference" "REF**"
(at -9.5 -11.5 0)
(layer "F.SilkS")
(uuid "a9f5f5dd-597c-45dd-b31d-a35c3963eed2")
(effects
(font
(size 0.78232 0.78232)
(thickness 0.10668)
)
(justify left bottom)
)
)
(property "Value" "XIAO-ESP32-C6-SMD"
(at 0 9 0)
(layer "F.Fab")
(uuid "2d66aca7-e0b3-44df-838e-be285890792c")
(effects
(font
(size 0.635 0.635)
(thickness 0.1016)
)
)
)
(property "Footprint" ""
(at -9.1166 10.5215 0)
(unlocked yes)
(layer "F.Fab")
(hide yes)
(uuid "32a8cb35-59e0-4282-b955-c4626b0c3c52")
(effects
(font
(size 1.27 1.27)
(thickness 0.15)
)
)
)
(property "Datasheet" ""
(at -9.1166 10.5215 0)
(unlocked yes)
(layer "F.Fab")
(hide yes)
(uuid "5173b428-b87b-497c-9fd1-0d444c2ced85")
(effects
(font
(size 1.27 1.27)
(thickness 0.15)
)
)
)
(property "Description" ""
(at -9.1166 10.5215 0)
(unlocked yes)
(layer "F.Fab")
(hide yes)
(uuid "ea7181c4-fdca-44f1-ad15-d0627f50a68e")
(effects
(font
(size 1.27 1.27)
(thickness 0.15)
)
)
)
(fp_line
(start -9.1166 8.5345)
(end -9.1166 -8.6105)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "df0486b4-d04f-4201-a301-beede6e15862")
)
(fp_line
(start -7.2116 10.4395)
(end 6.7584 10.4395)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "f54abd8d-62ed-4b05-8e37-f29acdadc0f8")
)
(fp_line
(start -4.7216 -10.5155)
(end -4.717872 -11.525772)
(stroke
(width 0.127)
(type solid)
)
(layer "F.SilkS")
(uuid "fead6daa-b9f4-4bd1-a131-b5d2cd3184de")
)
(fp_line
(start -4.217872 -12.0255)
(end 3.7774 -12.0255)
(stroke
(width 0.127)
(type solid)
)
(layer "F.SilkS")
(uuid "b90ae92d-7c1a-4689-bf64-c3528a3ea3ee")
)
(fp_line
(start 4.2774 -11.5255)
(end 4.2774 -10.5155)
(stroke
(width 0.127)
(type solid)
)
(layer "F.SilkS")
(uuid "b540fbcc-8e06-44d7-95f6-8b142e4c90fb")
)
(fp_line
(start 6.7584 -10.5155)
(end -7.2116 -10.5155)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "2b80542c-5088-4f89-ae32-3400cf894ca1")
)
(fp_line
(start 8.6634 8.5345)
(end 8.6634 -8.6105)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "4cd8add0-8a8c-468d-ba6f-b86787c288af")
)
(fp_arc
(start -9.1166 -8.6145)
(mid -8.558638 -9.961538)
(end -7.2116 -10.5195)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "4d9bf7a5-4ab4-48bb-b8ac-0a5ce4523642")
)
(fp_arc
(start -7.2116 10.4395)
(mid -8.558638 9.881538)
(end -9.1166 8.5345)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "d09661c8-1ad3-40e9-8323-9dabc8f3f98b")
)
(fp_arc
(start -4.717872 -11.525772)
(mid -4.571324 -11.879144)
(end -4.217872 -12.0255)
(stroke
(width 0.127)
(type default)
)
(layer "F.SilkS")
(uuid "7a58f637-14d7-4804-b127-f1d029b5d1e6")
)
(fp_arc
(start 3.7774 -12.0255)
(mid 4.130953 -11.879053)
(end 4.2774 -11.5255)
(stroke
(width 0.127)
(type default)
)
(layer "F.SilkS")
(uuid "d0bc8663-987f-4e2e-b464-096a547b822f")
)
(fp_arc
(start 6.7584 -10.5155)
(mid 8.105438 -9.957538)
(end 8.6634 -8.6105)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "77004ea5-53a4-40ab-b35c-7bdd22107e34")
)
(fp_arc
(start 8.6634 8.5345)
(mid 8.105438 9.881538)
(end 6.7584 10.4395)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "94189dc1-14b5-4f17-b9d3-0163ed99e583")
)
(fp_circle
(center -9.3266 -10.0995)
(end -9.3266 -10.3535)
(stroke
(width 0.5)
(type solid)
)
(fill solid)
(layer "F.SilkS")
(uuid "dc606cc5-10bc-4635-81d1-fa27b1e6b4e2")
)
(fp_circle
(center -8.0526 -9.3825)
(end -8.0526 -9.6365)
(stroke
(width 0.5)
(type solid)
)
(fill solid)
(layer "F.SilkS")
(uuid "2b5e2829-6d01-441f-9983-fc4a273ff483")
)
(fp_rect
(start 8.6834 10.5215)
(end -9.1166 -10.4785)
(stroke
(width 0.05)
(type default)
)
(fill none)
(layer "F.CrtYd")
(uuid "e428eb56-00a2-4249-bb91-d2e5823b2899")
)
(fp_rect
(start -9.1166 -10.4785)
(end 8.6834 10.5215)
(stroke
(width 0.1)
(type default)
)
(fill none)
(layer "F.Fab")
(uuid "2133d927-559d-4615-ab92-732772c02d94")
)
(fp_circle
(center -8.0326 -9.3785)
(end -8.0326 -9.6325)
(stroke
(width 0.5)
(type solid)
)
(fill solid)
(layer "F.Fab")
(uuid "50e04a65-8ff2-4d1f-be98-2db48101e90a")
)
(pad "1" smd roundrect
(at -8.2816 -7.5985)
(size 2.75 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.25)
(solder_mask_margin 0.0508)
(thermal_bridge_angle 45)
(uuid "c68f6b12-dcf5-46b1-b159-2eef9023b0ac")
)
(pad "2" smd roundrect
(at -8.2816 -5.0585)
(size 2.75 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.25)
(solder_mask_margin 0.0508)
(thermal_bridge_angle 45)
(uuid "525b09fc-9099-4274-98c3-45f84d0591ab")
)
(pad "3" smd roundrect
(at -8.2816 -2.5185)
(size 2.75 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.25)
(solder_mask_margin 0.0508)
(thermal_bridge_angle 45)
(uuid "99cc76a7-0a78-4868-871b-c214ecac5525")
)
(pad "4" smd roundrect
(at -8.2816 0.0215)
(size 2.75 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.25)
(solder_mask_margin 0.0508)
(thermal_bridge_angle 45)
(uuid "8038b67b-b3bf-4a3e-b790-40857963c957")
)
(pad "5" smd roundrect
(at -8.2816 2.5615)
(size 2.75 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.25)
(solder_mask_margin 0.0508)
(thermal_bridge_angle 45)
(uuid "84711cb2-d222-464e-bcd5-f76af75cc612")
)
(pad "6" smd roundrect
(at -8.2816 5.1015)
(size 2.75 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.25)
(solder_mask_margin 0.0508)
(thermal_bridge_angle 45)
(uuid "aabcfc3b-fa72-4e48-95d1-d53474158cc0")
)
(pad "7" smd roundrect
(at -8.2816 7.6415)
(size 2.75 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.25)
(solder_mask_margin 0.0508)
(thermal_bridge_angle 45)
(uuid "3e086061-1f3f-4b1e-9354-920126d40249")
)
(pad "8" smd roundrect
(at 7.8834 7.6415)
(size 2.75 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.25)
(solder_mask_margin 0.0508)
(thermal_bridge_angle 45)
(uuid "974a7e29-b5d3-475c-b481-2bc14f5b3495")
)
(pad "9" smd roundrect
(at 7.8834 5.1015)
(size 2.75 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.25)
(solder_mask_margin 0.0508)
(thermal_bridge_angle 45)
(uuid "a553cc0b-22bc-49aa-9fb7-680c812e8abd")
)
(pad "10" smd roundrect
(at 7.8834 2.5615)
(size 2.75 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.25)
(solder_mask_margin 0.0508)
(thermal_bridge_angle 45)
(uuid "b650936d-c436-4d93-abb7-7957add5cfb1")
)
(pad "11" smd roundrect
(at 7.8834 0.0215)
(size 2.75 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.25)
(solder_mask_margin 0.0508)
(thermal_bridge_angle 45)
(uuid "177728f1-7b02-41a6-9de4-bdaee546f6d9")
)
(pad "12" smd roundrect
(at 7.8834 -2.5185)
(size 2.75 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.25)
(solder_mask_margin 0.0508)
(thermal_bridge_angle 45)
(uuid "eb6539ef-4d84-4ae5-bc4e-237dae21b9ef")
)
(pad "13" smd roundrect
(at 7.8834 -5.0585)
(size 2.75 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.25)
(solder_mask_margin 0.0508)
(thermal_bridge_angle 45)
(uuid "c8744fbe-93c9-4c54-84bc-435357de679f")
)
(pad "14" smd roundrect
(at 7.8834 -7.5985)
(size 2.75 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.25)
(solder_mask_margin 0.0508)
(thermal_bridge_angle 45)
(uuid "fd579d63-bbef-4609-9252-aad3f944a314")
)
(pad "15" smd roundrect
(at -2.008 5.5532 270)
(size 2.5 1.1)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.25)
(solder_mask_margin 0.0508)
(thermal_bridge_angle 45)
(uuid "144d3c3d-6207-433c-9e61-4f75722af865")
)
(pad "16" smd roundrect
(at 0.532 5.5532 270)
(size 2.5 1.1)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.25)
(solder_mask_margin 0.0508)
(thermal_bridge_angle 45)
(uuid "3780a4ef-348c-4241-b04b-2cb4f7127fa2")
)
(pad "17" smd circle
(at -1.5 -8.62)
(size 1.7 1.7)
(layers "F.Cu" "F.Paste" "F.Mask")
(uuid "ad890579-1e55-4b71-9d59-080a59598896")
)
(pad "18" smd circle
(at 1.04 -8.62)
(size 1.7 1.7)
(layers "F.Cu" "F.Paste" "F.Mask")
(uuid "25d6fdae-01ac-4ca4-8702-55badc8bcbc8")
)
(pad "19" smd circle
(at -1.5 -6.08)
(size 1.7 1.7)
(layers "F.Cu" "F.Paste" "F.Mask")
(uuid "e73ae295-736f-4acf-8ee1-0c120ebcebea")
)
(pad "20" smd circle
(at 1.04 -6.08)
(size 1.7 1.7)
(layers "F.Cu" "F.Paste" "F.Mask")
(uuid "7adfba87-f861-42a5-bb73-c3f9fac53180")
)
(pad "21" smd circle
(at -1.5 -3.54)
(size 1.7 1.7)
(layers "F.Cu" "F.Paste" "F.Mask")
(uuid "619dc2a5-519d-48ac-9c78-8c438df2a14d")
)
(pad "22" smd circle
(at 1.04 -3.54)
(size 1.7 1.7)
(layers "F.Cu" "F.Paste" "F.Mask")
(uuid "aa8b72d0-17bf-47d4-94b1-df9199638a29")
)
(pad "23" smd circle
(at -1.5 -1)
(size 1.7 1.7)
(layers "F.Cu" "F.Paste" "F.Mask")
(uuid "8539b5cc-db2c-4fa4-9ead-b842a1885293")
)
(pad "24" smd circle
(at 0.9474 -1.0568)
(size 1.7 1.7)
(layers "F.Cu" "F.Paste" "F.Mask")
(uuid "313edcfe-ad25-4ea7-b786-d8290dfb479a")
)
)

View file

@ -0,0 +1,554 @@
(footprint "XIAO-ESP32-S3-DIP"
(version 20240108)
(generator "pcbnew")
(generator_version "8.0")
(layer "F.Cu")
(property "Reference" "REF**"
(at -8 -12 0)
(unlocked yes)
(layer "F.SilkS")
(uuid "7bab359d-5e5b-4dff-9db4-e7c8562ce635")
(effects
(font
(size 0.635 0.635)
(thickness 0.1016)
)
)
)
(property "Value" "XIAO-ESP32-S3-DIP"
(at 0 0 0)
(unlocked yes)
(layer "F.Fab")
(uuid "79cabf23-4ebc-4d37-9172-bb2cf4ea975f")
(effects
(font
(size 0.635 0.635)
(thickness 0.1016)
)
)
)
(property "Footprint" ""
(at 0 0 90)
(unlocked yes)
(layer "F.Fab")
(hide yes)
(uuid "8f4fc10c-2540-4ba7-9be3-30f132330a85")
(effects
(font
(size 1.27 1.27)
(thickness 0.15)
)
)
)
(property "Datasheet" ""
(at 0 0 90)
(unlocked yes)
(layer "F.Fab")
(hide yes)
(uuid "663dc686-104e-47e1-9669-e1228477fa6f")
(effects
(font
(size 1.27 1.27)
(thickness 0.15)
)
)
)
(property "Description" ""
(at 0 0 90)
(unlocked yes)
(layer "F.Fab")
(hide yes)
(uuid "a25b2a4a-94ce-41bd-8341-b98204aa9142")
(effects
(font
(size 1.27 1.27)
(thickness 0.15)
)
)
)
(attr smd)
(fp_line
(start -8.89 8.509)
(end -8.89 -8.636)
(stroke
(width 0.127)
(type solid)
)
(layer "F.SilkS")
(uuid "f58afa0e-63f9-4096-9d17-7cf8e5de7759")
)
(fp_line
(start -6.985 10.414)
(end 6.985 10.414)
(stroke
(width 0.127)
(type solid)
)
(layer "F.SilkS")
(uuid "e213e2f5-659f-4cdb-b390-b284746621aa")
)
(fp_line
(start -4.495 -10.541)
(end -4.491272 -11.551272)
(stroke
(width 0.127)
(type solid)
)
(layer "F.SilkS")
(uuid "d10bf694-6ee9-43db-9e56-98bc8e8e714c")
)
(fp_line
(start -3.991272 -12.051)
(end 4.004 -12.051)
(stroke
(width 0.127)
(type solid)
)
(layer "F.SilkS")
(uuid "0ef8a0f2-1788-4a82-845a-4038e7e1c525")
)
(fp_line
(start 4.504 -11.551)
(end 4.504 -10.541)
(stroke
(width 0.127)
(type solid)
)
(layer "F.SilkS")
(uuid "6c04766b-0da3-41b9-8447-8ca1a0eaae40")
)
(fp_line
(start 6.985 -10.541)
(end -6.985 -10.541)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "ae80cddf-81a3-404a-a0c4-77e5ac08f163")
)
(fp_line
(start 6.985 -10.541)
(end -6.985 -10.541)
(stroke
(width 0.127)
(type solid)
)
(layer "F.SilkS")
(uuid "6f680559-bbef-46de-9ef5-efda7c2411e9")
)
(fp_line
(start 8.89 8.509)
(end 8.89 -8.636)
(stroke
(width 0.127)
(type solid)
)
(layer "F.SilkS")
(uuid "9c6409b2-5f1b-4299-85bf-d07c96f13a2a")
)
(fp_arc
(start -8.89 -8.636)
(mid -8.332038 -9.983038)
(end -6.985 -10.541)
(stroke
(width 0.127)
(type solid)
)
(layer "F.SilkS")
(uuid "c6870bc4-897a-485a-b951-3feda1bdd32e")
)
(fp_arc
(start -6.985 10.414)
(mid -8.332038 9.856038)
(end -8.89 8.509)
(stroke
(width 0.127)
(type solid)
)
(layer "F.SilkS")
(uuid "88e5d6ea-6b70-4830-9817-980fd2b32f79")
)
(fp_arc
(start -4.491272 -11.551272)
(mid -4.344728 -11.90464)
(end -3.991272 -12.051)
(stroke
(width 0.127)
(type default)
)
(layer "F.SilkS")
(uuid "c85a16c4-7603-4aa2-b672-9f623d801147")
)
(fp_arc
(start 4.004 -12.051)
(mid 4.357553 -11.904553)
(end 4.504 -11.551)
(stroke
(width 0.127)
(type default)
)
(layer "F.SilkS")
(uuid "f4bf921f-b3b8-4afd-83ac-b85bccc3488e")
)
(fp_arc
(start 6.985 -10.541)
(mid 8.332038 -9.983038)
(end 8.89 -8.636)
(stroke
(width 0.127)
(type solid)
)
(layer "F.SilkS")
(uuid "e1d8f660-1495-43db-8a6b-7fdc7dc42e35")
)
(fp_arc
(start 8.89 8.509)
(mid 8.332038 9.856038)
(end 6.985 10.414)
(stroke
(width 0.127)
(type solid)
)
(layer "F.SilkS")
(uuid "f108f05c-d5f6-4de1-bc6f-4c31ef53e967")
)
(fp_circle
(center -8.904 -10.4)
(end -8.904 -10.654)
(stroke
(width 0.5)
(type solid)
)
(fill solid)
(layer "F.SilkS")
(uuid "744e4ae8-f877-498d-b9c5-6250ce1b7619")
)
(fp_circle
(center -7.761 -9.52)
(end -7.761 -9.774)
(stroke
(width 0.5)
(type solid)
)
(fill solid)
(layer "F.SilkS")
(uuid "2d1a0bd3-4444-4606-97bb-c8d4e116943e")
)
(fp_rect
(start -8.9 -10.55)
(end 8.9 10.425)
(stroke
(width 0.05)
(type default)
)
(fill none)
(layer "F.CrtYd")
(uuid "b53697bc-d105-40e2-af66-708b16a7f26c")
)
(fp_rect
(start -8.9 -10.55)
(end 8.9 10.425)
(stroke
(width 0.1)
(type default)
)
(fill none)
(layer "F.Fab")
(uuid "a45a327e-f036-4877-8d89-39f4f4b0c715")
)
(fp_circle
(center -7.758 -9.526)
(end -7.758 -9.78)
(stroke
(width 0.5)
(type solid)
)
(fill solid)
(layer "F.Fab")
(uuid "5ab08763-596a-465d-8faa-ef734eef0689")
)
(pad "1" smd roundrect
(at -8.455 -7.62 180)
(size 2.432 1.524)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "82bbfb55-8baa-4218-ac89-ab07d82ef7f8")
)
(pad "1" thru_hole circle
(at -7.62 -7.62 180)
(size 1.524 1.524)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "f2fffd4f-460c-4b4d-b954-811e935ed1d6")
)
(pad "2" smd roundrect
(at -8.455 -5.08 180)
(size 2.432 1.524)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "18ef9914-2d15-494c-9020-2334abcc1460")
)
(pad "2" thru_hole circle
(at -7.62 -5.08 180)
(size 1.524 1.524)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "4732cc3f-e641-4870-a9b3-ae13729c7bba")
)
(pad "3" smd roundrect
(at -8.455 -2.54 180)
(size 2.432 1.524)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "15338a55-8514-4218-a2c1-2cae003104c3")
)
(pad "3" thru_hole circle
(at -7.62 -2.54 180)
(size 1.524 1.524)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "0cef5e55-d8ff-4394-9cc1-cc318608b0d9")
)
(pad "4" smd roundrect
(at -8.455 0 180)
(size 2.432 1.524)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "191a259d-5773-4a80-91de-baa69611fab8")
)
(pad "4" thru_hole circle
(at -7.62 0 180)
(size 1.524 1.524)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "200b8da4-9395-48a5-b7ac-92a6a147c215")
)
(pad "5" smd roundrect
(at -8.455 2.54 180)
(size 2.432 1.524)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "52012467-1c46-4a8e-aa82-6f6ce69bd2ca")
)
(pad "5" thru_hole circle
(at -7.62 2.54 180)
(size 1.524 1.524)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "2b50ccce-3634-47d1-bf7d-a3db4f3f9a9f")
)
(pad "6" smd roundrect
(at -8.455 5.08 180)
(size 2.432 1.524)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "04aeaf95-142a-40f6-97a3-04453fc50824")
)
(pad "6" thru_hole circle
(at -7.62 5.08 180)
(size 1.524 1.524)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "7636de9d-d8e5-49c9-9fff-0cd76515690d")
)
(pad "7" smd roundrect
(at -8.455 7.62 180)
(size 2.432 1.524)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "e997fd0b-233a-4656-afad-cb2f8b9d87c9")
)
(pad "7" thru_hole circle
(at -7.62 7.62 180)
(size 1.524 1.524)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "9d2c0d0c-05dd-477e-8384-b14eec83fc2e")
)
(pad "8" thru_hole circle
(at 7.62 7.62)
(size 1.524 1.524)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "1e50c66f-49b8-4b03-9889-8cc6ca45ad8e")
)
(pad "8" smd roundrect
(at 8.455 7.62)
(size 2.432 1.524)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "e7b72803-b5f0-433c-8313-83247355fb43")
)
(pad "9" thru_hole circle
(at 7.62 5.08)
(size 1.524 1.524)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "808bf9dc-1c26-4a77-93c9-e4c6d5eccbb2")
)
(pad "9" smd roundrect
(at 8.455 5.08)
(size 2.432 1.524)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "532de3b6-bd30-47c5-b70e-0bca6abbd997")
)
(pad "10" thru_hole circle
(at 7.62 2.54)
(size 1.524 1.524)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "a792a2ac-537b-4136-8f92-b81f7ce8f753")
)
(pad "10" smd roundrect
(at 8.455 2.54)
(size 2.432 1.524)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "6e3f5c75-6143-468e-bb07-d89020c03f59")
)
(pad "11" thru_hole circle
(at 7.62 0)
(size 1.524 1.524)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "fb78046a-9b91-4893-b010-827957cc07be")
)
(pad "11" smd roundrect
(at 8.455 0)
(size 2.432 1.524)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "5249f425-bece-432d-8076-28e1b8b386e3")
)
(pad "12" thru_hole circle
(at 7.62 -2.54)
(size 1.524 1.524)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "0b8ccc97-5100-4dcf-8500-e99789ee0b4c")
)
(pad "12" smd roundrect
(at 8.455 -2.54)
(size 2.432 1.524)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "82f1bbd1-708b-4d2d-9113-7ba3c2313670")
)
(pad "13" thru_hole circle
(at 7.62 -5.08)
(size 1.524 1.524)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "03882061-01af-484b-b620-9e92a3daaf68")
)
(pad "13" smd roundrect
(at 8.455 -5.08)
(size 2.432 1.524)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "954f51d1-3d75-42fb-a02a-7389b30718d9")
)
(pad "14" thru_hole circle
(at 7.62 -7.62)
(size 1.524 1.524)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "c6d1af47-da13-4409-9ab1-55d358cc57eb")
)
(pad "14" smd roundrect
(at 8.455 -7.62)
(size 2.432 1.524)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "6b725fd4-d6f0-46bf-b3e0-7ec07cc05622")
)
(model "${AMZPATH}/3dmodels/AMz3D.3dshapes/XIAO-nRF52840 v15.step"
(hide yes)
(offset
(xyz -1.778 -6.096 0.381)
)
(scale
(xyz 1 1 1)
)
(rotate
(xyz -90 0 0)
)
)
(model "${AMZPATH}/3dmodels/AMz3D.3dshapes/Seeeduino XIAO SAMD21 v4.step"
(offset
(xyz 0 0 0)
)
(scale
(xyz 1 1 1)
)
(rotate
(xyz 0 0 0)
)
)
(model "${AMZPATH}/3dmodels/AMz3D.3dshapes/Seeed Studio XIAO RP2040 v26.step"
(hide yes)
(offset
(xyz 0 0 0)
)
(scale
(xyz 1 1 1)
)
(rotate
(xyz 0 0 90)
)
)
(model "${AMZPATH}/3dmodels/AMz3D.3dshapes/Seeed Studio XIAO-ESP32-C3.step"
(hide yes)
(offset
(xyz -1.7018 -6.096 0)
)
(scale
(xyz 1 1 1)
)
(rotate
(xyz -90 0 0)
)
)
(model "${AMZPATH}/3dmodels/AMz3D.3dshapes/XIAO-ESP32S3 v2.step"
(hide yes)
(offset
(xyz -1.778 -6.1722 0)
)
(scale
(xyz 1 1 1)
)
(rotate
(xyz -90 0 0)
)
)
)

View file

@ -0,0 +1,451 @@
(footprint "XIAO-ESP32-S3-SMD"
(version 20240108)
(generator "pcbnew")
(generator_version "8.0")
(layer "F.Cu")
(property "Reference" "REF**"
(at -9 -11.5 0)
(layer "F.SilkS")
(uuid "a9f5f5dd-597c-45dd-b31d-a35c3963eed2")
(effects
(font
(size 0.78232 0.78232)
(thickness 0.10668)
)
(justify left bottom)
)
)
(property "Value" "XIAO-ESP32-S3-SMD"
(at -0.006364 9 0)
(layer "F.Fab")
(uuid "2d66aca7-e0b3-44df-838e-be285890792c")
(effects
(font
(size 0.635 0.635)
(thickness 0.1016)
)
)
)
(property "Footprint" ""
(at -8.896364 10.547 0)
(unlocked yes)
(layer "F.Fab")
(hide yes)
(uuid "32a8cb35-59e0-4282-b955-c4626b0c3c52")
(effects
(font
(size 1.27 1.27)
(thickness 0.15)
)
)
)
(property "Datasheet" ""
(at -8.896364 10.547 0)
(unlocked yes)
(layer "F.Fab")
(hide yes)
(uuid "5173b428-b87b-497c-9fd1-0d444c2ced85")
(effects
(font
(size 1.27 1.27)
(thickness 0.15)
)
)
)
(property "Description" ""
(at -8.896364 10.547 0)
(unlocked yes)
(layer "F.Fab")
(hide yes)
(uuid "ea7181c4-fdca-44f1-ad15-d0627f50a68e")
(effects
(font
(size 1.27 1.27)
(thickness 0.15)
)
)
)
(fp_line
(start -8.896364 8.56)
(end -8.896364 -8.585)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "ff307716-4fa3-42e9-a10c-80d789aefacb")
)
(fp_line
(start -6.991364 10.465)
(end 6.978636 10.465)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "2a12de7d-6e64-4c75-b385-ff9faafb0be4")
)
(fp_line
(start -4.501364 -10.49)
(end -4.497636 -11.500272)
(stroke
(width 0.127)
(type solid)
)
(layer "F.SilkS")
(uuid "b24cf726-fd7d-4d77-bda7-0ce7e330d506")
)
(fp_line
(start -3.997636 -12)
(end 3.997636 -12)
(stroke
(width 0.127)
(type solid)
)
(layer "F.SilkS")
(uuid "9ded919a-b32e-4bc9-b629-eb8c96784157")
)
(fp_line
(start 4.497636 -11.5)
(end 4.497636 -10.49)
(stroke
(width 0.127)
(type solid)
)
(layer "F.SilkS")
(uuid "7e804626-dbb4-40d5-a94f-200e42cfa47f")
)
(fp_line
(start 6.978636 -10.49)
(end -6.991364 -10.49)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "9380eb62-0cf3-458f-92c8-834632eac49d")
)
(fp_line
(start 8.883636 8.56)
(end 8.883636 -8.585)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "6d153ff5-61c6-4c5f-abb2-e820233eb6ce")
)
(fp_arc
(start -8.896364 -8.589)
(mid -8.338402 -9.936038)
(end -6.991364 -10.494)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "1f7e98c5-3fae-4af4-b104-7d9421194451")
)
(fp_arc
(start -6.991364 10.465)
(mid -8.338402 9.907038)
(end -8.896364 8.56)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "361cefd6-1f74-4d03-b8fb-945df2497bd7")
)
(fp_arc
(start -4.497636 -11.500272)
(mid -4.351088 -11.853644)
(end -3.997636 -12)
(stroke
(width 0.127)
(type default)
)
(layer "F.SilkS")
(uuid "45f906ba-2f10-4315-95cb-47295314921b")
)
(fp_arc
(start 3.997636 -12)
(mid 4.351189 -11.853553)
(end 4.497636 -11.5)
(stroke
(width 0.127)
(type default)
)
(layer "F.SilkS")
(uuid "e2e73a4a-4c5f-496c-852a-69b26b3535f2")
)
(fp_arc
(start 6.978636 -10.49)
(mid 8.325674 -9.932038)
(end 8.883636 -8.585)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "a62da9e7-120f-407c-b807-35491d3ccf4e")
)
(fp_arc
(start 8.883636 8.56)
(mid 8.325674 9.907038)
(end 6.978636 10.465)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "d5e7a269-ed97-43cd-a64a-a15291228abd")
)
(fp_circle
(center -9.106364 -10.074)
(end -9.106364 -10.328)
(stroke
(width 0.5)
(type solid)
)
(fill solid)
(layer "F.SilkS")
(uuid "bc98af84-ddab-44a8-af97-1accde501e5a")
)
(fp_circle
(center -7.889364 -9.351)
(end -7.889364 -9.605)
(stroke
(width 0.5)
(type solid)
)
(fill solid)
(layer "F.SilkS")
(uuid "f200522e-9b9c-42fc-8953-ece0c701eefe")
)
(fp_rect
(start -8.899364 -10.475)
(end 8.890636 10.473)
(stroke
(width 0.05)
(type default)
)
(fill none)
(layer "F.CrtYd")
(uuid "7fe7ca2f-0728-481b-b1da-195089e985ab")
)
(fp_rect
(start -8.901364 -10.475)
(end 8.882636 10.476)
(stroke
(width 0.1)
(type default)
)
(fill none)
(layer "F.Fab")
(uuid "74abc440-5189-4e21-b91b-56f15dc0e327")
)
(fp_circle
(center -7.897364 -9.358)
(end -7.897364 -9.612)
(stroke
(width 0.5)
(type solid)
)
(fill solid)
(layer "F.Fab")
(uuid "3b1f22d3-3357-4292-a4f4-92d657079d56")
)
(pad "1" smd roundrect
(at -8.061364 -7.573)
(size 2.75 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.25)
(solder_mask_margin 0.0508)
(thermal_bridge_angle 45)
(uuid "c68f6b12-dcf5-46b1-b159-2eef9023b0ac")
)
(pad "2" smd roundrect
(at -8.061364 -5.033)
(size 2.75 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.25)
(solder_mask_margin 0.0508)
(thermal_bridge_angle 45)
(uuid "525b09fc-9099-4274-98c3-45f84d0591ab")
)
(pad "3" smd roundrect
(at -8.061364 -2.493)
(size 2.75 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.25)
(solder_mask_margin 0.0508)
(thermal_bridge_angle 45)
(uuid "99cc76a7-0a78-4868-871b-c214ecac5525")
)
(pad "4" smd roundrect
(at -8.061364 0.047)
(size 2.75 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.25)
(solder_mask_margin 0.0508)
(thermal_bridge_angle 45)
(uuid "8038b67b-b3bf-4a3e-b790-40857963c957")
)
(pad "5" smd roundrect
(at -8.061364 2.587)
(size 2.75 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.25)
(solder_mask_margin 0.0508)
(thermal_bridge_angle 45)
(uuid "84711cb2-d222-464e-bcd5-f76af75cc612")
)
(pad "6" smd roundrect
(at -8.061364 5.127)
(size 2.75 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.25)
(solder_mask_margin 0.0508)
(thermal_bridge_angle 45)
(uuid "aabcfc3b-fa72-4e48-95d1-d53474158cc0")
)
(pad "7" smd roundrect
(at -8.061364 7.667)
(size 2.75 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.25)
(solder_mask_margin 0.0508)
(thermal_bridge_angle 45)
(uuid "3e086061-1f3f-4b1e-9354-920126d40249")
)
(pad "8" smd roundrect
(at 8.103636 7.667)
(size 2.75 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.25)
(solder_mask_margin 0.0508)
(thermal_bridge_angle 45)
(uuid "974a7e29-b5d3-475c-b481-2bc14f5b3495")
)
(pad "9" smd roundrect
(at 8.103636 5.127)
(size 2.75 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.25)
(solder_mask_margin 0.0508)
(thermal_bridge_angle 45)
(uuid "a553cc0b-22bc-49aa-9fb7-680c812e8abd")
)
(pad "10" smd roundrect
(at 8.103636 2.587)
(size 2.75 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.25)
(solder_mask_margin 0.0508)
(thermal_bridge_angle 45)
(uuid "b650936d-c436-4d93-abb7-7957add5cfb1")
)
(pad "11" smd roundrect
(at 8.103636 0.047)
(size 2.75 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.25)
(solder_mask_margin 0.0508)
(thermal_bridge_angle 45)
(uuid "177728f1-7b02-41a6-9de4-bdaee546f6d9")
)
(pad "12" smd roundrect
(at 8.103636 -2.493)
(size 2.75 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.25)
(solder_mask_margin 0.0508)
(thermal_bridge_angle 45)
(uuid "eb6539ef-4d84-4ae5-bc4e-237dae21b9ef")
)
(pad "13" smd roundrect
(at 8.103636 -5.033)
(size 2.75 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.25)
(solder_mask_margin 0.0508)
(thermal_bridge_angle 45)
(uuid "c8744fbe-93c9-4c54-84bc-435357de679f")
)
(pad "14" smd roundrect
(at 8.103636 -7.573)
(size 2.75 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.25)
(solder_mask_margin 0.0508)
(thermal_bridge_angle 45)
(uuid "fd579d63-bbef-4609-9252-aad3f944a314")
)
(pad "15" smd roundrect
(at -4.451364 -0.335 180)
(size 2.5 1.1)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.25)
(solder_mask_margin 0.0508)
(thermal_bridge_angle 45)
(uuid "144d3c3d-6207-433c-9e61-4f75722af865")
)
(pad "16" smd roundrect
(at -4.451364 -2.24 180)
(size 2.5 1.1)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.25)
(solder_mask_margin 0.0508)
(thermal_bridge_angle 45)
(uuid "3780a4ef-348c-4241-b04b-2cb4f7127fa2")
)
(pad "17" smd circle
(at -1.276364 -8.585)
(size 1.7 1.7)
(layers "F.Cu" "F.Paste" "F.Mask")
(uuid "ad890579-1e55-4b71-9d59-080a59598896")
)
(pad "18" smd circle
(at 1.263636 -8.585)
(size 1.7 1.7)
(layers "F.Cu" "F.Paste" "F.Mask")
(uuid "22959b7c-559b-4b72-b2a4-a0d26b3295b4")
)
(pad "19" smd circle
(at -1.276364 -6.045)
(size 1.7 1.7)
(layers "F.Cu" "F.Paste" "F.Mask")
(uuid "b41f05b6-c247-4448-ade6-b9856922e9c3")
)
(pad "20" smd circle
(at 1.263636 -6.045)
(size 1.7 1.7)
(layers "F.Cu" "F.Paste" "F.Mask")
(uuid "15c2b992-b59d-4056-814b-c5d8deb29c39")
)
(pad "21" smd circle
(at -1.276364 -3.505)
(size 1.7 1.7)
(layers "F.Cu" "F.Paste" "F.Mask")
(uuid "9957f908-f682-4ded-bb00-4e26f925aa08")
)
(pad "22" smd circle
(at 1.263636 -3.505)
(size 1.7 1.7)
(layers "F.Cu" "F.Paste" "F.Mask")
(uuid "42213403-8b92-4a93-b942-7948cc675d15")
)
(pad "23" smd circle
(at -1.276364 -0.965)
(size 1.7 1.7)
(layers "F.Cu" "F.Paste" "F.Mask")
(uuid "35201199-fff8-4a8c-af5b-3cedc1ed4e07")
)
(pad "24" smd circle
(at 1.263636 -0.965)
(size 1.7 1.7)
(layers "F.Cu" "F.Paste" "F.Mask")
(uuid "5ce30cad-4bff-46c5-842c-ffbd827b9c25")
)
)

View file

@ -0,0 +1,861 @@
(footprint "XIAO-MG24-DIP"
(version 20240108)
(generator "pcbnew")
(generator_version "8.0")
(layer "F.Cu")
(property "Reference" "REF**"
(at 11.3 0 -90)
(unlocked yes)
(layer "F.SilkS")
(uuid "7bab359d-5e5b-4dff-9db4-e7c8562ce635")
(effects
(font
(size 0.635 0.635)
(thickness 0.1016)
)
)
)
(property "Value" "XIAO-MG24-DIP"
(at 0 0 0)
(unlocked yes)
(layer "F.Fab")
(uuid "79cabf23-4ebc-4d37-9172-bb2cf4ea975f")
(effects
(font
(size 0.635 0.635)
(thickness 0.1016)
)
)
)
(property "Footprint" ""
(at 0 0 0)
(unlocked yes)
(layer "F.Fab")
(hide yes)
(uuid "61485e68-15ec-485a-a405-f1895b0cea97")
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Datasheet" ""
(at 0 0 0)
(unlocked yes)
(layer "F.Fab")
(hide yes)
(uuid "b849001c-43dd-4569-b6c5-f5cb42be9253")
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Description" ""
(at 0 0 0)
(unlocked yes)
(layer "F.Fab")
(hide yes)
(uuid "f8a84d17-18c2-4410-b7e6-114e0b8af414")
(effects
(font
(size 1.27 1.27)
)
)
)
(attr smd)
(fp_line
(start -7.747 -0.635)
(end -7.747 -1.397)
(stroke
(width 0.12)
(type default)
)
(layer "B.SilkS")
(uuid "133f2191-8fd3-454f-9027-328936461eeb")
)
(fp_line
(start -7.366 -1.016)
(end -8.128 -1.016)
(stroke
(width 0.12)
(type default)
)
(layer "B.SilkS")
(uuid "b29df109-c094-48db-b461-bbc6a8da41ed")
)
(fp_line
(start -7.366 1.016)
(end -8.128 1.016)
(stroke
(width 0.12)
(type default)
)
(layer "B.SilkS")
(uuid "bcc1e5d5-47a2-4b1c-8cbd-2352c0e741d0")
)
(fp_line
(start -10.414 -6.985)
(end -10.414 6.985)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "e213e2f5-659f-4cdb-b390-b284746621aa")
)
(fp_line
(start -8.509 -8.89)
(end 8.636 -8.89)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "f58afa0e-63f9-4096-9d17-7cf8e5de7759")
)
(fp_line
(start -8.509 8.89)
(end 8.636 8.89)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "9c6409b2-5f1b-4299-85bf-d07c96f13a2a")
)
(fp_line
(start 10.538 7.008)
(end 10.538 -6.962)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "5c844a8e-93d9-435c-b339-efd8bd297773")
)
(fp_line
(start 10.541 6.985)
(end 10.541 -6.985)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "6f680559-bbef-46de-9ef5-efda7c2411e9")
)
(fp_line
(start 10.55 -4.475)
(end 12.091284 -4.474284)
(stroke
(width 0.127)
(type solid)
)
(layer "F.SilkS")
(uuid "714900ec-8449-4290-b386-b61e54ba2412")
)
(fp_line
(start 12.091012 4.520988)
(end 10.547 4.522)
(stroke
(width 0.127)
(type solid)
)
(layer "F.SilkS")
(uuid "3c20f60e-0be7-4c71-b8f1-194d79d27c03")
)
(fp_line
(start 12.591012 -3.974284)
(end 12.591012 4.020988)
(stroke
(width 0.127)
(type solid)
)
(layer "F.SilkS")
(uuid "64fa2f52-eb90-4445-af20-d4ab87d22ac7")
)
(fp_arc
(start -10.414 -6.985)
(mid -9.856038 -8.332038)
(end -8.509 -8.89)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "88e5d6ea-6b70-4830-9817-980fd2b32f79")
)
(fp_arc
(start -8.509 8.89)
(mid -9.856038 8.332038)
(end -10.414 6.985)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "f108f05c-d5f6-4de1-bc6f-4c31ef53e967")
)
(fp_arc
(start 8.636 -8.89)
(mid 9.983038 -8.332038)
(end 10.541 -6.985)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "c6870bc4-897a-485a-b951-3feda1bdd32e")
)
(fp_arc
(start 10.541 6.985)
(mid 9.983038 8.332038)
(end 8.636 8.89)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "e1d8f660-1495-43db-8a6b-7fdc7dc42e35")
)
(fp_arc
(start 12.091284 -4.474284)
(mid 12.444624 -4.327703)
(end 12.591012 -3.974284)
(stroke
(width 0.127)
(type default)
)
(layer "F.SilkS")
(uuid "8aa30a7b-6adf-46cf-86d3-b1296dd4b0dc")
)
(fp_arc
(start 12.591012 4.020988)
(mid 12.444575 4.374552)
(end 12.091012 4.520988)
(stroke
(width 0.127)
(type default)
)
(layer "F.SilkS")
(uuid "c06e71ab-9617-4d21-b59b-aaf6d080f1d1")
)
(fp_circle
(center 9.474 -7.757)
(end 9.728 -7.757)
(stroke
(width 0.5)
(type solid)
)
(fill solid)
(layer "F.SilkS")
(uuid "16ad8564-fb1b-42d9-9a7a-278353f636a0")
)
(fp_circle
(center 10.354 -8.9)
(end 10.608 -8.9)
(stroke
(width 0.5)
(type solid)
)
(fill solid)
(layer "F.SilkS")
(uuid "ef74b1b9-fa8e-4b1b-b674-3366212b4553")
)
(fp_line
(start -5.574811 -5.159006)
(end -5.574811 5)
(stroke
(width 0.12)
(type default)
)
(layer "Edge.Cuts")
(uuid "51ea524d-1d11-4939-8aee-482273202da3")
)
(fp_line
(start -5.574811 5.000994)
(end 9.75 5.000994)
(stroke
(width 0.12)
(type default)
)
(layer "Edge.Cuts")
(uuid "85360df8-51c3-4899-a626-8333f8900521")
)
(fp_line
(start 9.75 -5.159006)
(end -5.574811 -5.159006)
(stroke
(width 0.12)
(type default)
)
(layer "Edge.Cuts")
(uuid "fa268e9a-c255-41ad-b1bd-cabf4ffca367")
)
(fp_line
(start 9.75 5)
(end 9.75 -5.159006)
(stroke
(width 0.12)
(type default)
)
(layer "Edge.Cuts")
(uuid "70b7c630-69b4-4be5-9bf1-0df742995b3b")
)
(fp_rect
(start -10.42 -8.88)
(end 10.54 8.87)
(stroke
(width 0.05)
(type default)
)
(fill none)
(layer "F.CrtYd")
(uuid "5a309bc8-930a-499c-b1c9-10c3d18d80e7")
)
(fp_rect
(start -10.42 -8.88)
(end 10.54 8.89)
(stroke
(width 0.1)
(type default)
)
(fill none)
(layer "F.Fab")
(uuid "e6781860-3216-40ec-a30d-7aad9a5f81f2")
)
(fp_circle
(center 9.48 -7.754)
(end 9.734 -7.754)
(stroke
(width 0.5)
(type solid)
)
(fill solid)
(layer "F.Fab")
(uuid "97853bdc-368f-4ad1-a7b9-078a353bf5cf")
)
(pad "1" smd roundrect
(at 7.62 -8.405 90)
(size 2.332 1.524)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "82bbfb55-8baa-4218-ac89-ab07d82ef7f8")
)
(pad "1" thru_hole circle
(at 7.62 -7.62 90)
(size 1.524 1.524)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "f2fffd4f-460c-4b4d-b954-811e935ed1d6")
)
(pad "2" smd roundrect
(at 5.08 -8.405 90)
(size 2.332 1.524)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "18ef9914-2d15-494c-9020-2334abcc1460")
)
(pad "2" thru_hole circle
(at 5.08 -7.62 90)
(size 1.524 1.524)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "4732cc3f-e641-4870-a9b3-ae13729c7bba")
)
(pad "3" smd roundrect
(at 2.54 -8.405 90)
(size 2.332 1.524)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "15338a55-8514-4218-a2c1-2cae003104c3")
)
(pad "3" thru_hole circle
(at 2.54 -7.62 90)
(size 1.524 1.524)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "0cef5e55-d8ff-4394-9cc1-cc318608b0d9")
)
(pad "4" smd roundrect
(at 0 -8.405 90)
(size 2.332 1.524)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "191a259d-5773-4a80-91de-baa69611fab8")
)
(pad "4" thru_hole circle
(at 0 -7.62 90)
(size 1.524 1.524)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "200b8da4-9395-48a5-b7ac-92a6a147c215")
)
(pad "5" smd roundrect
(at -2.54 -8.405 90)
(size 2.332 1.524)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "52012467-1c46-4a8e-aa82-6f6ce69bd2ca")
)
(pad "5" thru_hole circle
(at -2.54 -7.62 90)
(size 1.524 1.524)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "2b50ccce-3634-47d1-bf7d-a3db4f3f9a9f")
)
(pad "6" smd roundrect
(at -5.08 -8.405 90)
(size 2.332 1.524)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "04aeaf95-142a-40f6-97a3-04453fc50824")
)
(pad "6" thru_hole circle
(at -5.08 -7.62 90)
(size 1.524 1.524)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "7636de9d-d8e5-49c9-9fff-0cd76515690d")
)
(pad "7" smd roundrect
(at -7.62 -8.405 90)
(size 2.332 1.524)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "e997fd0b-233a-4656-afad-cb2f8b9d87c9")
)
(pad "7" thru_hole circle
(at -7.62 -7.62 90)
(size 1.524 1.524)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "9d2c0d0c-05dd-477e-8384-b14eec83fc2e")
)
(pad "8" thru_hole circle
(at -7.62 7.62 270)
(size 1.524 1.524)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "1e50c66f-49b8-4b03-9889-8cc6ca45ad8e")
)
(pad "8" smd roundrect
(at -7.62 8.405 270)
(size 2.332 1.524)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "e7b72803-b5f0-433c-8313-83247355fb43")
)
(pad "9" thru_hole circle
(at -5.08 7.62 270)
(size 1.524 1.524)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "808bf9dc-1c26-4a77-93c9-e4c6d5eccbb2")
)
(pad "9" smd roundrect
(at -5.08 8.405 270)
(size 2.332 1.524)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "532de3b6-bd30-47c5-b70e-0bca6abbd997")
)
(pad "10" thru_hole circle
(at -2.54 7.62 270)
(size 1.524 1.524)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "a792a2ac-537b-4136-8f92-b81f7ce8f753")
)
(pad "10" smd roundrect
(at -2.54 8.405 270)
(size 2.332 1.524)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "6e3f5c75-6143-468e-bb07-d89020c03f59")
)
(pad "11" thru_hole circle
(at 0 7.62 270)
(size 1.524 1.524)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "fb78046a-9b91-4893-b010-827957cc07be")
)
(pad "11" smd roundrect
(at 0 8.405 270)
(size 2.332 1.524)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "5249f425-bece-432d-8076-28e1b8b386e3")
)
(pad "12" thru_hole circle
(at 2.54 7.62 270)
(size 1.524 1.524)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "0b8ccc97-5100-4dcf-8500-e99789ee0b4c")
)
(pad "12" smd roundrect
(at 2.54 8.405 270)
(size 2.332 1.524)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "82f1bbd1-708b-4d2d-9113-7ba3c2313670")
)
(pad "13" thru_hole circle
(at 5.08 7.62 270)
(size 1.524 1.524)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "03882061-01af-484b-b620-9e92a3daaf68")
)
(pad "13" smd roundrect
(at 5.08 8.405 270)
(size 2.332 1.524)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "954f51d1-3d75-42fb-a02a-7389b30718d9")
)
(pad "14" thru_hole circle
(at 7.62 7.62 270)
(size 1.524 1.524)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "c6d1af47-da13-4409-9ab1-55d358cc57eb")
)
(pad "14" smd roundrect
(at 7.62 8.405 270)
(size 2.332 1.524)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "6b725fd4-d6f0-46bf-b3e0-7ec07cc05622")
)
(pad "15" thru_hole circle
(at 3.81 5.000994 90)
(size 1.6 1.6)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "aa4d796a-f775-49e4-abb9-9c91a79fbd01")
)
(pad "15" smd roundrect
(at 3.81 5.7 270)
(size 1.4 1.6)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "477db9c3-f01c-4655-940e-80dd67d56635")
)
(pad "15" smd roundrect
(at 3.81 5.7 90)
(size 1.4 1.6)
(layers "B.Cu" "B.Paste" "B.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "137fbb7c-90a3-4348-81f1-00a02abc4f19")
)
(pad "16" thru_hole circle
(at 1.27 5.000994 90)
(size 1.6 1.6)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "856d6cd8-edc3-472d-8551-4bb3d5e74dc8")
)
(pad "16" smd roundrect
(at 1.27 5.7 270)
(size 1.4 1.6)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "e355bdd2-309c-4764-83c5-3f7177811ebd")
)
(pad "16" smd roundrect
(at 1.27 5.7 90)
(size 1.4 1.6)
(layers "B.Cu" "B.Paste" "B.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "c7cf8180-f6d8-4dba-873a-d111efecf53a")
)
(pad "17" thru_hole circle
(at -1.27 5.000994 90)
(size 1.6 1.6)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "f1437916-f2bf-43c8-9f89-130effe69772")
)
(pad "17" smd roundrect
(at -1.27 5.7 270)
(size 1.4 1.6)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "305e2f8a-2b08-4841-9c4b-3a321b874909")
)
(pad "17" smd roundrect
(at -1.27 5.7 90)
(size 1.4 1.6)
(layers "B.Cu" "B.Paste" "B.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "66ff1b48-7851-4d02-b87e-f509e38a94ce")
)
(pad "18" thru_hole circle
(at -3.81 5.000994 90)
(size 1.6 1.6)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "5102b660-6b56-442f-8d6b-3952d83d83a1")
)
(pad "18" smd roundrect
(at -3.81 5.7 270)
(size 1.4 1.6)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "9bf69049-fb77-4141-a633-054675f9dc35")
)
(pad "18" smd roundrect
(at -3.81 5.7 90)
(size 1.4 1.6)
(layers "B.Cu" "B.Paste" "B.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "540f08df-4e04-4439-9640-19eb79823843")
)
(pad "19" smd roundrect
(at -3.81 -5.859006 270)
(size 1.4 1.6)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "0b343cfa-b40f-4a79-8084-b2cc93d9afca")
)
(pad "19" smd roundrect
(at -3.81 -5.859006 90)
(size 1.4 1.6)
(layers "B.Cu" "B.Paste" "B.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "b80c995b-bfa3-4a42-bfb0-9705f2cc0e26")
)
(pad "19" thru_hole circle
(at -3.81 -5.159006 90)
(size 1.6 1.6)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "3dc48f5a-d42f-4ddf-b63c-e7e16df5a90c")
)
(pad "20" smd roundrect
(at -1.27 -5.859006 270)
(size 1.4 1.6)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "7ab7794a-1222-4c82-892a-c8edf6f29542")
)
(pad "20" smd roundrect
(at -1.27 -5.859006 90)
(size 1.4 1.6)
(layers "B.Cu" "B.Paste" "B.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "a650ea1f-5bad-477a-a87e-4c7ab29a66ab")
)
(pad "20" thru_hole circle
(at -1.27 -5.159006 90)
(size 1.6 1.6)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "d19c53ea-83c8-421e-8d82-1db11a750ff4")
)
(pad "21" smd roundrect
(at 1.27 -5.859006 270)
(size 1.4 1.6)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "d200036c-650d-4432-a8bc-b57bdf7390a0")
)
(pad "21" smd roundrect
(at 1.27 -5.859006 90)
(size 1.4 1.6)
(layers "B.Cu" "B.Paste" "B.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "34e1ad1b-aa50-4234-8beb-ec259eebea4c")
)
(pad "21" thru_hole circle
(at 1.27 -5.159006 90)
(size 1.6 1.6)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "ba890412-b364-403e-a8b5-5e91286a88f6")
)
(pad "22" smd roundrect
(at 3.81 -5.859006 270)
(size 1.4 1.6)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "2e762e64-e731-4a76-9479-89b6cccd2292")
)
(pad "22" smd roundrect
(at 3.81 -5.859006 90)
(size 1.4 1.6)
(layers "B.Cu" "B.Paste" "B.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "4d499ba3-cd57-492b-94e1-29bf32800f77")
)
(pad "22" thru_hole circle
(at 3.81 -5.159006 90)
(size 1.6 1.6)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "a66eca27-a9c3-4f67-b6d1-377b72a10254")
)
(pad "23" smd roundrect
(at -6.33 -1 180)
(size 1.6 1.1)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "d5dae1bb-8f5d-405e-b855-73e61cb92a7f")
)
(pad "23" smd roundrect
(at -6.33 -1 180)
(size 1.6 1.1)
(layers "B.Cu" "B.Paste" "B.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "0c43e937-8ea2-4f84-8cc6-e1b8396b5f5e")
)
(pad "23" thru_hole circle
(at -5.574811 -1 90)
(size 1.1 1.1)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "5513a309-7674-42ed-9465-44ef703692cc")
)
(pad "24" smd roundrect
(at -6.33 1 180)
(size 1.6 1.1)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "143f7ed4-69ce-49c4-9fa5-8b9e600e7bf6")
)
(pad "24" smd roundrect
(at -6.33 1 180)
(size 1.6 1.1)
(layers "B.Cu" "B.Paste" "B.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "63ac671c-b255-4049-b4d5-cb1175a148f9")
)
(pad "24" thru_hole circle
(at -5.574811 1 90)
(size 1.1 1.1)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "955d3885-1342-4368-9af9-b9f9dc298291")
)
(model "${AMZPATH}/3dmodels/AMz3D.3dshapes/XIAO-nRF52840 v15.step"
(hide yes)
(offset
(xyz -1.778 -6.096 0.381)
)
(scale
(xyz 1 1 1)
)
(rotate
(xyz -90 0 0)
)
)
(model "${AMZPATH}/3dmodels/AMz3D.3dshapes/Seeeduino XIAO SAMD21 v4.step"
(offset
(xyz 0 0 0)
)
(scale
(xyz 1 1 1)
)
(rotate
(xyz 0 0 0)
)
)
(model "${AMZPATH}/3dmodels/AMz3D.3dshapes/Seeed Studio XIAO RP2040 v26.step"
(hide yes)
(offset
(xyz 0 0 0)
)
(scale
(xyz 1 1 1)
)
(rotate
(xyz 0 0 90)
)
)
(model "${AMZPATH}/3dmodels/AMz3D.3dshapes/Seeed Studio XIAO-ESP32-C3.step"
(hide yes)
(offset
(xyz -1.7018 -6.096 0)
)
(scale
(xyz 1 1 1)
)
(rotate
(xyz -90 0 0)
)
)
(model "${AMZPATH}/3dmodels/AMz3D.3dshapes/XIAO-ESP32S3 v2.step"
(hide yes)
(offset
(xyz -1.778 -6.1722 0)
)
(scale
(xyz 1 1 1)
)
(rotate
(xyz -90 0 0)
)
)
)

View file

@ -0,0 +1,541 @@
(footprint "XIAO-MG24-SMD"
(version 20240108)
(generator "pcbnew")
(generator_version "8.0")
(layer "F.Cu")
(property "Reference" "REF**"
(at 11.25 0.05 -90)
(unlocked yes)
(layer "F.SilkS")
(uuid "7bab359d-5e5b-4dff-9db4-e7c8562ce635")
(effects
(font
(size 0.635 0.635)
(thickness 0.1016)
)
)
)
(property "Value" "XIAO-MG24-SMD"
(at 0 0 0)
(unlocked yes)
(layer "F.Fab")
(uuid "79cabf23-4ebc-4d37-9172-bb2cf4ea975f")
(effects
(font
(size 0.635 0.635)
(thickness 0.1016)
)
)
)
(property "Footprint" ""
(at 0 0 0)
(unlocked yes)
(layer "F.Fab")
(hide yes)
(uuid "61485e68-15ec-485a-a405-f1895b0cea97")
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Datasheet" ""
(at 0 0 0)
(unlocked yes)
(layer "F.Fab")
(hide yes)
(uuid "b849001c-43dd-4569-b6c5-f5cb42be9253")
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Description" ""
(at 0 0 0)
(unlocked yes)
(layer "F.Fab")
(hide yes)
(uuid "f8a84d17-18c2-4410-b7e6-114e0b8af414")
(effects
(font
(size 1.27 1.27)
)
)
)
(attr smd)
(fp_line
(start -10.414 -6.985)
(end -10.414 6.985)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "e213e2f5-659f-4cdb-b390-b284746621aa")
)
(fp_line
(start -8.509 -8.89)
(end 8.636 -8.89)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "f58afa0e-63f9-4096-9d17-7cf8e5de7759")
)
(fp_line
(start -8.509 8.89)
(end 8.636 8.89)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "9c6409b2-5f1b-4299-85bf-d07c96f13a2a")
)
(fp_line
(start 10.541 6.985)
(end 10.541 -6.985)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "6f680559-bbef-46de-9ef5-efda7c2411e9")
)
(fp_line
(start 10.553 -4.498)
(end 12.094284 -4.497284)
(stroke
(width 0.127)
(type solid)
)
(layer "F.SilkS")
(uuid "6c08e76b-b998-43b7-acb9-65ef7dfa6a9a")
)
(fp_line
(start 12.094012 4.497988)
(end 10.55 4.499)
(stroke
(width 0.127)
(type solid)
)
(layer "F.SilkS")
(uuid "5a0b8eb1-a81d-45d2-a1d8-dbec80f92148")
)
(fp_line
(start 12.594012 -3.997284)
(end 12.594012 3.997988)
(stroke
(width 0.127)
(type solid)
)
(layer "F.SilkS")
(uuid "f55a3dab-e29a-42fa-a2d5-d9813e24ae39")
)
(fp_arc
(start -10.414 -6.985)
(mid -9.856038 -8.332038)
(end -8.509 -8.89)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "88e5d6ea-6b70-4830-9817-980fd2b32f79")
)
(fp_arc
(start -8.509 8.89)
(mid -9.856038 8.332038)
(end -10.414 6.985)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "f108f05c-d5f6-4de1-bc6f-4c31ef53e967")
)
(fp_arc
(start 8.64 -8.89)
(mid 9.987038 -8.332038)
(end 10.545 -6.985)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "1a53a4cb-d621-4732-875a-035add975d4c")
)
(fp_arc
(start 10.541 6.985)
(mid 9.983038 8.332038)
(end 8.636 8.89)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "e1d8f660-1495-43db-8a6b-7fdc7dc42e35")
)
(fp_arc
(start 12.094284 -4.497284)
(mid 12.447619 -4.350707)
(end 12.594012 -3.997284)
(stroke
(width 0.127)
(type default)
)
(layer "F.SilkS")
(uuid "dea8f294-5aae-44f7-bf00-559b865b48ed")
)
(fp_arc
(start 12.594012 3.997988)
(mid 12.44757 4.351553)
(end 12.094012 4.497988)
(stroke
(width 0.127)
(type default)
)
(layer "F.SilkS")
(uuid "9be1dc6e-a32d-405c-9c9a-7324b27e9d75")
)
(fp_circle
(center 9.414012 -7.899012)
(end 9.668012 -7.899012)
(stroke
(width 0.5)
(type solid)
)
(fill solid)
(layer "F.SilkS")
(uuid "24eeadfc-ed98-486a-a9b3-27ee909dbf9a")
)
(fp_circle
(center 10.137012 -9.116012)
(end 10.391012 -9.116012)
(stroke
(width 0.5)
(type solid)
)
(fill solid)
(layer "F.SilkS")
(uuid "5ef3e0e6-2de6-4bf2-9372-85d2e88edb72")
)
(fp_rect
(start -10.41 -8.91)
(end 10.54 8.87)
(stroke
(width 0.05)
(type default)
)
(fill none)
(layer "F.CrtYd")
(uuid "2fbe40fc-3c01-44d4-92ac-68ffc519d8fc")
)
(fp_rect
(start -10.41 -8.9)
(end 10.54 8.89)
(stroke
(width 0.1)
(type default)
)
(fill none)
(layer "F.Fab")
(uuid "89b3321d-d208-47a4-816b-3f2249a13c5b")
)
(fp_circle
(center 9.357 -7.961)
(end 9.611 -7.961)
(stroke
(width 0.5)
(type solid)
)
(fill solid)
(layer "F.Fab")
(uuid "88a1b2bf-2a4a-4730-ba27-bb2c71e0961e")
)
(pad "1" smd roundrect
(at 7.62 -8.0825 90)
(size 2.75 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "82bbfb55-8baa-4218-ac89-ab07d82ef7f8")
)
(pad "2" smd roundrect
(at 5.08 -8.0825 90)
(size 2.75 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "18ef9914-2d15-494c-9020-2334abcc1460")
)
(pad "3" smd roundrect
(at 2.54 -8.0825 90)
(size 2.75 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "15338a55-8514-4218-a2c1-2cae003104c3")
)
(pad "4" smd roundrect
(at 0 -8.0825 90)
(size 2.75 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "191a259d-5773-4a80-91de-baa69611fab8")
)
(pad "5" smd roundrect
(at -2.54 -8.0825 90)
(size 2.75 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "52012467-1c46-4a8e-aa82-6f6ce69bd2ca")
)
(pad "6" smd roundrect
(at -5.08 -8.0825 90)
(size 2.75 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "04aeaf95-142a-40f6-97a3-04453fc50824")
)
(pad "7" smd roundrect
(at -7.62 -8.0825 90)
(size 2.75 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "e997fd0b-233a-4656-afad-cb2f8b9d87c9")
)
(pad "8" smd roundrect
(at -7.62 8.0825 270)
(size 2.75 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "e7b72803-b5f0-433c-8313-83247355fb43")
)
(pad "9" smd roundrect
(at -5.08 8.0825 270)
(size 2.75 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "532de3b6-bd30-47c5-b70e-0bca6abbd997")
)
(pad "10" smd roundrect
(at -2.54 8.0825 270)
(size 2.75 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "6e3f5c75-6143-468e-bb07-d89020c03f59")
)
(pad "11" smd roundrect
(at 0 8.0825 270)
(size 2.75 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "5249f425-bece-432d-8076-28e1b8b386e3")
)
(pad "12" smd roundrect
(at 2.54 8.0825 270)
(size 2.75 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "82f1bbd1-708b-4d2d-9113-7ba3c2313670")
)
(pad "13" smd roundrect
(at 5.08 8.0825 270)
(size 2.75 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "954f51d1-3d75-42fb-a02a-7389b30718d9")
)
(pad "14" smd roundrect
(at 7.62 8.0825 270)
(size 2.75 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "6b725fd4-d6f0-46bf-b3e0-7ec07cc05622")
)
(pad "15" smd circle
(at 3.81 5.000994 90)
(size 1.7 1.7)
(layers "F.Cu" "F.Paste" "F.Mask")
(uuid "aa4d796a-f775-49e4-abb9-9c91a79fbd01")
)
(pad "16" smd circle
(at 1.27 5.000994 90)
(size 1.7 1.7)
(layers "F.Cu" "F.Paste" "F.Mask")
(uuid "856d6cd8-edc3-472d-8551-4bb3d5e74dc8")
)
(pad "17" smd circle
(at -1.27 5.000994 90)
(size 1.7 1.7)
(layers "F.Cu" "F.Paste" "F.Mask")
(uuid "f1437916-f2bf-43c8-9f89-130effe69772")
)
(pad "18" smd circle
(at -3.81 5.000994 90)
(size 1.7 1.7)
(layers "F.Cu" "F.Paste" "F.Mask")
(uuid "5102b660-6b56-442f-8d6b-3952d83d83a1")
)
(pad "19" smd circle
(at -3.81 -5.159006 90)
(size 1.7 1.7)
(layers "F.Cu" "F.Paste" "F.Mask")
(uuid "3dc48f5a-d42f-4ddf-b63c-e7e16df5a90c")
)
(pad "20" smd circle
(at -1.27 -5.159006 90)
(size 1.7 1.7)
(layers "F.Cu" "F.Paste" "F.Mask")
(uuid "d19c53ea-83c8-421e-8d82-1db11a750ff4")
)
(pad "21" smd circle
(at 1.27 -5.159006 90)
(size 1.7 1.7)
(layers "F.Cu" "F.Paste" "F.Mask")
(uuid "ba890412-b364-403e-a8b5-5e91286a88f6")
)
(pad "22" smd circle
(at 3.81 -5.159006 90)
(size 1.7 1.7)
(layers "F.Cu" "F.Paste" "F.Mask")
(uuid "a66eca27-a9c3-4f67-b6d1-377b72a10254")
)
(pad "23" smd circle
(at 8.65 -1.27 90)
(size 1.7 1.7)
(layers "F.Cu" "F.Paste" "F.Mask")
(uuid "f3aa4bbd-bd0a-4c42-b55f-10525e8688f7")
)
(pad "24" smd circle
(at 6.11 -1.27 90)
(size 1.7 1.7)
(layers "F.Cu" "F.Paste" "F.Mask")
(uuid "ec04550d-b1e5-47bb-80ec-2441767151ff")
)
(pad "25" smd circle
(at 3.57 -1.27 90)
(size 1.7 1.7)
(layers "F.Cu" "F.Paste" "F.Mask")
(uuid "2f52e95f-6c4e-46b7-9169-0f9b1088f1f6")
)
(pad "26" smd circle
(at 1.03 -1.27 90)
(size 1.7 1.7)
(layers "F.Cu" "F.Paste" "F.Mask")
(uuid "84e11fbe-020c-45f7-955d-05ba3a86d643")
)
(pad "27" smd circle
(at 1.03 1.27 90)
(size 1.7 1.7)
(layers "F.Cu" "F.Paste" "F.Mask")
(uuid "07c3132d-6c56-4360-bfcd-3e21a92b1485")
)
(pad "28" smd circle
(at 3.57 1.27 90)
(size 1.7 1.7)
(layers "F.Cu" "F.Paste" "F.Mask")
(uuid "9d5b9328-2205-486b-a51b-a0126210aa1a")
)
(pad "29" smd circle
(at 6.11 1.27 90)
(size 1.7 1.7)
(layers "F.Cu" "F.Paste" "F.Mask")
(uuid "08f50975-f876-437f-a20e-74e79c764fc3")
)
(pad "30" smd circle
(at 8.65 1.27 90)
(size 1.7 1.7)
(layers "F.Cu" "F.Paste" "F.Mask")
(uuid "4195e327-e65f-4dd8-a595-9a30ce69cfb6")
)
(pad "31" smd roundrect
(at -4.974811 -1 180)
(size 2.5 1.1)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "d5dae1bb-8f5d-405e-b855-73e61cb92a7f")
)
(pad "32" smd roundrect
(at -4.974811 1 180)
(size 2.5 1.1)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "143f7ed4-69ce-49c4-9fa5-8b9e600e7bf6")
)
(model "${AMZPATH}/3dmodels/AMz3D.3dshapes/XIAO-nRF52840 v15.step"
(hide yes)
(offset
(xyz -1.778 -6.096 0.381)
)
(scale
(xyz 1 1 1)
)
(rotate
(xyz -90 0 0)
)
)
(model "${AMZPATH}/3dmodels/AMz3D.3dshapes/Seeeduino XIAO SAMD21 v4.step"
(offset
(xyz 0 0 0)
)
(scale
(xyz 1 1 1)
)
(rotate
(xyz 0 0 0)
)
)
(model "${AMZPATH}/3dmodels/AMz3D.3dshapes/Seeed Studio XIAO RP2040 v26.step"
(hide yes)
(offset
(xyz 0 0 0)
)
(scale
(xyz 1 1 1)
)
(rotate
(xyz 0 0 90)
)
)
(model "${AMZPATH}/3dmodels/AMz3D.3dshapes/Seeed Studio XIAO-ESP32-C3.step"
(hide yes)
(offset
(xyz -1.7018 -6.096 0)
)
(scale
(xyz 1 1 1)
)
(rotate
(xyz -90 0 0)
)
)
(model "${AMZPATH}/3dmodels/AMz3D.3dshapes/XIAO-ESP32S3 v2.step"
(hide yes)
(offset
(xyz -1.778 -6.1722 0)
)
(scale
(xyz 1 1 1)
)
(rotate
(xyz -90 0 0)
)
)
)

View file

@ -0,0 +1,864 @@
(footprint "XIAO-R4-DIP"
(version 20240108)
(generator "pcbnew")
(generator_version "8.0")
(layer "F.Cu")
(property "Reference" "REF**"
(at -8 -12 0)
(unlocked yes)
(layer "F.SilkS")
(uuid "7bab359d-5e5b-4dff-9db4-e7c8562ce635")
(effects
(font
(size 0.635 0.635)
(thickness 0.1016)
)
)
)
(property "Value" "XIAO-R4-DIP"
(at 0 0 0)
(unlocked yes)
(layer "F.Fab")
(uuid "79cabf23-4ebc-4d37-9172-bb2cf4ea975f")
(effects
(font
(size 0.635 0.635)
(thickness 0.1016)
)
)
)
(property "Footprint" ""
(at -0.000994 0 90)
(unlocked yes)
(layer "F.Fab")
(hide yes)
(uuid "61485e68-15ec-485a-a405-f1895b0cea97")
(effects
(font
(size 1.27 1.27)
(thickness 0.15)
)
)
)
(property "Datasheet" ""
(at -0.000994 0 90)
(unlocked yes)
(layer "F.Fab")
(hide yes)
(uuid "b849001c-43dd-4569-b6c5-f5cb42be9253")
(effects
(font
(size 1.27 1.27)
(thickness 0.15)
)
)
)
(property "Description" ""
(at -0.000994 0 90)
(unlocked yes)
(layer "F.Fab")
(hide yes)
(uuid "f8a84d17-18c2-4410-b7e6-114e0b8af414")
(effects
(font
(size 1.27 1.27)
(thickness 0.15)
)
)
)
(attr smd)
(fp_line
(start -1.016994 7.493)
(end -1.016994 8.255)
(stroke
(width 0.12)
(type default)
)
(layer "B.SilkS")
(uuid "393404ab-3c6e-4f3f-b1c0-e81e4f5d2c23")
)
(fp_line
(start -0.635994 7.874)
(end -1.397994 7.874)
(stroke
(width 0.12)
(type default)
)
(layer "B.SilkS")
(uuid "8a10bcfd-641e-403a-a645-6ca779999623")
)
(fp_line
(start 1.015006 7.493)
(end 1.015006 8.255)
(stroke
(width 0.12)
(type default)
)
(layer "B.SilkS")
(uuid "cdd3bfb4-6eef-4418-ae33-5d866c696cc9")
)
(fp_line
(start -8.890994 8.509)
(end -8.890994 -8.636)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "f58afa0e-63f9-4096-9d17-7cf8e5de7759")
)
(fp_line
(start -6.985994 10.414)
(end 6.984006 10.414)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "e213e2f5-659f-4cdb-b390-b284746621aa")
)
(fp_line
(start -4.498994 -10.553)
(end -4.498278 -12.094284)
(stroke
(width 0.127)
(type solid)
)
(layer "F.SilkS")
(uuid "63f19e00-f210-4a5c-9902-eb9e108d102c")
)
(fp_line
(start -3.998278 -12.594012)
(end 3.996994 -12.594012)
(stroke
(width 0.127)
(type solid)
)
(layer "F.SilkS")
(uuid "a03f647d-9186-40cf-845c-92c150ae495d")
)
(fp_line
(start 4.496994 -12.094012)
(end 4.498006 -10.55)
(stroke
(width 0.127)
(type solid)
)
(layer "F.SilkS")
(uuid "1a9e7f9a-e772-47b2-8a5c-a6390d2e088f")
)
(fp_line
(start 6.984006 -10.541)
(end -6.985994 -10.541)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "6cc31f14-52bc-480e-8e99-bcd010dafa00")
)
(fp_line
(start 6.984006 -10.541)
(end -6.985994 -10.541)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "6f680559-bbef-46de-9ef5-efda7c2411e9")
)
(fp_line
(start 8.889006 8.509)
(end 8.889006 -8.636)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "9c6409b2-5f1b-4299-85bf-d07c96f13a2a")
)
(fp_arc
(start -8.890994 -8.636)
(mid -8.333032 -9.983038)
(end -6.985994 -10.541)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "c6870bc4-897a-485a-b951-3feda1bdd32e")
)
(fp_arc
(start -6.985994 10.414)
(mid -8.333032 9.856038)
(end -8.890994 8.509)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "88e5d6ea-6b70-4830-9817-980fd2b32f79")
)
(fp_arc
(start -4.498278 -12.094284)
(mid -4.351707 -12.447654)
(end -3.998278 -12.594012)
(stroke
(width 0.127)
(type default)
)
(layer "F.SilkS")
(uuid "3003c264-0039-46c5-a639-584afa7430aa")
)
(fp_arc
(start 3.996994 -12.594012)
(mid 4.350559 -12.44757)
(end 4.496994 -12.094012)
(stroke
(width 0.127)
(type default)
)
(layer "F.SilkS")
(uuid "c630e7ab-36cd-45a7-90d8-725b5fa4d2d6")
)
(fp_arc
(start 6.984006 -10.541)
(mid 8.331044 -9.983038)
(end 8.889006 -8.636)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "e1d8f660-1495-43db-8a6b-7fdc7dc42e35")
)
(fp_arc
(start 8.889006 8.509)
(mid 8.331044 9.856038)
(end 6.984006 10.414)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "f108f05c-d5f6-4de1-bc6f-4c31ef53e967")
)
(fp_circle
(center -8.946994 -10.37)
(end -8.946994 -10.624)
(stroke
(width 0.5)
(type solid)
)
(fill solid)
(layer "F.SilkS")
(uuid "8b9eedd7-432e-41ff-8e3b-ac33f6899c84")
)
(fp_circle
(center -7.803994 -9.49)
(end -7.803994 -9.744)
(stroke
(width 0.5)
(type solid)
)
(fill solid)
(layer "F.SilkS")
(uuid "312fe4e6-5fc4-4dff-b695-ddd2867eae92")
)
(fp_line
(start -5.16 -9.75)
(end -5.16 5.574811)
(stroke
(width 0.12)
(type default)
)
(layer "Edge.Cuts")
(uuid "fa268e9a-c255-41ad-b1bd-cabf4ffca367")
)
(fp_line
(start -5.16 5.574811)
(end 4.999006 5.574811)
(stroke
(width 0.12)
(type default)
)
(layer "Edge.Cuts")
(uuid "51ea524d-1d11-4939-8aee-482273202da3")
)
(fp_line
(start 4.999006 -9.75)
(end -5.16 -9.75)
(stroke
(width 0.12)
(type default)
)
(layer "Edge.Cuts")
(uuid "70b7c630-69b4-4be5-9bf1-0df742995b3b")
)
(fp_line
(start 5 5.574811)
(end 5 -9.75)
(stroke
(width 0.12)
(type default)
)
(layer "Edge.Cuts")
(uuid "85360df8-51c3-4899-a626-8333f8900521")
)
(fp_rect
(start -8.880994 -10.54)
(end 8.869006 10.42)
(stroke
(width 0.05)
(type default)
)
(fill none)
(layer "F.CrtYd")
(uuid "5a309bc8-930a-499c-b1c9-10c3d18d80e7")
)
(fp_rect
(start -8.880994 -10.54)
(end 8.889006 10.42)
(stroke
(width 0.1)
(type default)
)
(fill none)
(layer "F.Fab")
(uuid "e6781860-3216-40ec-a30d-7aad9a5f81f2")
)
(fp_circle
(center -7.800994 -9.496)
(end -7.800994 -9.75)
(stroke
(width 0.5)
(type solid)
)
(fill solid)
(layer "F.Fab")
(uuid "8892a5bd-c87f-4c46-8538-fbdde72b334a")
)
(pad "1" smd roundrect
(at -8.405994 -7.62 180)
(size 2.332 1.524)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "82bbfb55-8baa-4218-ac89-ab07d82ef7f8")
)
(pad "1" thru_hole circle
(at -7.620994 -7.62 180)
(size 1.524 1.524)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "f2fffd4f-460c-4b4d-b954-811e935ed1d6")
)
(pad "2" smd roundrect
(at -8.405994 -5.08 180)
(size 2.332 1.524)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "18ef9914-2d15-494c-9020-2334abcc1460")
)
(pad "2" thru_hole circle
(at -7.620994 -5.08 180)
(size 1.524 1.524)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "4732cc3f-e641-4870-a9b3-ae13729c7bba")
)
(pad "3" smd roundrect
(at -8.405994 -2.54 180)
(size 2.332 1.524)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "15338a55-8514-4218-a2c1-2cae003104c3")
)
(pad "3" thru_hole circle
(at -7.620994 -2.54 180)
(size 1.524 1.524)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "0cef5e55-d8ff-4394-9cc1-cc318608b0d9")
)
(pad "4" smd roundrect
(at -8.405994 0 180)
(size 2.332 1.524)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "191a259d-5773-4a80-91de-baa69611fab8")
)
(pad "4" thru_hole circle
(at -7.620994 0 180)
(size 1.524 1.524)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "200b8da4-9395-48a5-b7ac-92a6a147c215")
)
(pad "5" smd roundrect
(at -8.405994 2.54 180)
(size 2.332 1.524)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "52012467-1c46-4a8e-aa82-6f6ce69bd2ca")
)
(pad "5" thru_hole circle
(at -7.620994 2.54 180)
(size 1.524 1.524)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "2b50ccce-3634-47d1-bf7d-a3db4f3f9a9f")
)
(pad "6" smd roundrect
(at -8.405994 5.08 180)
(size 2.332 1.524)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "04aeaf95-142a-40f6-97a3-04453fc50824")
)
(pad "6" thru_hole circle
(at -7.620994 5.08 180)
(size 1.524 1.524)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "7636de9d-d8e5-49c9-9fff-0cd76515690d")
)
(pad "7" smd roundrect
(at -8.405994 7.62 180)
(size 2.332 1.524)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "e997fd0b-233a-4656-afad-cb2f8b9d87c9")
)
(pad "7" thru_hole circle
(at -7.620994 7.62 180)
(size 1.524 1.524)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "9d2c0d0c-05dd-477e-8384-b14eec83fc2e")
)
(pad "8" thru_hole circle
(at 7.619006 7.62)
(size 1.524 1.524)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "1e50c66f-49b8-4b03-9889-8cc6ca45ad8e")
)
(pad "8" smd roundrect
(at 8.404006 7.62)
(size 2.332 1.524)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "e7b72803-b5f0-433c-8313-83247355fb43")
)
(pad "9" thru_hole circle
(at 7.619006 5.08)
(size 1.524 1.524)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "808bf9dc-1c26-4a77-93c9-e4c6d5eccbb2")
)
(pad "9" smd roundrect
(at 8.404006 5.08)
(size 2.332 1.524)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "532de3b6-bd30-47c5-b70e-0bca6abbd997")
)
(pad "10" thru_hole circle
(at 7.619006 2.54)
(size 1.524 1.524)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "a792a2ac-537b-4136-8f92-b81f7ce8f753")
)
(pad "10" smd roundrect
(at 8.404006 2.54)
(size 2.332 1.524)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "6e3f5c75-6143-468e-bb07-d89020c03f59")
)
(pad "11" thru_hole circle
(at 7.619006 0)
(size 1.524 1.524)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "fb78046a-9b91-4893-b010-827957cc07be")
)
(pad "11" smd roundrect
(at 8.404006 0)
(size 2.332 1.524)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "5249f425-bece-432d-8076-28e1b8b386e3")
)
(pad "12" thru_hole circle
(at 7.619006 -2.54)
(size 1.524 1.524)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "0b8ccc97-5100-4dcf-8500-e99789ee0b4c")
)
(pad "12" smd roundrect
(at 8.404006 -2.54)
(size 2.332 1.524)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "82f1bbd1-708b-4d2d-9113-7ba3c2313670")
)
(pad "13" thru_hole circle
(at 7.619006 -5.08)
(size 1.524 1.524)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "03882061-01af-484b-b620-9e92a3daaf68")
)
(pad "13" smd roundrect
(at 8.404006 -5.08)
(size 2.332 1.524)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "954f51d1-3d75-42fb-a02a-7389b30718d9")
)
(pad "14" thru_hole circle
(at 7.619006 -7.62)
(size 1.524 1.524)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "c6d1af47-da13-4409-9ab1-55d358cc57eb")
)
(pad "14" smd roundrect
(at 8.404006 -7.62)
(size 2.332 1.524)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "6b725fd4-d6f0-46bf-b3e0-7ec07cc05622")
)
(pad "15" thru_hole circle
(at 5 -3.81 180)
(size 1.6 1.6)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "aa4d796a-f775-49e4-abb9-9c91a79fbd01")
)
(pad "15" smd roundrect
(at 5.699006 -3.81)
(size 1.4 1.6)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "477db9c3-f01c-4655-940e-80dd67d56635")
)
(pad "15" smd roundrect
(at 5.699006 -3.81 180)
(size 1.4 1.6)
(layers "B.Cu" "B.Paste" "B.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "137fbb7c-90a3-4348-81f1-00a02abc4f19")
)
(pad "16" thru_hole circle
(at 5 -1.27 180)
(size 1.6 1.6)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "856d6cd8-edc3-472d-8551-4bb3d5e74dc8")
)
(pad "16" smd roundrect
(at 5.699006 -1.27)
(size 1.4 1.6)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "e355bdd2-309c-4764-83c5-3f7177811ebd")
)
(pad "16" smd roundrect
(at 5.699006 -1.27 180)
(size 1.4 1.6)
(layers "B.Cu" "B.Paste" "B.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "c7cf8180-f6d8-4dba-873a-d111efecf53a")
)
(pad "17" thru_hole circle
(at 5 1.27 180)
(size 1.6 1.6)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "f1437916-f2bf-43c8-9f89-130effe69772")
)
(pad "17" smd roundrect
(at 5.699006 1.27)
(size 1.4 1.6)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "305e2f8a-2b08-4841-9c4b-3a321b874909")
)
(pad "17" smd roundrect
(at 5.699006 1.27 180)
(size 1.4 1.6)
(layers "B.Cu" "B.Paste" "B.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "66ff1b48-7851-4d02-b87e-f509e38a94ce")
)
(pad "18" thru_hole circle
(at 5 3.81 180)
(size 1.6 1.6)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "5102b660-6b56-442f-8d6b-3952d83d83a1")
)
(pad "18" smd roundrect
(at 5.699006 3.81)
(size 1.4 1.6)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "9bf69049-fb77-4141-a633-054675f9dc35")
)
(pad "18" smd roundrect
(at 5.699006 3.81 180)
(size 1.4 1.6)
(layers "B.Cu" "B.Paste" "B.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "540f08df-4e04-4439-9640-19eb79823843")
)
(pad "19" smd roundrect
(at -5.86 3.81)
(size 1.4 1.6)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "0b343cfa-b40f-4a79-8084-b2cc93d9afca")
)
(pad "19" smd roundrect
(at -5.86 3.81 180)
(size 1.4 1.6)
(layers "B.Cu" "B.Paste" "B.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "b80c995b-bfa3-4a42-bfb0-9705f2cc0e26")
)
(pad "19" thru_hole circle
(at -5.16 3.81 180)
(size 1.6 1.6)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "3dc48f5a-d42f-4ddf-b63c-e7e16df5a90c")
)
(pad "20" smd roundrect
(at -5.86 1.27)
(size 1.4 1.6)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "7ab7794a-1222-4c82-892a-c8edf6f29542")
)
(pad "20" smd roundrect
(at -5.86 1.27 180)
(size 1.4 1.6)
(layers "B.Cu" "B.Paste" "B.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "a650ea1f-5bad-477a-a87e-4c7ab29a66ab")
)
(pad "20" thru_hole circle
(at -5.16 1.27 180)
(size 1.6 1.6)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "d19c53ea-83c8-421e-8d82-1db11a750ff4")
)
(pad "21" smd roundrect
(at -5.86 -1.27)
(size 1.4 1.6)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "d200036c-650d-4432-a8bc-b57bdf7390a0")
)
(pad "21" smd roundrect
(at -5.86 -1.27 180)
(size 1.4 1.6)
(layers "B.Cu" "B.Paste" "B.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "34e1ad1b-aa50-4234-8beb-ec259eebea4c")
)
(pad "21" thru_hole circle
(at -5.16 -1.27 180)
(size 1.6 1.6)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "ba890412-b364-403e-a8b5-5e91286a88f6")
)
(pad "22" smd roundrect
(at -5.86 -3.81)
(size 1.4 1.6)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "2e762e64-e731-4a76-9479-89b6cccd2292")
)
(pad "22" smd roundrect
(at -5.86 -3.81 180)
(size 1.4 1.6)
(layers "B.Cu" "B.Paste" "B.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "4d499ba3-cd57-492b-94e1-29bf32800f77")
)
(pad "22" thru_hole circle
(at -5.16 -3.81 180)
(size 1.6 1.6)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "a66eca27-a9c3-4f67-b6d1-377b72a10254")
)
(pad "23" thru_hole circle
(at -1.000994 5.574811 180)
(size 1.1 1.1)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "5513a309-7674-42ed-9465-44ef703692cc")
)
(pad "23" smd roundrect
(at -1.000994 6.33 270)
(size 1.6 1.1)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "d5dae1bb-8f5d-405e-b855-73e61cb92a7f")
)
(pad "23" smd roundrect
(at -1.000994 6.33 270)
(size 1.6 1.1)
(layers "B.Cu" "B.Paste" "B.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "0c43e937-8ea2-4f84-8cc6-e1b8396b5f5e")
)
(pad "24" thru_hole circle
(at 0.999006 5.574811 180)
(size 1.1 1.1)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "955d3885-1342-4368-9af9-b9f9dc298291")
)
(pad "24" smd roundrect
(at 0.999006 6.33 270)
(size 1.6 1.1)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "143f7ed4-69ce-49c4-9fa5-8b9e600e7bf6")
)
(pad "24" smd roundrect
(at 0.999006 6.33 270)
(size 1.6 1.1)
(layers "B.Cu" "B.Paste" "B.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "63ac671c-b255-4049-b4d5-cb1175a148f9")
)
(model "${AMZPATH}/3dmodels/AMz3D.3dshapes/XIAO-nRF52840 v15.step"
(hide yes)
(offset
(xyz -1.778 -6.096 0.381)
)
(scale
(xyz 1 1 1)
)
(rotate
(xyz -90 0 0)
)
)
(model "${AMZPATH}/3dmodels/AMz3D.3dshapes/Seeeduino XIAO SAMD21 v4.step"
(offset
(xyz 0 0 0)
)
(scale
(xyz 1 1 1)
)
(rotate
(xyz 0 0 0)
)
)
(model "${AMZPATH}/3dmodels/AMz3D.3dshapes/Seeed Studio XIAO RP2040 v26.step"
(hide yes)
(offset
(xyz 0 0 0)
)
(scale
(xyz 1 1 1)
)
(rotate
(xyz 0 0 90)
)
)
(model "${AMZPATH}/3dmodels/AMz3D.3dshapes/Seeed Studio XIAO-ESP32-C3.step"
(hide yes)
(offset
(xyz -1.7018 -6.096 0)
)
(scale
(xyz 1 1 1)
)
(rotate
(xyz -90 0 0)
)
)
(model "${AMZPATH}/3dmodels/AMz3D.3dshapes/XIAO-ESP32S3 v2.step"
(hide yes)
(offset
(xyz -1.778 -6.1722 0)
)
(scale
(xyz 1 1 1)
)
(rotate
(xyz -90 0 0)
)
)
)

View file

@ -0,0 +1,647 @@
(footprint "XIAO-R4-SMD"
(version 20240108)
(generator "pcbnew")
(generator_version "8.0")
(layer "F.Cu")
(property "Reference" "REF**"
(at -8 -12.5 0)
(unlocked yes)
(layer "F.SilkS")
(uuid "7bab359d-5e5b-4dff-9db4-e7c8562ce635")
(effects
(font
(size 0.635 0.635)
(thickness 0.1016)
)
)
)
(property "Value" "XIAO-R4-SMD"
(at 0.0825 0 0)
(unlocked yes)
(layer "F.Fab")
(uuid "79cabf23-4ebc-4d37-9172-bb2cf4ea975f")
(effects
(font
(size 0.635 0.635)
(thickness 0.1016)
)
)
)
(property "Footprint" ""
(at 0.0825 0 90)
(unlocked yes)
(layer "F.Fab")
(hide yes)
(uuid "61485e68-15ec-485a-a405-f1895b0cea97")
(effects
(font
(size 1.27 1.27)
(thickness 0.15)
)
)
)
(property "Datasheet" ""
(at 0.0825 0 90)
(unlocked yes)
(layer "F.Fab")
(hide yes)
(uuid "b849001c-43dd-4569-b6c5-f5cb42be9253")
(effects
(font
(size 1.27 1.27)
(thickness 0.15)
)
)
)
(property "Description" ""
(at 0.0825 0 90)
(unlocked yes)
(layer "F.Fab")
(hide yes)
(uuid "f8a84d17-18c2-4410-b7e6-114e0b8af414")
(effects
(font
(size 1.27 1.27)
(thickness 0.15)
)
)
)
(attr smd)
(fp_line
(start -8.812512 8.503988)
(end -8.812512 -8.641012)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "a3dfe211-5495-4b63-8561-a2feee91d07d")
)
(fp_line
(start -8.8075 8.509)
(end -8.8075 -8.636)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "f58afa0e-63f9-4096-9d17-7cf8e5de7759")
)
(fp_line
(start -6.907512 10.408988)
(end 7.062488 10.408988)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "b170870b-ffdf-449a-b211-38b32a269c60")
)
(fp_line
(start -6.9025 10.414)
(end 7.0675 10.414)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "e213e2f5-659f-4cdb-b390-b284746621aa")
)
(fp_line
(start -4.420512 -10.558012)
(end -4.419796 -12.099296)
(stroke
(width 0.127)
(type solid)
)
(layer "F.SilkS")
(uuid "c1f447e5-afbb-40d2-8dab-b6c9e76a61c5")
)
(fp_line
(start -3.919796 -12.599024)
(end 4.075476 -12.599024)
(stroke
(width 0.127)
(type solid)
)
(layer "F.SilkS")
(uuid "26ba4de3-3599-47a1-a5ec-57f1b8fa11fa")
)
(fp_line
(start 4.575476 -12.099024)
(end 4.576488 -10.555012)
(stroke
(width 0.127)
(type solid)
)
(layer "F.SilkS")
(uuid "7f55bad9-30e4-49af-9b15-34e658a230d7")
)
(fp_line
(start 7.062488 -10.546012)
(end -6.907512 -10.546012)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "8bcf2b0d-f49e-489c-9db7-3b0f8271ee4b")
)
(fp_line
(start 7.062488 -10.546012)
(end -6.907512 -10.546012)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "da3bab81-4d89-467e-a82a-4265b31e3dea")
)
(fp_line
(start 7.062488 -10.546012)
(end -6.907512 -10.546012)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "daab47bb-5b53-4b5e-a355-d2f456396465")
)
(fp_line
(start 7.0675 -10.541)
(end -6.9025 -10.541)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "6f680559-bbef-46de-9ef5-efda7c2411e9")
)
(fp_line
(start 8.967488 8.503988)
(end 8.967488 -8.641012)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "c10c2b64-b99d-4991-8881-698d71e8cad8")
)
(fp_line
(start 8.9725 8.509)
(end 8.9725 -8.636)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "9c6409b2-5f1b-4299-85bf-d07c96f13a2a")
)
(fp_arc
(start -8.812512 -8.645012)
(mid -8.254547 -9.992047)
(end -6.907512 -10.550012)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "3bd68718-38ae-4189-b6c6-c7f6304247ca")
)
(fp_arc
(start -8.8075 -8.64)
(mid -8.249538 -9.987038)
(end -6.9025 -10.545)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "1a53a4cb-d621-4732-875a-035add975d4c")
)
(fp_arc
(start -6.907512 10.408988)
(mid -8.25455 9.851026)
(end -8.812512 8.503988)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "6cd440f7-182b-4bb2-9ec7-5cc23dd44446")
)
(fp_arc
(start -6.9025 10.414)
(mid -8.249538 9.856038)
(end -8.8075 8.509)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "88e5d6ea-6b70-4830-9817-980fd2b32f79")
)
(fp_arc
(start -4.419796 -12.099296)
(mid -4.273215 -12.452627)
(end -3.919796 -12.599024)
(stroke
(width 0.127)
(type default)
)
(layer "F.SilkS")
(uuid "a117c638-d588-4d2c-a7a5-6ee07205aa6e")
)
(fp_arc
(start 4.075476 -12.599024)
(mid 4.429018 -12.452581)
(end 4.575476 -12.099024)
(stroke
(width 0.127)
(type default)
)
(layer "F.SilkS")
(uuid "03c83d63-2022-4ea3-931f-1c4476fe3863")
)
(fp_arc
(start 7.062488 -10.546012)
(mid 8.409528 -9.988051)
(end 8.967488 -8.641012)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "7c4814e1-318c-4fa0-9c15-9ed39c07e1c6")
)
(fp_arc
(start 7.0675 -10.541)
(mid 8.414538 -9.983038)
(end 8.9725 -8.636)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "e1d8f660-1495-43db-8a6b-7fdc7dc42e35")
)
(fp_arc
(start 8.967488 8.503988)
(mid 8.409526 9.851026)
(end 7.062488 10.408988)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "0e0433a4-5c89-465e-942d-e38f808fe095")
)
(fp_arc
(start 8.9725 8.509)
(mid 8.414538 9.856038)
(end 7.0675 10.414)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "f108f05c-d5f6-4de1-bc6f-4c31ef53e967")
)
(fp_circle
(center -9.022512 -10.130012)
(end -9.022512 -10.384012)
(stroke
(width 0.5)
(type solid)
)
(fill solid)
(layer "F.SilkS")
(uuid "a6b781e1-186e-4120-bb62-e6968e894196")
)
(fp_circle
(center -9.0175 -10.125)
(end -9.0175 -10.379)
(stroke
(width 0.5)
(type solid)
)
(fill solid)
(layer "F.SilkS")
(uuid "cd1ecfe5-c7e0-4b3a-a7c4-f6020a119c81")
)
(fp_circle
(center -7.805512 -9.407012)
(end -7.805512 -9.661012)
(stroke
(width 0.5)
(type solid)
)
(fill solid)
(layer "F.SilkS")
(uuid "c4a3471f-a2e6-4e5a-b69e-ad13cb1b095b")
)
(fp_rect
(start -8.8275 -10.54)
(end 8.9525 10.41)
(stroke
(width 0.05)
(type default)
)
(fill none)
(layer "F.CrtYd")
(uuid "2fbe40fc-3c01-44d4-92ac-68ffc519d8fc")
)
(fp_rect
(start -8.8175 -10.54)
(end 8.9725 10.41)
(stroke
(width 0.1)
(type default)
)
(fill none)
(layer "F.Fab")
(uuid "89b3321d-d208-47a4-816b-3f2249a13c5b")
)
(fp_circle
(center -7.8675 -9.35)
(end -7.8675 -9.604)
(stroke
(width 0.5)
(type solid)
)
(fill solid)
(layer "F.Fab")
(uuid "f0115c3e-d580-4bc9-9528-cd953d3b93d7")
)
(pad "1" smd roundrect
(at -8 -7.62 180)
(size 2.75 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "82bbfb55-8baa-4218-ac89-ab07d82ef7f8")
)
(pad "2" smd roundrect
(at -8 -5.08 180)
(size 2.75 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "18ef9914-2d15-494c-9020-2334abcc1460")
)
(pad "3" smd roundrect
(at -8 -2.54 180)
(size 2.75 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "15338a55-8514-4218-a2c1-2cae003104c3")
)
(pad "4" smd roundrect
(at -8 0 180)
(size 2.75 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "191a259d-5773-4a80-91de-baa69611fab8")
)
(pad "5" smd roundrect
(at -8 2.54 180)
(size 2.75 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "52012467-1c46-4a8e-aa82-6f6ce69bd2ca")
)
(pad "6" smd roundrect
(at -8 5.08 180)
(size 2.75 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "04aeaf95-142a-40f6-97a3-04453fc50824")
)
(pad "7" smd roundrect
(at -8 7.62 180)
(size 2.75 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "e997fd0b-233a-4656-afad-cb2f8b9d87c9")
)
(pad "8" smd roundrect
(at 8.165 7.62)
(size 2.75 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "e7b72803-b5f0-433c-8313-83247355fb43")
)
(pad "9" smd roundrect
(at 8.165 5.08)
(size 2.75 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "532de3b6-bd30-47c5-b70e-0bca6abbd997")
)
(pad "10" smd roundrect
(at 8.165 2.54)
(size 2.75 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "6e3f5c75-6143-468e-bb07-d89020c03f59")
)
(pad "11" smd roundrect
(at 8.165 0)
(size 2.75 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "5249f425-bece-432d-8076-28e1b8b386e3")
)
(pad "12" smd roundrect
(at 8.165 -2.54)
(size 2.75 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "82f1bbd1-708b-4d2d-9113-7ba3c2313670")
)
(pad "13" smd roundrect
(at 8.165 -5.08)
(size 2.75 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "954f51d1-3d75-42fb-a02a-7389b30718d9")
)
(pad "14" smd roundrect
(at 8.165 -7.62)
(size 2.75 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "6b725fd4-d6f0-46bf-b3e0-7ec07cc05622")
)
(pad "15" smd circle
(at 5.083494 -3.81 180)
(size 1.7 1.7)
(layers "F.Cu" "F.Paste" "F.Mask")
(uuid "aa4d796a-f775-49e4-abb9-9c91a79fbd01")
)
(pad "16" smd circle
(at 5.083494 -1.27 180)
(size 1.7 1.7)
(layers "F.Cu" "F.Paste" "F.Mask")
(uuid "856d6cd8-edc3-472d-8551-4bb3d5e74dc8")
)
(pad "17" smd circle
(at 5.083494 1.27 180)
(size 1.7 1.7)
(layers "F.Cu" "F.Paste" "F.Mask")
(uuid "f1437916-f2bf-43c8-9f89-130effe69772")
)
(pad "18" smd circle
(at 5.083494 3.81 180)
(size 1.7 1.7)
(layers "F.Cu" "F.Paste" "F.Mask")
(uuid "5102b660-6b56-442f-8d6b-3952d83d83a1")
)
(pad "19" smd circle
(at -5.076506 3.81 180)
(size 1.7 1.7)
(layers "F.Cu" "F.Paste" "F.Mask")
(uuid "3dc48f5a-d42f-4ddf-b63c-e7e16df5a90c")
)
(pad "20" smd circle
(at -5.076506 1.27 180)
(size 1.7 1.7)
(layers "F.Cu" "F.Paste" "F.Mask")
(uuid "d19c53ea-83c8-421e-8d82-1db11a750ff4")
)
(pad "21" smd circle
(at -5.076506 -1.27 180)
(size 1.7 1.7)
(layers "F.Cu" "F.Paste" "F.Mask")
(uuid "ba890412-b364-403e-a8b5-5e91286a88f6")
)
(pad "22" smd circle
(at -5.076506 -3.81 180)
(size 1.7 1.7)
(layers "F.Cu" "F.Paste" "F.Mask")
(uuid "a66eca27-a9c3-4f67-b6d1-377b72a10254")
)
(pad "23" smd circle
(at -1.1875 -8.65 180)
(size 1.7 1.7)
(layers "F.Cu" "F.Paste" "F.Mask")
(uuid "f3aa4bbd-bd0a-4c42-b55f-10525e8688f7")
)
(pad "24" smd circle
(at -1.1875 -6.11 180)
(size 1.7 1.7)
(layers "F.Cu" "F.Paste" "F.Mask")
(uuid "ec04550d-b1e5-47bb-80ec-2441767151ff")
)
(pad "25" smd circle
(at -1.1875 -3.57 180)
(size 1.7 1.7)
(layers "F.Cu" "F.Paste" "F.Mask")
(uuid "2f52e95f-6c4e-46b7-9169-0f9b1088f1f6")
)
(pad "26" smd circle
(at 1.3525 -3.57 180)
(size 1.7 1.7)
(layers "F.Cu" "F.Paste" "F.Mask")
(uuid "9d5b9328-2205-486b-a51b-a0126210aa1a")
)
(pad "27" smd circle
(at 1.3525 -6.11 180)
(size 1.7 1.7)
(layers "F.Cu" "F.Paste" "F.Mask")
(uuid "08f50975-f876-437f-a20e-74e79c764fc3")
)
(pad "28" smd circle
(at 1.3525 -8.65 180)
(size 1.7 1.7)
(layers "F.Cu" "F.Paste" "F.Mask")
(uuid "4195e327-e65f-4dd8-a595-9a30ce69cfb6")
)
(pad "29" smd roundrect
(at -0.9175 4.974811 270)
(size 2.5 1.1)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "d5dae1bb-8f5d-405e-b855-73e61cb92a7f")
)
(pad "30" smd roundrect
(at 1.0825 4.974811 270)
(size 2.5 1.1)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "143f7ed4-69ce-49c4-9fa5-8b9e600e7bf6")
)
(model "${AMZPATH}/3dmodels/AMz3D.3dshapes/XIAO-nRF52840 v15.step"
(hide yes)
(offset
(xyz -1.778 -6.096 0.381)
)
(scale
(xyz 1 1 1)
)
(rotate
(xyz -90 0 0)
)
)
(model "${AMZPATH}/3dmodels/AMz3D.3dshapes/Seeeduino XIAO SAMD21 v4.step"
(offset
(xyz 0 0 0)
)
(scale
(xyz 1 1 1)
)
(rotate
(xyz 0 0 0)
)
)
(model "${AMZPATH}/3dmodels/AMz3D.3dshapes/Seeed Studio XIAO RP2040 v26.step"
(hide yes)
(offset
(xyz 0 0 0)
)
(scale
(xyz 1 1 1)
)
(rotate
(xyz 0 0 90)
)
)
(model "${AMZPATH}/3dmodels/AMz3D.3dshapes/Seeed Studio XIAO-ESP32-C3.step"
(hide yes)
(offset
(xyz -1.7018 -6.096 0)
)
(scale
(xyz 1 1 1)
)
(rotate
(xyz -90 0 0)
)
)
(model "${AMZPATH}/3dmodels/AMz3D.3dshapes/XIAO-ESP32S3 v2.step"
(hide yes)
(offset
(xyz -1.778 -6.1722 0)
)
(scale
(xyz 1 1 1)
)
(rotate
(xyz -90 0 0)
)
)
)

View file

@ -0,0 +1,506 @@
(footprint "XIAO-RP2040-DIP"
(version 20240108)
(generator "pcbnew")
(generator_version "8.0")
(layer "F.Cu")
(property "Reference" "REF**"
(at -8.5 -12 0)
(unlocked yes)
(layer "F.SilkS")
(uuid "7bab359d-5e5b-4dff-9db4-e7c8562ce635")
(effects
(font
(size 0.635 0.635)
(thickness 0.1016)
)
)
)
(property "Value" "XIAO-RP2040-DIP"
(at 0 0 0)
(unlocked yes)
(layer "F.Fab")
(uuid "79cabf23-4ebc-4d37-9172-bb2cf4ea975f")
(effects
(font
(size 0.635 0.635)
(thickness 0.1016)
)
)
)
(property "Footprint" ""
(at 0 0 90)
(unlocked yes)
(layer "F.Fab")
(hide yes)
(uuid "8f4fc10c-2540-4ba7-9be3-30f132330a85")
(effects
(font
(size 1.27 1.27)
(thickness 0.15)
)
)
)
(property "Datasheet" ""
(at 0 0 90)
(unlocked yes)
(layer "F.Fab")
(hide yes)
(uuid "663dc686-104e-47e1-9669-e1228477fa6f")
(effects
(font
(size 1.27 1.27)
(thickness 0.15)
)
)
)
(property "Description" ""
(at 0 0 90)
(unlocked yes)
(layer "F.Fab")
(hide yes)
(uuid "a25b2a4a-94ce-41bd-8341-b98204aa9142")
(effects
(font
(size 1.27 1.27)
(thickness 0.15)
)
)
)
(attr smd)
(fp_line
(start -8.89 8.509)
(end -8.89 -8.636)
(stroke
(width 0.127)
(type solid)
)
(layer "F.SilkS")
(uuid "f58afa0e-63f9-4096-9d17-7cf8e5de7759")
)
(fp_line
(start -6.985 10.414)
(end 6.985 10.414)
(stroke
(width 0.127)
(type solid)
)
(layer "F.SilkS")
(uuid "e213e2f5-659f-4cdb-b390-b284746621aa")
)
(fp_line
(start -4.495 -10.541)
(end -4.491272 -11.451272)
(stroke
(width 0.127)
(type solid)
)
(layer "F.SilkS")
(uuid "f9de026f-4957-4c58-8815-2ec2a4e25304")
)
(fp_line
(start -3.991272 -11.951)
(end 4.004 -11.951)
(stroke
(width 0.127)
(type solid)
)
(layer "F.SilkS")
(uuid "6d10c908-5643-4e34-bfda-e70d5bfbd057")
)
(fp_line
(start 4.504 -11.451)
(end 4.504 -10.541)
(stroke
(width 0.127)
(type solid)
)
(layer "F.SilkS")
(uuid "a7b3f67f-df72-4a29-b8dd-2fd55817ebb8")
)
(fp_line
(start 6.985 -10.541)
(end -6.985 -10.541)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "b407de18-ee19-4b1e-a2a2-287f0975a1da")
)
(fp_line
(start 6.985 -10.541)
(end -6.985 -10.541)
(stroke
(width 0.127)
(type solid)
)
(layer "F.SilkS")
(uuid "6f680559-bbef-46de-9ef5-efda7c2411e9")
)
(fp_line
(start 8.89 8.509)
(end 8.89 -8.636)
(stroke
(width 0.127)
(type solid)
)
(layer "F.SilkS")
(uuid "9c6409b2-5f1b-4299-85bf-d07c96f13a2a")
)
(fp_arc
(start -8.89 -8.636)
(mid -8.332038 -9.983038)
(end -6.985 -10.541)
(stroke
(width 0.127)
(type solid)
)
(layer "F.SilkS")
(uuid "c6870bc4-897a-485a-b951-3feda1bdd32e")
)
(fp_arc
(start -6.985 10.414)
(mid -8.332038 9.856038)
(end -8.89 8.509)
(stroke
(width 0.127)
(type solid)
)
(layer "F.SilkS")
(uuid "88e5d6ea-6b70-4830-9817-980fd2b32f79")
)
(fp_arc
(start -4.491272 -11.451272)
(mid -4.344728 -11.80464)
(end -3.991272 -11.951)
(stroke
(width 0.127)
(type default)
)
(layer "F.SilkS")
(uuid "1224aaf2-42c0-4b17-8ffc-7aaff0b1be63")
)
(fp_arc
(start 4.004 -11.951)
(mid 4.357553 -11.804553)
(end 4.504 -11.451)
(stroke
(width 0.127)
(type default)
)
(layer "F.SilkS")
(uuid "c20fb5ab-ae23-4c23-8e13-36a7eb3db89c")
)
(fp_arc
(start 6.985 -10.541)
(mid 8.332038 -9.983038)
(end 8.89 -8.636)
(stroke
(width 0.127)
(type solid)
)
(layer "F.SilkS")
(uuid "e1d8f660-1495-43db-8a6b-7fdc7dc42e35")
)
(fp_arc
(start 8.89 8.509)
(mid 8.332038 9.856038)
(end 6.985 10.414)
(stroke
(width 0.127)
(type solid)
)
(layer "F.SilkS")
(uuid "f108f05c-d5f6-4de1-bc6f-4c31ef53e967")
)
(fp_circle
(center -8.95 -10.3)
(end -8.95 -10.554)
(stroke
(width 0.5)
(type solid)
)
(fill solid)
(layer "F.SilkS")
(uuid "d523b867-b930-4152-a585-fb2991113352")
)
(fp_circle
(center -7.807 -9.42)
(end -7.807 -9.674)
(stroke
(width 0.5)
(type solid)
)
(fill solid)
(layer "F.SilkS")
(uuid "1b9c22f7-f19d-4572-be63-065c1e034c25")
)
(fp_rect
(start -8.9 -10.55)
(end 8.9 10.425)
(stroke
(width 0.05)
(type default)
)
(fill none)
(layer "F.CrtYd")
(uuid "b53697bc-d105-40e2-af66-708b16a7f26c")
)
(fp_rect
(start -8.9 -10.55)
(end 8.9 10.425)
(stroke
(width 0.1)
(type default)
)
(fill none)
(layer "F.Fab")
(uuid "a45a327e-f036-4877-8d89-39f4f4b0c715")
)
(fp_circle
(center -7.804 -9.426)
(end -7.804 -9.68)
(stroke
(width 0.5)
(type solid)
)
(fill solid)
(layer "F.Fab")
(uuid "f1bda1b0-c6a9-4930-b2ed-d175257d4cca")
)
(pad "1" smd roundrect
(at -8.455 -7.62 180)
(size 2.432 1.524)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "82bbfb55-8baa-4218-ac89-ab07d82ef7f8")
)
(pad "1" thru_hole circle
(at -7.62 -7.62 180)
(size 1.524 1.524)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "f2fffd4f-460c-4b4d-b954-811e935ed1d6")
)
(pad "2" smd roundrect
(at -8.455 -5.08 180)
(size 2.432 1.524)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "18ef9914-2d15-494c-9020-2334abcc1460")
)
(pad "2" thru_hole circle
(at -7.62 -5.08 180)
(size 1.524 1.524)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "4732cc3f-e641-4870-a9b3-ae13729c7bba")
)
(pad "3" smd roundrect
(at -8.455 -2.54 180)
(size 2.432 1.524)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "15338a55-8514-4218-a2c1-2cae003104c3")
)
(pad "3" thru_hole circle
(at -7.62 -2.54 180)
(size 1.524 1.524)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "0cef5e55-d8ff-4394-9cc1-cc318608b0d9")
)
(pad "4" smd roundrect
(at -8.455 0 180)
(size 2.432 1.524)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "191a259d-5773-4a80-91de-baa69611fab8")
)
(pad "4" thru_hole circle
(at -7.62 0 180)
(size 1.524 1.524)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "200b8da4-9395-48a5-b7ac-92a6a147c215")
)
(pad "5" smd roundrect
(at -8.455 2.54 180)
(size 2.432 1.524)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "52012467-1c46-4a8e-aa82-6f6ce69bd2ca")
)
(pad "5" thru_hole circle
(at -7.62 2.54 180)
(size 1.524 1.524)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "2b50ccce-3634-47d1-bf7d-a3db4f3f9a9f")
)
(pad "6" smd roundrect
(at -8.455 5.08 180)
(size 2.432 1.524)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "04aeaf95-142a-40f6-97a3-04453fc50824")
)
(pad "6" thru_hole circle
(at -7.62 5.08 180)
(size 1.524 1.524)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "7636de9d-d8e5-49c9-9fff-0cd76515690d")
)
(pad "7" smd roundrect
(at -8.455 7.62 180)
(size 2.432 1.524)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "e997fd0b-233a-4656-afad-cb2f8b9d87c9")
)
(pad "7" thru_hole circle
(at -7.62 7.62 180)
(size 1.524 1.524)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "9d2c0d0c-05dd-477e-8384-b14eec83fc2e")
)
(pad "8" thru_hole circle
(at 7.62 7.62)
(size 1.524 1.524)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "1e50c66f-49b8-4b03-9889-8cc6ca45ad8e")
)
(pad "8" smd roundrect
(at 8.455 7.62)
(size 2.432 1.524)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "e7b72803-b5f0-433c-8313-83247355fb43")
)
(pad "9" thru_hole circle
(at 7.62 5.08)
(size 1.524 1.524)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "808bf9dc-1c26-4a77-93c9-e4c6d5eccbb2")
)
(pad "9" smd roundrect
(at 8.455 5.08)
(size 2.432 1.524)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "532de3b6-bd30-47c5-b70e-0bca6abbd997")
)
(pad "10" thru_hole circle
(at 7.62 2.54)
(size 1.524 1.524)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "a792a2ac-537b-4136-8f92-b81f7ce8f753")
)
(pad "10" smd roundrect
(at 8.455 2.54)
(size 2.432 1.524)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "6e3f5c75-6143-468e-bb07-d89020c03f59")
)
(pad "11" thru_hole circle
(at 7.62 0)
(size 1.524 1.524)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "fb78046a-9b91-4893-b010-827957cc07be")
)
(pad "11" smd roundrect
(at 8.455 0)
(size 2.432 1.524)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "5249f425-bece-432d-8076-28e1b8b386e3")
)
(pad "12" thru_hole circle
(at 7.62 -2.54)
(size 1.524 1.524)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "0b8ccc97-5100-4dcf-8500-e99789ee0b4c")
)
(pad "12" smd roundrect
(at 8.455 -2.54)
(size 2.432 1.524)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "82f1bbd1-708b-4d2d-9113-7ba3c2313670")
)
(pad "13" thru_hole circle
(at 7.62 -5.08)
(size 1.524 1.524)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "03882061-01af-484b-b620-9e92a3daaf68")
)
(pad "13" smd roundrect
(at 8.455 -5.08)
(size 2.432 1.524)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "954f51d1-3d75-42fb-a02a-7389b30718d9")
)
(pad "14" thru_hole circle
(at 7.62 -7.62)
(size 1.524 1.524)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "c6d1af47-da13-4409-9ab1-55d358cc57eb")
)
(pad "14" smd roundrect
(at 8.455 -7.62)
(size 2.432 1.524)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "6b725fd4-d6f0-46bf-b3e0-7ec07cc05622")
)
(model "${KIPRJMOD}/Libraries/Seeed Studio XIAO Series Library.pretty/Seeed Studio XIAO RP2040.step"
(offset
(xyz 0 -0.5 -0.5)
)
(scale
(xyz 1 1 1)
)
(rotate
(xyz 0 0 -90)
)
)
)

View file

@ -0,0 +1,425 @@
(footprint "XIAO-RP2040-SMD"
(version 20240108)
(generator "pcbnew")
(generator_version "8.0")
(layer "F.Cu")
(property "Reference" "REF**"
(at -9.335 -11.5 0)
(layer "F.SilkS")
(uuid "a9f5f5dd-597c-45dd-b31d-a35c3963eed2")
(effects
(font
(size 0.78232 0.78232)
(thickness 0.10668)
)
(justify left bottom)
)
)
(property "Value" "XIAO-RP2040-SMD"
(at 0.055 -0.295 0)
(layer "F.Fab")
(uuid "2d66aca7-e0b3-44df-838e-be285890792c")
(effects
(font
(size 0.635 0.635)
(thickness 0.1016)
)
)
)
(property "Footprint" ""
(at -8.835 10.5 0)
(unlocked yes)
(layer "F.Fab")
(hide yes)
(uuid "32a8cb35-59e0-4282-b955-c4626b0c3c52")
(effects
(font
(size 1.27 1.27)
(thickness 0.15)
)
)
)
(property "Datasheet" ""
(at -8.835 10.5 0)
(unlocked yes)
(layer "F.Fab")
(hide yes)
(uuid "5173b428-b87b-497c-9fd1-0d444c2ced85")
(effects
(font
(size 1.27 1.27)
(thickness 0.15)
)
)
)
(property "Description" ""
(at -8.835 10.5 0)
(unlocked yes)
(layer "F.Fab")
(hide yes)
(uuid "ea7181c4-fdca-44f1-ad15-d0627f50a68e")
(effects
(font
(size 1.27 1.27)
(thickness 0.15)
)
)
)
(fp_line
(start -8.835 8.513)
(end -8.835 -8.632)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "df0486b4-d04f-4201-a301-beede6e15862")
)
(fp_line
(start -6.93 10.418)
(end 7.04 10.418)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "f54abd8d-62ed-4b05-8e37-f29acdadc0f8")
)
(fp_line
(start -4.44 -10.537)
(end -4.436272 -11.447272)
(stroke
(width 0.127)
(type solid)
)
(layer "F.SilkS")
(uuid "fead6daa-b9f4-4bd1-a131-b5d2cd3184de")
)
(fp_line
(start -3.936272 -11.947)
(end 4.059 -11.947)
(stroke
(width 0.127)
(type solid)
)
(layer "F.SilkS")
(uuid "b90ae92d-7c1a-4689-bf64-c3528a3ea3ee")
)
(fp_line
(start 4.559 -11.447)
(end 4.559 -10.537)
(stroke
(width 0.127)
(type solid)
)
(layer "F.SilkS")
(uuid "b540fbcc-8e06-44d7-95f6-8b142e4c90fb")
)
(fp_line
(start 7.04 -10.537)
(end -6.93 -10.537)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "2b80542c-5088-4f89-ae32-3400cf894ca1")
)
(fp_line
(start 8.945 8.513)
(end 8.945 -8.632)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "4cd8add0-8a8c-468d-ba6f-b86787c288af")
)
(fp_arc
(start -8.835 -8.636)
(mid -8.277038 -9.983038)
(end -6.93 -10.541)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "4d9bf7a5-4ab4-48bb-b8ac-0a5ce4523642")
)
(fp_arc
(start -6.93 10.418)
(mid -8.277038 9.860038)
(end -8.835 8.513)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "d09661c8-1ad3-40e9-8323-9dabc8f3f98b")
)
(fp_arc
(start -4.436272 -11.447272)
(mid -4.289724 -11.800644)
(end -3.936272 -11.947)
(stroke
(width 0.127)
(type default)
)
(layer "F.SilkS")
(uuid "7a58f637-14d7-4804-b127-f1d029b5d1e6")
)
(fp_arc
(start 4.059 -11.947)
(mid 4.412553 -11.800553)
(end 4.559 -11.447)
(stroke
(width 0.127)
(type default)
)
(layer "F.SilkS")
(uuid "d0bc8663-987f-4e2e-b464-096a547b822f")
)
(fp_arc
(start 7.04 -10.537)
(mid 8.387038 -9.979038)
(end 8.945 -8.632)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "77004ea5-53a4-40ab-b35c-7bdd22107e34")
)
(fp_arc
(start 8.945 8.513)
(mid 8.387038 9.860038)
(end 7.04 10.418)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "94189dc1-14b5-4f17-b9d3-0163ed99e583")
)
(fp_circle
(center -9.045 -10.121)
(end -9.045 -10.375)
(stroke
(width 0.5)
(type solid)
)
(fill solid)
(layer "F.SilkS")
(uuid "dc606cc5-10bc-4635-81d1-fa27b1e6b4e2")
)
(fp_circle
(center -7.771 -9.404)
(end -7.771 -9.658)
(stroke
(width 0.5)
(type solid)
)
(fill solid)
(layer "F.SilkS")
(uuid "2b5e2829-6d01-441f-9983-fc4a273ff483")
)
(fp_rect
(start 8.965 10.5)
(end -8.835 -10.5)
(stroke
(width 0.05)
(type default)
)
(fill none)
(layer "F.CrtYd")
(uuid "e428eb56-00a2-4249-bb91-d2e5823b2899")
)
(fp_rect
(start -8.835 -10.5)
(end 8.965 10.5)
(stroke
(width 0.1)
(type default)
)
(fill none)
(layer "F.Fab")
(uuid "2133d927-559d-4615-ab92-732772c02d94")
)
(fp_circle
(center -7.751 -9.4)
(end -7.751 -9.654)
(stroke
(width 0.5)
(type solid)
)
(fill solid)
(layer "F.Fab")
(uuid "50e04a65-8ff2-4d1f-be98-2db48101e90a")
)
(pad "1" smd roundrect
(at -8 -7.62)
(size 2.75 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.25)
(solder_mask_margin 0.0508)
(thermal_bridge_angle 45)
(uuid "c68f6b12-dcf5-46b1-b159-2eef9023b0ac")
)
(pad "2" smd roundrect
(at -8 -5.08)
(size 2.75 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.25)
(solder_mask_margin 0.0508)
(thermal_bridge_angle 45)
(uuid "525b09fc-9099-4274-98c3-45f84d0591ab")
)
(pad "3" smd roundrect
(at -8 -2.54)
(size 2.75 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.25)
(solder_mask_margin 0.0508)
(thermal_bridge_angle 45)
(uuid "99cc76a7-0a78-4868-871b-c214ecac5525")
)
(pad "4" smd roundrect
(at -8 0)
(size 2.75 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.25)
(solder_mask_margin 0.0508)
(thermal_bridge_angle 45)
(uuid "8038b67b-b3bf-4a3e-b790-40857963c957")
)
(pad "5" smd roundrect
(at -8 2.54)
(size 2.75 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.25)
(solder_mask_margin 0.0508)
(thermal_bridge_angle 45)
(uuid "84711cb2-d222-464e-bcd5-f76af75cc612")
)
(pad "6" smd roundrect
(at -8 5.08)
(size 2.75 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.25)
(solder_mask_margin 0.0508)
(thermal_bridge_angle 45)
(uuid "aabcfc3b-fa72-4e48-95d1-d53474158cc0")
)
(pad "7" smd roundrect
(at -8 7.62)
(size 2.75 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.25)
(solder_mask_margin 0.0508)
(thermal_bridge_angle 45)
(uuid "3e086061-1f3f-4b1e-9354-920126d40249")
)
(pad "8" smd roundrect
(at 8.165 7.62)
(size 2.75 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.25)
(solder_mask_margin 0.0508)
(thermal_bridge_angle 45)
(uuid "974a7e29-b5d3-475c-b481-2bc14f5b3495")
)
(pad "9" smd roundrect
(at 8.165 5.08)
(size 2.75 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.25)
(solder_mask_margin 0.0508)
(thermal_bridge_angle 45)
(uuid "a553cc0b-22bc-49aa-9fb7-680c812e8abd")
)
(pad "10" smd roundrect
(at 8.165 2.54)
(size 2.75 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.25)
(solder_mask_margin 0.0508)
(thermal_bridge_angle 45)
(uuid "b650936d-c436-4d93-abb7-7957add5cfb1")
)
(pad "11" smd roundrect
(at 8.165 0)
(size 2.75 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.25)
(solder_mask_margin 0.0508)
(thermal_bridge_angle 45)
(uuid "177728f1-7b02-41a6-9de4-bdaee546f6d9")
)
(pad "12" smd roundrect
(at 8.165 -2.54)
(size 2.75 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.25)
(solder_mask_margin 0.0508)
(thermal_bridge_angle 45)
(uuid "eb6539ef-4d84-4ae5-bc4e-237dae21b9ef")
)
(pad "13" smd roundrect
(at 8.165 -5.08)
(size 2.75 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.25)
(solder_mask_margin 0.0508)
(thermal_bridge_angle 45)
(uuid "c8744fbe-93c9-4c54-84bc-435357de679f")
)
(pad "14" smd roundrect
(at 8.165 -7.62)
(size 2.75 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.25)
(solder_mask_margin 0.0508)
(thermal_bridge_angle 45)
(uuid "fd579d63-bbef-4609-9252-aad3f944a314")
)
(pad "15" smd roundrect
(at -1.088 8.64 270)
(size 2.5 1.1)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.25)
(thermal_bridge_angle 45)
(uuid "144d3c3d-6207-433c-9e61-4f75722af865")
)
(pad "16" smd roundrect
(at 1.452 8.64 270)
(size 2.5 1.1)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.25)
(thermal_bridge_angle 45)
(uuid "3780a4ef-348c-4241-b04b-2cb4f7127fa2")
)
(pad "17" smd circle
(at -1.088 -8.378)
(size 1.7 1.7)
(layers "F.Cu" "F.Paste" "F.Mask")
(uuid "ad890579-1e55-4b71-9d59-080a59598896")
)
(pad "18" smd circle
(at 1.452 -8.378)
(size 1.7 1.7)
(layers "F.Cu" "F.Paste" "F.Mask")
(uuid "25d6fdae-01ac-4ca4-8702-55badc8bcbc8")
)
(pad "19" smd circle
(at -1.088 -5.838)
(size 1.7 1.7)
(layers "F.Cu" "F.Paste" "F.Mask")
(uuid "e73ae295-736f-4acf-8ee1-0c120ebcebea")
)
(pad "20" smd circle
(at 1.452 -5.838)
(size 1.7 1.7)
(layers "F.Cu" "F.Paste" "F.Mask")
(uuid "7adfba87-f861-42a5-bb73-c3f9fac53180")
)
)

View file

@ -0,0 +1,864 @@
(footprint "XIAO-RP2350-DIP"
(version 20240108)
(generator "pcbnew")
(generator_version "8.0")
(layer "F.Cu")
(property "Reference" "REF**"
(at -8 -12 0)
(unlocked yes)
(layer "F.SilkS")
(uuid "7bab359d-5e5b-4dff-9db4-e7c8562ce635")
(effects
(font
(size 0.635 0.635)
(thickness 0.1016)
)
)
)
(property "Value" "XIAO-RP2350-DIP"
(at 0 0 0)
(unlocked yes)
(layer "F.Fab")
(uuid "79cabf23-4ebc-4d37-9172-bb2cf4ea975f")
(effects
(font
(size 0.635 0.635)
(thickness 0.1016)
)
)
)
(property "Footprint" ""
(at -0.000994 0.0635 90)
(unlocked yes)
(layer "F.Fab")
(hide yes)
(uuid "61485e68-15ec-485a-a405-f1895b0cea97")
(effects
(font
(size 1.27 1.27)
(thickness 0.15)
)
)
)
(property "Datasheet" ""
(at -0.000994 0.0635 90)
(unlocked yes)
(layer "F.Fab")
(hide yes)
(uuid "b849001c-43dd-4569-b6c5-f5cb42be9253")
(effects
(font
(size 1.27 1.27)
(thickness 0.15)
)
)
)
(property "Description" ""
(at -0.000994 0.0635 90)
(unlocked yes)
(layer "F.Fab")
(hide yes)
(uuid "f8a84d17-18c2-4410-b7e6-114e0b8af414")
(effects
(font
(size 1.27 1.27)
(thickness 0.15)
)
)
)
(attr smd)
(fp_line
(start -1.016994 7.4295)
(end -1.016994 8.1915)
(stroke
(width 0.12)
(type default)
)
(layer "B.SilkS")
(uuid "b29df109-c094-48db-b461-bbc6a8da41ed")
)
(fp_line
(start -0.635994 7.8105)
(end -1.397994 7.8105)
(stroke
(width 0.12)
(type default)
)
(layer "B.SilkS")
(uuid "133f2191-8fd3-454f-9027-328936461eeb")
)
(fp_line
(start 1.015006 7.4295)
(end 1.015006 8.1915)
(stroke
(width 0.12)
(type default)
)
(layer "B.SilkS")
(uuid "bcc1e5d5-47a2-4b1c-8cbd-2352c0e741d0")
)
(fp_line
(start -8.890994 8.5725)
(end -8.890994 -8.5725)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "f58afa0e-63f9-4096-9d17-7cf8e5de7759")
)
(fp_line
(start -6.985994 10.4775)
(end 6.984006 10.4775)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "e213e2f5-659f-4cdb-b390-b284746621aa")
)
(fp_line
(start -4.475994 -10.4865)
(end -4.475278 -12.027784)
(stroke
(width 0.127)
(type solid)
)
(layer "F.SilkS")
(uuid "714900ec-8449-4290-b386-b61e54ba2412")
)
(fp_line
(start -3.975278 -12.527512)
(end 4.019994 -12.527512)
(stroke
(width 0.127)
(type solid)
)
(layer "F.SilkS")
(uuid "64fa2f52-eb90-4445-af20-d4ab87d22ac7")
)
(fp_line
(start 4.519994 -12.027512)
(end 4.521006 -10.4835)
(stroke
(width 0.127)
(type solid)
)
(layer "F.SilkS")
(uuid "3c20f60e-0be7-4c71-b8f1-194d79d27c03")
)
(fp_line
(start 6.984006 -10.4775)
(end -6.985994 -10.4775)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "6f680559-bbef-46de-9ef5-efda7c2411e9")
)
(fp_line
(start 7.007006 -10.4745)
(end -6.962994 -10.4745)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "5c844a8e-93d9-435c-b339-efd8bd297773")
)
(fp_line
(start 8.889006 8.5725)
(end 8.889006 -8.5725)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "9c6409b2-5f1b-4299-85bf-d07c96f13a2a")
)
(fp_arc
(start -8.890994 -8.5725)
(mid -8.333032 -9.919538)
(end -6.985994 -10.4775)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "c6870bc4-897a-485a-b951-3feda1bdd32e")
)
(fp_arc
(start -6.985994 10.4775)
(mid -8.333032 9.919538)
(end -8.890994 8.5725)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "88e5d6ea-6b70-4830-9817-980fd2b32f79")
)
(fp_arc
(start -4.475278 -12.027784)
(mid -4.328701 -12.381119)
(end -3.975278 -12.527512)
(stroke
(width 0.127)
(type default)
)
(layer "F.SilkS")
(uuid "8aa30a7b-6adf-46cf-86d3-b1296dd4b0dc")
)
(fp_arc
(start 4.019994 -12.527512)
(mid 4.373559 -12.38107)
(end 4.519994 -12.027512)
(stroke
(width 0.127)
(type default)
)
(layer "F.SilkS")
(uuid "c06e71ab-9617-4d21-b59b-aaf6d080f1d1")
)
(fp_arc
(start 6.984006 -10.4775)
(mid 8.331044 -9.919538)
(end 8.889006 -8.5725)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "e1d8f660-1495-43db-8a6b-7fdc7dc42e35")
)
(fp_arc
(start 8.889006 8.5725)
(mid 8.331044 9.919538)
(end 6.984006 10.4775)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "f108f05c-d5f6-4de1-bc6f-4c31ef53e967")
)
(fp_circle
(center -8.900994 -10.2905)
(end -8.900994 -10.5445)
(stroke
(width 0.5)
(type solid)
)
(fill solid)
(layer "F.SilkS")
(uuid "ef74b1b9-fa8e-4b1b-b674-3366212b4553")
)
(fp_circle
(center -7.757994 -9.4105)
(end -7.757994 -9.6645)
(stroke
(width 0.5)
(type solid)
)
(fill solid)
(layer "F.SilkS")
(uuid "16ad8564-fb1b-42d9-9a7a-278353f636a0")
)
(fp_line
(start -5.16 -9.6865)
(end -5.16 5.638311)
(stroke
(width 0.12)
(type default)
)
(layer "Edge.Cuts")
(uuid "fa268e9a-c255-41ad-b1bd-cabf4ffca367")
)
(fp_line
(start -5.16 5.638311)
(end 4.999006 5.638311)
(stroke
(width 0.12)
(type default)
)
(layer "Edge.Cuts")
(uuid "51ea524d-1d11-4939-8aee-482273202da3")
)
(fp_line
(start 4.999006 -9.6865)
(end -5.16 -9.6865)
(stroke
(width 0.12)
(type default)
)
(layer "Edge.Cuts")
(uuid "70b7c630-69b4-4be5-9bf1-0df742995b3b")
)
(fp_line
(start 5 5.638311)
(end 5 -9.6865)
(stroke
(width 0.12)
(type default)
)
(layer "Edge.Cuts")
(uuid "85360df8-51c3-4899-a626-8333f8900521")
)
(fp_rect
(start -8.880994 -10.4765)
(end 8.869006 10.4835)
(stroke
(width 0.05)
(type default)
)
(fill none)
(layer "F.CrtYd")
(uuid "5a309bc8-930a-499c-b1c9-10c3d18d80e7")
)
(fp_rect
(start -8.880994 -10.4765)
(end 8.889006 10.4835)
(stroke
(width 0.1)
(type default)
)
(fill none)
(layer "F.Fab")
(uuid "e6781860-3216-40ec-a30d-7aad9a5f81f2")
)
(fp_circle
(center -7.754994 -9.4165)
(end -7.754994 -9.6705)
(stroke
(width 0.5)
(type solid)
)
(fill solid)
(layer "F.Fab")
(uuid "97853bdc-368f-4ad1-a7b9-078a353bf5cf")
)
(pad "1" smd roundrect
(at -8.405994 -7.5565 180)
(size 2.332 1.524)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "82bbfb55-8baa-4218-ac89-ab07d82ef7f8")
)
(pad "1" thru_hole circle
(at -7.620994 -7.5565 180)
(size 1.524 1.524)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "f2fffd4f-460c-4b4d-b954-811e935ed1d6")
)
(pad "2" smd roundrect
(at -8.405994 -5.0165 180)
(size 2.332 1.524)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "18ef9914-2d15-494c-9020-2334abcc1460")
)
(pad "2" thru_hole circle
(at -7.620994 -5.0165 180)
(size 1.524 1.524)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "4732cc3f-e641-4870-a9b3-ae13729c7bba")
)
(pad "3" smd roundrect
(at -8.405994 -2.4765 180)
(size 2.332 1.524)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "15338a55-8514-4218-a2c1-2cae003104c3")
)
(pad "3" thru_hole circle
(at -7.620994 -2.4765 180)
(size 1.524 1.524)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "0cef5e55-d8ff-4394-9cc1-cc318608b0d9")
)
(pad "4" smd roundrect
(at -8.405994 0.0635 180)
(size 2.332 1.524)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "191a259d-5773-4a80-91de-baa69611fab8")
)
(pad "4" thru_hole circle
(at -7.620994 0.0635 180)
(size 1.524 1.524)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "200b8da4-9395-48a5-b7ac-92a6a147c215")
)
(pad "5" smd roundrect
(at -8.405994 2.6035 180)
(size 2.332 1.524)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "52012467-1c46-4a8e-aa82-6f6ce69bd2ca")
)
(pad "5" thru_hole circle
(at -7.620994 2.6035 180)
(size 1.524 1.524)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "2b50ccce-3634-47d1-bf7d-a3db4f3f9a9f")
)
(pad "6" smd roundrect
(at -8.405994 5.1435 180)
(size 2.332 1.524)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "04aeaf95-142a-40f6-97a3-04453fc50824")
)
(pad "6" thru_hole circle
(at -7.620994 5.1435 180)
(size 1.524 1.524)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "7636de9d-d8e5-49c9-9fff-0cd76515690d")
)
(pad "7" smd roundrect
(at -8.405994 7.6835 180)
(size 2.332 1.524)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "e997fd0b-233a-4656-afad-cb2f8b9d87c9")
)
(pad "7" thru_hole circle
(at -7.620994 7.6835 180)
(size 1.524 1.524)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "9d2c0d0c-05dd-477e-8384-b14eec83fc2e")
)
(pad "8" thru_hole circle
(at 7.619006 7.6835)
(size 1.524 1.524)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "1e50c66f-49b8-4b03-9889-8cc6ca45ad8e")
)
(pad "8" smd roundrect
(at 8.404006 7.6835)
(size 2.332 1.524)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "e7b72803-b5f0-433c-8313-83247355fb43")
)
(pad "9" thru_hole circle
(at 7.619006 5.1435)
(size 1.524 1.524)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "808bf9dc-1c26-4a77-93c9-e4c6d5eccbb2")
)
(pad "9" smd roundrect
(at 8.404006 5.1435)
(size 2.332 1.524)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "532de3b6-bd30-47c5-b70e-0bca6abbd997")
)
(pad "10" thru_hole circle
(at 7.619006 2.6035)
(size 1.524 1.524)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "a792a2ac-537b-4136-8f92-b81f7ce8f753")
)
(pad "10" smd roundrect
(at 8.404006 2.6035)
(size 2.332 1.524)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "6e3f5c75-6143-468e-bb07-d89020c03f59")
)
(pad "11" thru_hole circle
(at 7.619006 0.0635)
(size 1.524 1.524)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "fb78046a-9b91-4893-b010-827957cc07be")
)
(pad "11" smd roundrect
(at 8.404006 0.0635)
(size 2.332 1.524)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "5249f425-bece-432d-8076-28e1b8b386e3")
)
(pad "12" thru_hole circle
(at 7.619006 -2.4765)
(size 1.524 1.524)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "0b8ccc97-5100-4dcf-8500-e99789ee0b4c")
)
(pad "12" smd roundrect
(at 8.404006 -2.4765)
(size 2.332 1.524)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "82f1bbd1-708b-4d2d-9113-7ba3c2313670")
)
(pad "13" thru_hole circle
(at 7.619006 -5.0165)
(size 1.524 1.524)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "03882061-01af-484b-b620-9e92a3daaf68")
)
(pad "13" smd roundrect
(at 8.404006 -5.0165)
(size 2.332 1.524)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "954f51d1-3d75-42fb-a02a-7389b30718d9")
)
(pad "14" thru_hole circle
(at 7.619006 -7.5565)
(size 1.524 1.524)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "c6d1af47-da13-4409-9ab1-55d358cc57eb")
)
(pad "14" smd roundrect
(at 8.404006 -7.5565)
(size 2.332 1.524)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "6b725fd4-d6f0-46bf-b3e0-7ec07cc05622")
)
(pad "15" thru_hole circle
(at 5 -3.7465 180)
(size 1.6 1.6)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "aa4d796a-f775-49e4-abb9-9c91a79fbd01")
)
(pad "15" smd roundrect
(at 5.699006 -3.7465)
(size 1.4 1.6)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "477db9c3-f01c-4655-940e-80dd67d56635")
)
(pad "15" smd roundrect
(at 5.699006 -3.7465 180)
(size 1.4 1.6)
(layers "B.Cu" "B.Paste" "B.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "137fbb7c-90a3-4348-81f1-00a02abc4f19")
)
(pad "16" thru_hole circle
(at 5 -1.2065 180)
(size 1.6 1.6)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "856d6cd8-edc3-472d-8551-4bb3d5e74dc8")
)
(pad "16" smd roundrect
(at 5.699006 -1.2065)
(size 1.4 1.6)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "e355bdd2-309c-4764-83c5-3f7177811ebd")
)
(pad "16" smd roundrect
(at 5.699006 -1.2065 180)
(size 1.4 1.6)
(layers "B.Cu" "B.Paste" "B.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "c7cf8180-f6d8-4dba-873a-d111efecf53a")
)
(pad "17" thru_hole circle
(at 5 1.3335 180)
(size 1.6 1.6)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "f1437916-f2bf-43c8-9f89-130effe69772")
)
(pad "17" smd roundrect
(at 5.699006 1.3335)
(size 1.4 1.6)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "305e2f8a-2b08-4841-9c4b-3a321b874909")
)
(pad "17" smd roundrect
(at 5.699006 1.3335 180)
(size 1.4 1.6)
(layers "B.Cu" "B.Paste" "B.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "66ff1b48-7851-4d02-b87e-f509e38a94ce")
)
(pad "18" thru_hole circle
(at 5 3.8735 180)
(size 1.6 1.6)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "5102b660-6b56-442f-8d6b-3952d83d83a1")
)
(pad "18" smd roundrect
(at 5.699006 3.8735)
(size 1.4 1.6)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "9bf69049-fb77-4141-a633-054675f9dc35")
)
(pad "18" smd roundrect
(at 5.699006 3.8735 180)
(size 1.4 1.6)
(layers "B.Cu" "B.Paste" "B.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "540f08df-4e04-4439-9640-19eb79823843")
)
(pad "19" smd roundrect
(at -5.86 3.8735)
(size 1.4 1.6)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "0b343cfa-b40f-4a79-8084-b2cc93d9afca")
)
(pad "19" smd roundrect
(at -5.86 3.8735 180)
(size 1.4 1.6)
(layers "B.Cu" "B.Paste" "B.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "b80c995b-bfa3-4a42-bfb0-9705f2cc0e26")
)
(pad "19" thru_hole circle
(at -5.16 3.8735 180)
(size 1.6 1.6)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "3dc48f5a-d42f-4ddf-b63c-e7e16df5a90c")
)
(pad "20" smd roundrect
(at -5.86 1.3335)
(size 1.4 1.6)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "7ab7794a-1222-4c82-892a-c8edf6f29542")
)
(pad "20" smd roundrect
(at -5.86 1.3335 180)
(size 1.4 1.6)
(layers "B.Cu" "B.Paste" "B.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "a650ea1f-5bad-477a-a87e-4c7ab29a66ab")
)
(pad "20" thru_hole circle
(at -5.16 1.3335 180)
(size 1.6 1.6)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "d19c53ea-83c8-421e-8d82-1db11a750ff4")
)
(pad "21" smd roundrect
(at -5.86 -1.2065)
(size 1.4 1.6)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "d200036c-650d-4432-a8bc-b57bdf7390a0")
)
(pad "21" smd roundrect
(at -5.86 -1.2065 180)
(size 1.4 1.6)
(layers "B.Cu" "B.Paste" "B.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "34e1ad1b-aa50-4234-8beb-ec259eebea4c")
)
(pad "21" thru_hole circle
(at -5.16 -1.2065 180)
(size 1.6 1.6)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "ba890412-b364-403e-a8b5-5e91286a88f6")
)
(pad "22" smd roundrect
(at -5.86 -3.7465)
(size 1.4 1.6)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "2e762e64-e731-4a76-9479-89b6cccd2292")
)
(pad "22" smd roundrect
(at -5.86 -3.7465 180)
(size 1.4 1.6)
(layers "B.Cu" "B.Paste" "B.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "4d499ba3-cd57-492b-94e1-29bf32800f77")
)
(pad "22" thru_hole circle
(at -5.16 -3.7465 180)
(size 1.6 1.6)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "a66eca27-a9c3-4f67-b6d1-377b72a10254")
)
(pad "23" thru_hole circle
(at -1.000994 5.638311 180)
(size 1.1 1.1)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "5513a309-7674-42ed-9465-44ef703692cc")
)
(pad "23" smd roundrect
(at -1.000994 6.3935 270)
(size 1.6 1.1)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "d5dae1bb-8f5d-405e-b855-73e61cb92a7f")
)
(pad "23" smd roundrect
(at -1.000994 6.3935 270)
(size 1.6 1.1)
(layers "B.Cu" "B.Paste" "B.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "0c43e937-8ea2-4f84-8cc6-e1b8396b5f5e")
)
(pad "24" thru_hole circle
(at 0.999006 5.638311 180)
(size 1.1 1.1)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "955d3885-1342-4368-9af9-b9f9dc298291")
)
(pad "24" smd roundrect
(at 0.999006 6.3935 270)
(size 1.6 1.1)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "143f7ed4-69ce-49c4-9fa5-8b9e600e7bf6")
)
(pad "24" smd roundrect
(at 0.999006 6.3935 270)
(size 1.6 1.1)
(layers "B.Cu" "B.Paste" "B.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "63ac671c-b255-4049-b4d5-cb1175a148f9")
)
(model "${AMZPATH}/3dmodels/AMz3D.3dshapes/XIAO-nRF52840 v15.step"
(hide yes)
(offset
(xyz -1.778 -6.096 0.381)
)
(scale
(xyz 1 1 1)
)
(rotate
(xyz -90 0 0)
)
)
(model "${AMZPATH}/3dmodels/AMz3D.3dshapes/Seeeduino XIAO SAMD21 v4.step"
(offset
(xyz 0 0 0)
)
(scale
(xyz 1 1 1)
)
(rotate
(xyz 0 0 0)
)
)
(model "${AMZPATH}/3dmodels/AMz3D.3dshapes/Seeed Studio XIAO RP2040 v26.step"
(hide yes)
(offset
(xyz 0 0 0)
)
(scale
(xyz 1 1 1)
)
(rotate
(xyz 0 0 90)
)
)
(model "${AMZPATH}/3dmodels/AMz3D.3dshapes/Seeed Studio XIAO-ESP32-C3.step"
(hide yes)
(offset
(xyz -1.7018 -6.096 0)
)
(scale
(xyz 1 1 1)
)
(rotate
(xyz -90 0 0)
)
)
(model "${AMZPATH}/3dmodels/AMz3D.3dshapes/XIAO-ESP32S3 v2.step"
(hide yes)
(offset
(xyz -1.778 -6.1722 0)
)
(scale
(xyz 1 1 1)
)
(rotate
(xyz -90 0 0)
)
)
)

View file

@ -0,0 +1,532 @@
(footprint "XIAO-RP2350-SMD"
(version 20240108)
(generator "pcbnew")
(generator_version "8.0")
(layer "F.Cu")
(property "Reference" "REF**"
(at -8 -12 0)
(unlocked yes)
(layer "F.SilkS")
(uuid "7bab359d-5e5b-4dff-9db4-e7c8562ce635")
(effects
(font
(size 0.635 0.635)
(thickness 0.1016)
)
)
)
(property "Value" "XIAO-RP2350-SMD"
(at 0.0825 0 0)
(unlocked yes)
(layer "F.Fab")
(uuid "79cabf23-4ebc-4d37-9172-bb2cf4ea975f")
(effects
(font
(size 0.635 0.635)
(thickness 0.1016)
)
)
)
(property "Footprint" ""
(at 0.0825 0 90)
(unlocked yes)
(layer "F.Fab")
(hide yes)
(uuid "61485e68-15ec-485a-a405-f1895b0cea97")
(effects
(font
(size 1.27 1.27)
(thickness 0.15)
)
)
)
(property "Datasheet" ""
(at 0.0825 0 90)
(unlocked yes)
(layer "F.Fab")
(hide yes)
(uuid "b849001c-43dd-4569-b6c5-f5cb42be9253")
(effects
(font
(size 1.27 1.27)
(thickness 0.15)
)
)
)
(property "Description" ""
(at 0.0825 0 90)
(unlocked yes)
(layer "F.Fab")
(hide yes)
(uuid "f8a84d17-18c2-4410-b7e6-114e0b8af414")
(effects
(font
(size 1.27 1.27)
(thickness 0.15)
)
)
)
(attr smd)
(fp_line
(start -8.8075 8.509)
(end -8.8075 -8.636)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "f58afa0e-63f9-4096-9d17-7cf8e5de7759")
)
(fp_line
(start -6.9025 10.414)
(end 7.0675 10.414)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "e213e2f5-659f-4cdb-b390-b284746621aa")
)
(fp_line
(start -4.4155 -10.553)
(end -4.414784 -12.094284)
(stroke
(width 0.127)
(type solid)
)
(layer "F.SilkS")
(uuid "6c08e76b-b998-43b7-acb9-65ef7dfa6a9a")
)
(fp_line
(start -3.914784 -12.594012)
(end 4.080488 -12.594012)
(stroke
(width 0.127)
(type solid)
)
(layer "F.SilkS")
(uuid "f55a3dab-e29a-42fa-a2d5-d9813e24ae39")
)
(fp_line
(start 4.580488 -12.094012)
(end 4.5815 -10.55)
(stroke
(width 0.127)
(type solid)
)
(layer "F.SilkS")
(uuid "5a0b8eb1-a81d-45d2-a1d8-dbec80f92148")
)
(fp_line
(start 7.0675 -10.541)
(end -6.9025 -10.541)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "6f680559-bbef-46de-9ef5-efda7c2411e9")
)
(fp_line
(start 8.9725 8.509)
(end 8.9725 -8.636)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "9c6409b2-5f1b-4299-85bf-d07c96f13a2a")
)
(fp_arc
(start -8.8075 -8.64)
(mid -8.249538 -9.987038)
(end -6.9025 -10.545)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "1a53a4cb-d621-4732-875a-035add975d4c")
)
(fp_arc
(start -6.9025 10.414)
(mid -8.249538 9.856038)
(end -8.8075 8.509)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "88e5d6ea-6b70-4830-9817-980fd2b32f79")
)
(fp_arc
(start -4.414784 -12.094284)
(mid -4.268207 -12.447619)
(end -3.914784 -12.594012)
(stroke
(width 0.127)
(type default)
)
(layer "F.SilkS")
(uuid "dea8f294-5aae-44f7-bf00-559b865b48ed")
)
(fp_arc
(start 4.080488 -12.594012)
(mid 4.434053 -12.44757)
(end 4.580488 -12.094012)
(stroke
(width 0.127)
(type default)
)
(layer "F.SilkS")
(uuid "9be1dc6e-a32d-405c-9c9a-7324b27e9d75")
)
(fp_arc
(start 7.0675 -10.541)
(mid 8.414538 -9.983038)
(end 8.9725 -8.636)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "e1d8f660-1495-43db-8a6b-7fdc7dc42e35")
)
(fp_arc
(start 8.9725 8.509)
(mid 8.414538 9.856038)
(end 7.0675 10.414)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "f108f05c-d5f6-4de1-bc6f-4c31ef53e967")
)
(fp_circle
(center -9.033512 -10.137012)
(end -9.033512 -10.391012)
(stroke
(width 0.5)
(type solid)
)
(fill solid)
(layer "F.SilkS")
(uuid "5ef3e0e6-2de6-4bf2-9372-85d2e88edb72")
)
(fp_circle
(center -7.816512 -9.414012)
(end -7.816512 -9.668012)
(stroke
(width 0.5)
(type solid)
)
(fill solid)
(layer "F.SilkS")
(uuid "24eeadfc-ed98-486a-a9b3-27ee909dbf9a")
)
(fp_rect
(start -8.8275 -10.54)
(end 8.9525 10.41)
(stroke
(width 0.05)
(type default)
)
(fill none)
(layer "F.CrtYd")
(uuid "2fbe40fc-3c01-44d4-92ac-68ffc519d8fc")
)
(fp_rect
(start -8.8175 -10.54)
(end 8.9725 10.41)
(stroke
(width 0.1)
(type default)
)
(fill none)
(layer "F.Fab")
(uuid "89b3321d-d208-47a4-816b-3f2249a13c5b")
)
(fp_circle
(center -7.8785 -9.357)
(end -7.8785 -9.611)
(stroke
(width 0.5)
(type solid)
)
(fill solid)
(layer "F.Fab")
(uuid "88a1b2bf-2a4a-4730-ba27-bb2c71e0961e")
)
(pad "1" smd roundrect
(at -8 -7.62 180)
(size 2.75 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "82bbfb55-8baa-4218-ac89-ab07d82ef7f8")
)
(pad "2" smd roundrect
(at -8 -5.08 180)
(size 2.75 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "18ef9914-2d15-494c-9020-2334abcc1460")
)
(pad "3" smd roundrect
(at -8 -2.54 180)
(size 2.75 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "15338a55-8514-4218-a2c1-2cae003104c3")
)
(pad "4" smd roundrect
(at -8 0 180)
(size 2.75 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "191a259d-5773-4a80-91de-baa69611fab8")
)
(pad "5" smd roundrect
(at -8 2.54 180)
(size 2.75 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "52012467-1c46-4a8e-aa82-6f6ce69bd2ca")
)
(pad "6" smd roundrect
(at -8 5.08 180)
(size 2.75 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "04aeaf95-142a-40f6-97a3-04453fc50824")
)
(pad "7" smd roundrect
(at -8 7.62 180)
(size 2.75 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "e997fd0b-233a-4656-afad-cb2f8b9d87c9")
)
(pad "8" smd roundrect
(at 8.165 7.62)
(size 2.75 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "e7b72803-b5f0-433c-8313-83247355fb43")
)
(pad "9" smd roundrect
(at 8.165 5.08)
(size 2.75 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "532de3b6-bd30-47c5-b70e-0bca6abbd997")
)
(pad "10" smd roundrect
(at 8.165 2.54)
(size 2.75 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "6e3f5c75-6143-468e-bb07-d89020c03f59")
)
(pad "11" smd roundrect
(at 8.165 0)
(size 2.75 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "5249f425-bece-432d-8076-28e1b8b386e3")
)
(pad "12" smd roundrect
(at 8.165 -2.54)
(size 2.75 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "82f1bbd1-708b-4d2d-9113-7ba3c2313670")
)
(pad "13" smd roundrect
(at 8.165 -5.08)
(size 2.75 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "954f51d1-3d75-42fb-a02a-7389b30718d9")
)
(pad "14" smd roundrect
(at 8.165 -7.62)
(size 2.75 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "6b725fd4-d6f0-46bf-b3e0-7ec07cc05622")
)
(pad "15" smd circle
(at 5.083494 -3.81 180)
(size 1.7 1.7)
(layers "F.Cu" "F.Paste" "F.Mask")
(uuid "aa4d796a-f775-49e4-abb9-9c91a79fbd01")
)
(pad "16" smd circle
(at 5.083494 -1.27 180)
(size 1.7 1.7)
(layers "F.Cu" "F.Paste" "F.Mask")
(uuid "856d6cd8-edc3-472d-8551-4bb3d5e74dc8")
)
(pad "17" smd circle
(at 5.083494 1.27 180)
(size 1.7 1.7)
(layers "F.Cu" "F.Paste" "F.Mask")
(uuid "f1437916-f2bf-43c8-9f89-130effe69772")
)
(pad "18" smd circle
(at 5.083494 3.81 180)
(size 1.7 1.7)
(layers "F.Cu" "F.Paste" "F.Mask")
(uuid "5102b660-6b56-442f-8d6b-3952d83d83a1")
)
(pad "19" smd circle
(at -5.076506 3.81 180)
(size 1.7 1.7)
(layers "F.Cu" "F.Paste" "F.Mask")
(uuid "3dc48f5a-d42f-4ddf-b63c-e7e16df5a90c")
)
(pad "20" smd circle
(at -5.076506 1.27 180)
(size 1.7 1.7)
(layers "F.Cu" "F.Paste" "F.Mask")
(uuid "d19c53ea-83c8-421e-8d82-1db11a750ff4")
)
(pad "21" smd circle
(at -5.076506 -1.27 180)
(size 1.7 1.7)
(layers "F.Cu" "F.Paste" "F.Mask")
(uuid "ba890412-b364-403e-a8b5-5e91286a88f6")
)
(pad "22" smd circle
(at -5.076506 -3.81 180)
(size 1.7 1.7)
(layers "F.Cu" "F.Paste" "F.Mask")
(uuid "a66eca27-a9c3-4f67-b6d1-377b72a10254")
)
(pad "23" smd circle
(at -1.1875 -8.65 180)
(size 1.7 1.7)
(layers "F.Cu" "F.Paste" "F.Mask")
(uuid "f3aa4bbd-bd0a-4c42-b55f-10525e8688f7")
)
(pad "24" smd circle
(at -1.1875 -6.11 180)
(size 1.7 1.7)
(layers "F.Cu" "F.Paste" "F.Mask")
(uuid "ec04550d-b1e5-47bb-80ec-2441767151ff")
)
(pad "25" smd circle
(at -1.1875 -3.57 180)
(size 1.7 1.7)
(layers "F.Cu" "F.Paste" "F.Mask")
(uuid "2f52e95f-6c4e-46b7-9169-0f9b1088f1f6")
)
(pad "26" smd circle
(at 1.3525 -3.57 180)
(size 1.7 1.7)
(layers "F.Cu" "F.Paste" "F.Mask")
(uuid "9d5b9328-2205-486b-a51b-a0126210aa1a")
)
(pad "27" smd circle
(at 1.3525 -6.11 180)
(size 1.7 1.7)
(layers "F.Cu" "F.Paste" "F.Mask")
(uuid "08f50975-f876-437f-a20e-74e79c764fc3")
)
(pad "28" smd circle
(at 1.3525 -8.65 180)
(size 1.7 1.7)
(layers "F.Cu" "F.Paste" "F.Mask")
(uuid "4195e327-e65f-4dd8-a595-9a30ce69cfb6")
)
(pad "29" smd roundrect
(at -0.9175 4.974811 270)
(size 2.5 1.1)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "d5dae1bb-8f5d-405e-b855-73e61cb92a7f")
)
(pad "30" smd roundrect
(at 1.0825 4.974811 270)
(size 2.5 1.1)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "143f7ed4-69ce-49c4-9fa5-8b9e600e7bf6")
)
(model "${AMZPATH}/3dmodels/AMz3D.3dshapes/XIAO-nRF52840 v15.step"
(hide yes)
(offset
(xyz -1.778 -6.096 0.381)
)
(scale
(xyz 1 1 1)
)
(rotate
(xyz -90 0 0)
)
)
(model "${AMZPATH}/3dmodels/AMz3D.3dshapes/Seeeduino XIAO SAMD21 v4.step"
(offset
(xyz 0 0 0)
)
(scale
(xyz 1 1 1)
)
(rotate
(xyz 0 0 0)
)
)
(model "${AMZPATH}/3dmodels/AMz3D.3dshapes/Seeed Studio XIAO RP2040 v26.step"
(hide yes)
(offset
(xyz 0 0 0)
)
(scale
(xyz 1 1 1)
)
(rotate
(xyz 0 0 90)
)
)
(model "${AMZPATH}/3dmodels/AMz3D.3dshapes/Seeed Studio XIAO-ESP32-C3.step"
(hide yes)
(offset
(xyz -1.7018 -6.096 0)
)
(scale
(xyz 1 1 1)
)
(rotate
(xyz -90 0 0)
)
)
(model "${AMZPATH}/3dmodels/AMz3D.3dshapes/XIAO-ESP32S3 v2.step"
(hide yes)
(offset
(xyz -1.778 -6.1722 0)
)
(scale
(xyz 1 1 1)
)
(rotate
(xyz -90 0 0)
)
)
)

View file

@ -0,0 +1,554 @@
(footprint "XIAO-SAMD21-DIP"
(version 20240108)
(generator "pcbnew")
(generator_version "8.0")
(layer "F.Cu")
(property "Reference" "REF**"
(at -8 -12 0)
(unlocked yes)
(layer "F.SilkS")
(uuid "7bab359d-5e5b-4dff-9db4-e7c8562ce635")
(effects
(font
(size 0.635 0.635)
(thickness 0.1016)
)
)
)
(property "Value" "XIAO-SAMD21-DIP"
(at 0 0.0625 0)
(unlocked yes)
(layer "F.Fab")
(uuid "79cabf23-4ebc-4d37-9172-bb2cf4ea975f")
(effects
(font
(size 0.635 0.635)
(thickness 0.1016)
)
)
)
(property "Footprint" ""
(at -0.1 0.0625 90)
(unlocked yes)
(layer "F.Fab")
(hide yes)
(uuid "8f4fc10c-2540-4ba7-9be3-30f132330a85")
(effects
(font
(size 1.27 1.27)
(thickness 0.15)
)
)
)
(property "Datasheet" ""
(at -0.1 0.0625 90)
(unlocked yes)
(layer "F.Fab")
(hide yes)
(uuid "663dc686-104e-47e1-9669-e1228477fa6f")
(effects
(font
(size 1.27 1.27)
(thickness 0.15)
)
)
)
(property "Description" ""
(at -0.1 0.0625 90)
(unlocked yes)
(layer "F.Fab")
(hide yes)
(uuid "a25b2a4a-94ce-41bd-8341-b98204aa9142")
(effects
(font
(size 1.27 1.27)
(thickness 0.15)
)
)
)
(attr smd)
(fp_line
(start -8.99 8.5715)
(end -8.99 -8.5735)
(stroke
(width 0.127)
(type solid)
)
(layer "F.SilkS")
(uuid "f58afa0e-63f9-4096-9d17-7cf8e5de7759")
)
(fp_line
(start -7.085 10.4765)
(end 6.885 10.4765)
(stroke
(width 0.127)
(type solid)
)
(layer "F.SilkS")
(uuid "e213e2f5-659f-4cdb-b390-b284746621aa")
)
(fp_line
(start -4.595 -10.4785)
(end -4.591272 -11.488772)
(stroke
(width 0.127)
(type solid)
)
(layer "F.SilkS")
(uuid "c2fa5317-e01e-4208-a838-e6241db88e1e")
)
(fp_line
(start -4.091272 -11.9885)
(end 3.904 -11.9885)
(stroke
(width 0.127)
(type solid)
)
(layer "F.SilkS")
(uuid "44f002c8-6698-4bc4-86a4-f2c593139d9f")
)
(fp_line
(start 4.404 -11.4885)
(end 4.404 -10.4785)
(stroke
(width 0.127)
(type solid)
)
(layer "F.SilkS")
(uuid "bcca369a-6fa2-4cec-b592-399256a2e603")
)
(fp_line
(start 6.885 -10.4785)
(end -7.085 -10.4785)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "f2c69aeb-0026-4e60-b981-52b6040e5ff6")
)
(fp_line
(start 6.885 -10.4785)
(end -7.085 -10.4785)
(stroke
(width 0.127)
(type solid)
)
(layer "F.SilkS")
(uuid "6f680559-bbef-46de-9ef5-efda7c2411e9")
)
(fp_line
(start 8.79 8.5715)
(end 8.79 -8.5735)
(stroke
(width 0.127)
(type solid)
)
(layer "F.SilkS")
(uuid "9c6409b2-5f1b-4299-85bf-d07c96f13a2a")
)
(fp_arc
(start -8.99 -8.5735)
(mid -8.432038 -9.920538)
(end -7.085 -10.4785)
(stroke
(width 0.127)
(type solid)
)
(layer "F.SilkS")
(uuid "c6870bc4-897a-485a-b951-3feda1bdd32e")
)
(fp_arc
(start -7.085 10.4765)
(mid -8.432038 9.918538)
(end -8.99 8.5715)
(stroke
(width 0.127)
(type solid)
)
(layer "F.SilkS")
(uuid "88e5d6ea-6b70-4830-9817-980fd2b32f79")
)
(fp_arc
(start -4.591272 -11.488772)
(mid -4.444728 -11.84214)
(end -4.091272 -11.9885)
(stroke
(width 0.127)
(type default)
)
(layer "F.SilkS")
(uuid "3b4edd04-195a-480c-bc15-e5afb07ffcba")
)
(fp_arc
(start 3.904 -11.9885)
(mid 4.257553 -11.842053)
(end 4.404 -11.4885)
(stroke
(width 0.127)
(type default)
)
(layer "F.SilkS")
(uuid "e6dfd18b-0008-4eaa-b2ab-b667dd3b06d0")
)
(fp_arc
(start 6.885 -10.4785)
(mid 8.232038 -9.920538)
(end 8.79 -8.5735)
(stroke
(width 0.127)
(type solid)
)
(layer "F.SilkS")
(uuid "e1d8f660-1495-43db-8a6b-7fdc7dc42e35")
)
(fp_arc
(start 8.79 8.5715)
(mid 8.232038 9.918538)
(end 6.885 10.4765)
(stroke
(width 0.127)
(type solid)
)
(layer "F.SilkS")
(uuid "f108f05c-d5f6-4de1-bc6f-4c31ef53e967")
)
(fp_circle
(center -8.954 -10.3375)
(end -8.954 -10.5915)
(stroke
(width 0.5)
(type solid)
)
(fill solid)
(layer "F.SilkS")
(uuid "a05b3d7b-b2af-4ae9-961c-ec2378ee8963")
)
(fp_circle
(center -7.811 -9.4575)
(end -7.811 -9.7115)
(stroke
(width 0.5)
(type solid)
)
(fill solid)
(layer "F.SilkS")
(uuid "85bfa363-803b-45fd-ad42-7d470804c450")
)
(fp_rect
(start -9 -10.4875)
(end 8.8 10.4875)
(stroke
(width 0.05)
(type default)
)
(fill none)
(layer "F.CrtYd")
(uuid "b53697bc-d105-40e2-af66-708b16a7f26c")
)
(fp_rect
(start -9 -10.4875)
(end 8.8 10.4875)
(stroke
(width 0.1)
(type default)
)
(fill none)
(layer "F.Fab")
(uuid "a45a327e-f036-4877-8d89-39f4f4b0c715")
)
(fp_circle
(center -7.808 -9.4635)
(end -7.808 -9.7175)
(stroke
(width 0.5)
(type solid)
)
(fill solid)
(layer "F.Fab")
(uuid "89bfd78f-2ffc-4629-8091-a34752a3b145")
)
(pad "1" smd roundrect
(at -8.555 -7.5575 180)
(size 2.432 1.524)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "82bbfb55-8baa-4218-ac89-ab07d82ef7f8")
)
(pad "1" thru_hole circle
(at -7.72 -7.5575 180)
(size 1.524 1.524)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "f2fffd4f-460c-4b4d-b954-811e935ed1d6")
)
(pad "2" smd roundrect
(at -8.555 -5.0175 180)
(size 2.432 1.524)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "18ef9914-2d15-494c-9020-2334abcc1460")
)
(pad "2" thru_hole circle
(at -7.72 -5.0175 180)
(size 1.524 1.524)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "4732cc3f-e641-4870-a9b3-ae13729c7bba")
)
(pad "3" smd roundrect
(at -8.555 -2.4775 180)
(size 2.432 1.524)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "15338a55-8514-4218-a2c1-2cae003104c3")
)
(pad "3" thru_hole circle
(at -7.72 -2.4775 180)
(size 1.524 1.524)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "0cef5e55-d8ff-4394-9cc1-cc318608b0d9")
)
(pad "4" smd roundrect
(at -8.555 0.0625 180)
(size 2.432 1.524)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "191a259d-5773-4a80-91de-baa69611fab8")
)
(pad "4" thru_hole circle
(at -7.72 0.0625 180)
(size 1.524 1.524)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "200b8da4-9395-48a5-b7ac-92a6a147c215")
)
(pad "5" smd roundrect
(at -8.555 2.6025 180)
(size 2.432 1.524)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "52012467-1c46-4a8e-aa82-6f6ce69bd2ca")
)
(pad "5" thru_hole circle
(at -7.72 2.6025 180)
(size 1.524 1.524)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "2b50ccce-3634-47d1-bf7d-a3db4f3f9a9f")
)
(pad "6" smd roundrect
(at -8.555 5.1425 180)
(size 2.432 1.524)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "04aeaf95-142a-40f6-97a3-04453fc50824")
)
(pad "6" thru_hole circle
(at -7.72 5.1425 180)
(size 1.524 1.524)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "7636de9d-d8e5-49c9-9fff-0cd76515690d")
)
(pad "7" smd roundrect
(at -8.555 7.6825 180)
(size 2.432 1.524)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "e997fd0b-233a-4656-afad-cb2f8b9d87c9")
)
(pad "7" thru_hole circle
(at -7.72 7.6825 180)
(size 1.524 1.524)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "9d2c0d0c-05dd-477e-8384-b14eec83fc2e")
)
(pad "8" thru_hole circle
(at 7.52 7.6825)
(size 1.524 1.524)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "1e50c66f-49b8-4b03-9889-8cc6ca45ad8e")
)
(pad "8" smd roundrect
(at 8.355 7.6825)
(size 2.432 1.524)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "e7b72803-b5f0-433c-8313-83247355fb43")
)
(pad "9" thru_hole circle
(at 7.52 5.1425)
(size 1.524 1.524)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "808bf9dc-1c26-4a77-93c9-e4c6d5eccbb2")
)
(pad "9" smd roundrect
(at 8.355 5.1425)
(size 2.432 1.524)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "532de3b6-bd30-47c5-b70e-0bca6abbd997")
)
(pad "10" thru_hole circle
(at 7.52 2.6025)
(size 1.524 1.524)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "a792a2ac-537b-4136-8f92-b81f7ce8f753")
)
(pad "10" smd roundrect
(at 8.355 2.6025)
(size 2.432 1.524)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "6e3f5c75-6143-468e-bb07-d89020c03f59")
)
(pad "11" thru_hole circle
(at 7.52 0.0625)
(size 1.524 1.524)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "fb78046a-9b91-4893-b010-827957cc07be")
)
(pad "11" smd roundrect
(at 8.355 0.0625)
(size 2.432 1.524)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "5249f425-bece-432d-8076-28e1b8b386e3")
)
(pad "12" thru_hole circle
(at 7.52 -2.4775)
(size 1.524 1.524)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "0b8ccc97-5100-4dcf-8500-e99789ee0b4c")
)
(pad "12" smd roundrect
(at 8.355 -2.4775)
(size 2.432 1.524)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "82f1bbd1-708b-4d2d-9113-7ba3c2313670")
)
(pad "13" thru_hole circle
(at 7.52 -5.0175)
(size 1.524 1.524)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "03882061-01af-484b-b620-9e92a3daaf68")
)
(pad "13" smd roundrect
(at 8.355 -5.0175)
(size 2.432 1.524)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "954f51d1-3d75-42fb-a02a-7389b30718d9")
)
(pad "14" thru_hole circle
(at 7.52 -7.5575)
(size 1.524 1.524)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "c6d1af47-da13-4409-9ab1-55d358cc57eb")
)
(pad "14" smd roundrect
(at 8.355 -7.5575)
(size 2.432 1.524)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "6b725fd4-d6f0-46bf-b3e0-7ec07cc05622")
)
(model "${AMZPATH}/3dmodels/AMz3D.3dshapes/XIAO-nRF52840 v15.step"
(hide yes)
(offset
(xyz -1.778 -6.096 0.381)
)
(scale
(xyz 1 1 1)
)
(rotate
(xyz -90 0 0)
)
)
(model "${AMZPATH}/3dmodels/AMz3D.3dshapes/Seeeduino XIAO SAMD21 v4.step"
(offset
(xyz 0 0 0)
)
(scale
(xyz 1 1 1)
)
(rotate
(xyz 0 0 0)
)
)
(model "${AMZPATH}/3dmodels/AMz3D.3dshapes/Seeed Studio XIAO RP2040 v26.step"
(hide yes)
(offset
(xyz 0 0 0)
)
(scale
(xyz 1 1 1)
)
(rotate
(xyz 0 0 90)
)
)
(model "${AMZPATH}/3dmodels/AMz3D.3dshapes/Seeed Studio XIAO-ESP32-C3.step"
(hide yes)
(offset
(xyz -1.7018 -6.096 0)
)
(scale
(xyz 1 1 1)
)
(rotate
(xyz -90 0 0)
)
)
(model "${AMZPATH}/3dmodels/AMz3D.3dshapes/XIAO-ESP32S3 v2.step"
(hide yes)
(offset
(xyz -1.778 -6.1722 0)
)
(scale
(xyz 1 1 1)
)
(rotate
(xyz -90 0 0)
)
)
)

View file

@ -0,0 +1,460 @@
(footprint "XIAO-SAMD21-SMD"
(version 20240108)
(generator "pcbnew")
(generator_version "8.0")
(layer "F.Cu")
(property "Reference" "REF**"
(at -0.5 -22 0)
(layer "F.SilkS")
(uuid "a9f5f5dd-597c-45dd-b31d-a35c3963eed2")
(effects
(font
(size 0.78232 0.78232)
(thickness 0.10668)
)
(justify left bottom)
)
)
(property "Value" "XIAO-SAMD21-SMD"
(at 8.89 -10.795 0)
(layer "F.Fab")
(uuid "2d66aca7-e0b3-44df-838e-be285890792c")
(effects
(font
(size 0.635 0.635)
(thickness 0.1016)
(bold yes)
)
)
)
(property "Footprint" ""
(at 0 0 0)
(unlocked yes)
(layer "F.Fab")
(hide yes)
(uuid "32a8cb35-59e0-4282-b955-c4626b0c3c52")
(effects
(font
(size 1.27 1.27)
(thickness 0.15)
)
)
)
(property "Datasheet" ""
(at 0 0 0)
(unlocked yes)
(layer "F.Fab")
(hide yes)
(uuid "5173b428-b87b-497c-9fd1-0d444c2ced85")
(effects
(font
(size 1.27 1.27)
(thickness 0.15)
)
)
)
(property "Description" ""
(at 0 0 0)
(unlocked yes)
(layer "F.Fab")
(hide yes)
(uuid "ea7181c4-fdca-44f1-ad15-d0627f50a68e")
(effects
(font
(size 1.27 1.27)
(thickness 0.15)
)
)
)
(fp_line
(start 0.001 -1.9873)
(end 0.001 -19.1323)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "98087a0e-1fe1-43f1-83f3-bbde41266626")
)
(fp_line
(start 1.906 -0.0823)
(end 15.876 -0.0823)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "1c5bb534-a840-4997-9492-c738cc9b1655")
)
(fp_line
(start 4.396 -21.0373)
(end 4.399728 -22.047572)
(stroke
(width 0.127)
(type solid)
)
(layer "F.SilkS")
(uuid "3cccea89-e154-4ea0-b259-1db7d298effc")
)
(fp_line
(start 4.899728 -22.5473)
(end 12.895 -22.5473)
(stroke
(width 0.127)
(type solid)
)
(layer "F.SilkS")
(uuid "34fcd1f6-c379-4373-8b91-39f469a3db09")
)
(fp_line
(start 13.395 -22.0473)
(end 13.395 -21.0373)
(stroke
(width 0.127)
(type solid)
)
(layer "F.SilkS")
(uuid "98e5a312-07f5-4d1c-b421-d68f805d8256")
)
(fp_line
(start 15.876 -21.0373)
(end 1.906 -21.0373)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "4a006959-4966-4743-a0fa-5e123a24da4c")
)
(fp_line
(start 15.876 -21.0373)
(end 1.906 -21.0373)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "f42a8a85-cb85-476b-bfde-d0f568f04449")
)
(fp_line
(start 17.781 -1.9873)
(end 17.781 -19.1323)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "18e4088c-9945-4220-a73a-b3c449e23cc7")
)
(fp_arc
(start 0.001 -19.1363)
(mid 0.558966 -20.483329)
(end 1.906 -21.0413)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "0d55e810-28eb-42fe-9468-736e0c2781e6")
)
(fp_arc
(start 1.906 -0.0823)
(mid 0.558962 -0.640262)
(end 0.001 -1.9873)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "26a88b68-dc90-4029-89f8-0fa97c06c508")
)
(fp_arc
(start 4.399728 -22.047572)
(mid 4.546276 -22.400944)
(end 4.899728 -22.5473)
(stroke
(width 0.127)
(type default)
)
(layer "F.SilkS")
(uuid "b7863664-fe65-40ac-bfe0-af5ceb8e5e75")
)
(fp_arc
(start 12.895 -22.5473)
(mid 13.248553 -22.400853)
(end 13.395 -22.0473)
(stroke
(width 0.127)
(type default)
)
(layer "F.SilkS")
(uuid "3eed634c-d3a6-43f7-a45e-b64796d4e513")
)
(fp_arc
(start 15.876 -21.0373)
(mid 17.223038 -20.479337)
(end 17.781 -19.1323)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "156b91fc-09ff-4547-8e26-02743af34fa4")
)
(fp_arc
(start 17.781 -1.9873)
(mid 17.223038 -0.640262)
(end 15.876 -0.0823)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "7359f5e4-0901-4192-b6bd-6b4b99dc086c")
)
(fp_circle
(center -0.225012 -20.633312)
(end -0.225012 -20.887312)
(stroke
(width 0.5)
(type solid)
)
(fill solid)
(layer "F.SilkS")
(uuid "cbe6bce1-d902-4294-950d-622f33e2f621")
)
(fp_circle
(center 0.991988 -19.910312)
(end 0.991988 -20.164312)
(stroke
(width 0.5)
(type solid)
)
(fill solid)
(layer "F.SilkS")
(uuid "ac9517b8-6d0b-46ec-a051-6f3cb591162f")
)
(fp_rect
(start 17.8 0)
(end 0 -21)
(stroke
(width 0.05)
(type default)
)
(fill none)
(layer "F.CrtYd")
(uuid "e428eb56-00a2-4249-bb91-d2e5823b2899")
)
(fp_rect
(start -0.009 -21.0363)
(end 17.781 -0.0863)
(stroke
(width 0.1)
(type default)
)
(fill none)
(layer "F.Fab")
(uuid "0ada0634-2fef-4bbf-a115-a97cf4c4145c")
)
(fp_rect
(start 0 -21)
(end 17.8 0)
(stroke
(width 0.1)
(type default)
)
(fill none)
(layer "F.Fab")
(uuid "2133d927-559d-4615-ab92-732772c02d94")
)
(fp_circle
(center 0.49 -18.11)
(end 0.617 -18.11)
(stroke
(width 0.254)
(type solid)
)
(fill solid)
(layer "F.Fab")
(uuid "68d815a9-e764-4148-bdf0-55f2a8cbd360")
)
(fp_circle
(center 0.93 -19.8533)
(end 0.93 -20.1073)
(stroke
(width 0.5)
(type solid)
)
(fill solid)
(layer "F.Fab")
(uuid "7475eccc-4de2-42b4-98ef-16c5a3a89302")
)
(pad "1" smd roundrect
(at 0.835 -18.12)
(size 2.75 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.25)
(solder_mask_margin 0.0508)
(thermal_bridge_angle 45)
(uuid "c68f6b12-dcf5-46b1-b159-2eef9023b0ac")
)
(pad "2" smd roundrect
(at 0.835 -15.58)
(size 2.75 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.25)
(solder_mask_margin 0.0508)
(thermal_bridge_angle 45)
(uuid "525b09fc-9099-4274-98c3-45f84d0591ab")
)
(pad "3" smd roundrect
(at 0.835 -13.04)
(size 2.75 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.25)
(solder_mask_margin 0.0508)
(thermal_bridge_angle 45)
(uuid "99cc76a7-0a78-4868-871b-c214ecac5525")
)
(pad "4" smd roundrect
(at 0.835 -10.5)
(size 2.75 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.25)
(solder_mask_margin 0.0508)
(thermal_bridge_angle 45)
(uuid "8038b67b-b3bf-4a3e-b790-40857963c957")
)
(pad "5" smd roundrect
(at 0.835 -7.96)
(size 2.75 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.25)
(solder_mask_margin 0.0508)
(thermal_bridge_angle 45)
(uuid "84711cb2-d222-464e-bcd5-f76af75cc612")
)
(pad "6" smd roundrect
(at 0.835 -5.42)
(size 2.75 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.25)
(solder_mask_margin 0.0508)
(thermal_bridge_angle 45)
(uuid "aabcfc3b-fa72-4e48-95d1-d53474158cc0")
)
(pad "7" smd roundrect
(at 0.835 -2.88)
(size 2.75 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.25)
(solder_mask_margin 0.0508)
(thermal_bridge_angle 45)
(uuid "3e086061-1f3f-4b1e-9354-920126d40249")
)
(pad "8" smd roundrect
(at 17 -2.88)
(size 2.75 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.25)
(solder_mask_margin 0.0508)
(thermal_bridge_angle 45)
(uuid "974a7e29-b5d3-475c-b481-2bc14f5b3495")
)
(pad "9" smd roundrect
(at 17 -5.42)
(size 2.75 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.25)
(solder_mask_margin 0.0508)
(thermal_bridge_angle 45)
(uuid "a553cc0b-22bc-49aa-9fb7-680c812e8abd")
)
(pad "10" smd roundrect
(at 17 -7.96)
(size 2.75 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.25)
(solder_mask_margin 0.0508)
(thermal_bridge_angle 45)
(uuid "b650936d-c436-4d93-abb7-7957add5cfb1")
)
(pad "11" smd roundrect
(at 17 -10.5)
(size 2.75 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.25)
(solder_mask_margin 0.0508)
(thermal_bridge_angle 45)
(uuid "177728f1-7b02-41a6-9de4-bdaee546f6d9")
)
(pad "12" smd roundrect
(at 17 -13.04)
(size 2.75 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.25)
(solder_mask_margin 0.0508)
(thermal_bridge_angle 45)
(uuid "eb6539ef-4d84-4ae5-bc4e-237dae21b9ef")
)
(pad "13" smd roundrect
(at 17 -15.58)
(size 2.75 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.25)
(solder_mask_margin 0.0508)
(thermal_bridge_angle 45)
(uuid "c8744fbe-93c9-4c54-84bc-435357de679f")
)
(pad "14" smd roundrect
(at 17 -18.12)
(size 2.75 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.25)
(solder_mask_margin 0.0508)
(thermal_bridge_angle 45)
(uuid "fd579d63-bbef-4609-9252-aad3f944a314")
)
(pad "15" smd roundrect
(at 7.747 -1.8603 90)
(size 2.5 1.1)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.25)
(solder_mask_margin 0.0508)
(thermal_bridge_angle 45)
(uuid "144d3c3d-6207-433c-9e61-4f75722af865")
)
(pad "16" smd roundrect
(at 10.287 -1.8603 90)
(size 2.5 1.1)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.25)
(solder_mask_margin 0.0508)
(thermal_bridge_angle 45)
(uuid "3780a4ef-348c-4241-b04b-2cb4f7127fa2")
)
(pad "17" smd circle
(at 7.747 -18.8783)
(size 1.7 1.7)
(layers "F.Cu" "F.Paste" "F.Mask")
(uuid "b41f05b6-c247-4448-ade6-b9856922e9c3")
)
(pad "18" smd circle
(at 10.287 -18.8783)
(size 1.7 1.7)
(layers "F.Cu" "F.Paste" "F.Mask")
(uuid "f7daaee5-3d37-4977-8c14-d58689c2eaf6")
)
(pad "19" smd circle
(at 7.747 -16.3383)
(size 1.7 1.7)
(layers "F.Cu" "F.Paste" "F.Mask")
(uuid "ad890579-1e55-4b71-9d59-080a59598896")
)
(pad "20" smd circle
(at 10.287 -16.3383)
(size 1.7 1.7)
(layers "F.Cu" "F.Paste" "F.Mask")
(uuid "22959b7c-559b-4b72-b2a4-a0d26b3295b4")
)
)

View file

@ -0,0 +1,554 @@
(footprint "XIAO-nRF52840-DIP"
(version 20240108)
(generator "pcbnew")
(generator_version "8.0")
(layer "F.Cu")
(property "Reference" "REF**"
(at -8 -12 0)
(unlocked yes)
(layer "F.SilkS")
(uuid "7bab359d-5e5b-4dff-9db4-e7c8562ce635")
(effects
(font
(size 0.635 0.635)
(thickness 0.1016)
)
)
)
(property "Value" "XIAO-nRF52840-DIP"
(at 0 0 0)
(unlocked yes)
(layer "F.Fab")
(uuid "79cabf23-4ebc-4d37-9172-bb2cf4ea975f")
(effects
(font
(size 0.635 0.635)
(thickness 0.1016)
)
)
)
(property "Footprint" ""
(at 0 0 90)
(unlocked yes)
(layer "F.Fab")
(hide yes)
(uuid "8f4fc10c-2540-4ba7-9be3-30f132330a85")
(effects
(font
(size 1.27 1.27)
(thickness 0.15)
)
)
)
(property "Datasheet" ""
(at 0 0 90)
(unlocked yes)
(layer "F.Fab")
(hide yes)
(uuid "663dc686-104e-47e1-9669-e1228477fa6f")
(effects
(font
(size 1.27 1.27)
(thickness 0.15)
)
)
)
(property "Description" ""
(at 0 0 90)
(unlocked yes)
(layer "F.Fab")
(hide yes)
(uuid "a25b2a4a-94ce-41bd-8341-b98204aa9142")
(effects
(font
(size 1.27 1.27)
(thickness 0.15)
)
)
)
(attr smd)
(fp_line
(start -8.89 8.509)
(end -8.89 -8.636)
(stroke
(width 0.127)
(type solid)
)
(layer "F.SilkS")
(uuid "f58afa0e-63f9-4096-9d17-7cf8e5de7759")
)
(fp_line
(start -6.985 10.414)
(end 6.985 10.414)
(stroke
(width 0.127)
(type solid)
)
(layer "F.SilkS")
(uuid "e213e2f5-659f-4cdb-b390-b284746621aa")
)
(fp_line
(start -4.495 -10.541)
(end -4.491272 -11.551272)
(stroke
(width 0.127)
(type solid)
)
(layer "F.SilkS")
(uuid "23214df5-b52e-45e0-ac07-b60a48600cec")
)
(fp_line
(start -3.991272 -12.051)
(end 4.004 -12.051)
(stroke
(width 0.127)
(type solid)
)
(layer "F.SilkS")
(uuid "e9d2603d-7fff-40aa-88b4-19c44fdc9fe7")
)
(fp_line
(start 4.504 -11.551)
(end 4.504 -10.541)
(stroke
(width 0.127)
(type solid)
)
(layer "F.SilkS")
(uuid "c58f1897-4668-42a7-bd1a-f1a940aeba3f")
)
(fp_line
(start 6.985 -10.541)
(end -6.985 -10.541)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "c821ef3d-9e13-4de8-a780-a537bd79adac")
)
(fp_line
(start 6.985 -10.541)
(end -6.985 -10.541)
(stroke
(width 0.127)
(type solid)
)
(layer "F.SilkS")
(uuid "6f680559-bbef-46de-9ef5-efda7c2411e9")
)
(fp_line
(start 8.89 8.509)
(end 8.89 -8.636)
(stroke
(width 0.127)
(type solid)
)
(layer "F.SilkS")
(uuid "9c6409b2-5f1b-4299-85bf-d07c96f13a2a")
)
(fp_arc
(start -8.89 -8.636)
(mid -8.332038 -9.983038)
(end -6.985 -10.541)
(stroke
(width 0.127)
(type solid)
)
(layer "F.SilkS")
(uuid "c6870bc4-897a-485a-b951-3feda1bdd32e")
)
(fp_arc
(start -6.985 10.414)
(mid -8.332038 9.856038)
(end -8.89 8.509)
(stroke
(width 0.127)
(type solid)
)
(layer "F.SilkS")
(uuid "88e5d6ea-6b70-4830-9817-980fd2b32f79")
)
(fp_arc
(start -4.491272 -11.551272)
(mid -4.344728 -11.90464)
(end -3.991272 -12.051)
(stroke
(width 0.127)
(type default)
)
(layer "F.SilkS")
(uuid "2386a799-f1fa-4f9f-9618-9a8303e79cb3")
)
(fp_arc
(start 4.004 -12.051)
(mid 4.357524 -11.904524)
(end 4.504 -11.551)
(stroke
(width 0.127)
(type default)
)
(layer "F.SilkS")
(uuid "43f048da-d34b-4a04-9621-3a55862dbd09")
)
(fp_arc
(start 6.985 -10.541)
(mid 8.332038 -9.983038)
(end 8.89 -8.636)
(stroke
(width 0.127)
(type solid)
)
(layer "F.SilkS")
(uuid "e1d8f660-1495-43db-8a6b-7fdc7dc42e35")
)
(fp_arc
(start 8.89 8.509)
(mid 8.332038 9.856038)
(end 6.985 10.414)
(stroke
(width 0.127)
(type solid)
)
(layer "F.SilkS")
(uuid "f108f05c-d5f6-4de1-bc6f-4c31ef53e967")
)
(fp_circle
(center -8.85 -10.4)
(end -8.85 -10.654)
(stroke
(width 0.5)
(type solid)
)
(fill solid)
(layer "F.SilkS")
(uuid "9f75af63-6fcc-45e9-a9a8-a61fe7785974")
)
(fp_circle
(center -7.707 -9.52)
(end -7.707 -9.774)
(stroke
(width 0.5)
(type solid)
)
(fill solid)
(layer "F.SilkS")
(uuid "f72c7e66-38df-4370-a74f-c8adbcd7dda9")
)
(fp_rect
(start -8.9 -10.55)
(end 8.9 10.425)
(stroke
(width 0.05)
(type default)
)
(fill none)
(layer "F.CrtYd")
(uuid "b53697bc-d105-40e2-af66-708b16a7f26c")
)
(fp_rect
(start -8.9 -10.55)
(end 8.9 10.425)
(stroke
(width 0.1)
(type default)
)
(fill none)
(layer "F.Fab")
(uuid "a45a327e-f036-4877-8d89-39f4f4b0c715")
)
(fp_circle
(center -7.704 -9.526)
(end -7.704 -9.78)
(stroke
(width 0.5)
(type solid)
)
(fill solid)
(layer "F.Fab")
(uuid "bfbc825c-96d2-405a-9bde-5de29ef0a240")
)
(pad "1" smd roundrect
(at -8.455 -7.62 180)
(size 2.432 1.524)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "82bbfb55-8baa-4218-ac89-ab07d82ef7f8")
)
(pad "1" thru_hole circle
(at -7.62 -7.62 180)
(size 1.524 1.524)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "f2fffd4f-460c-4b4d-b954-811e935ed1d6")
)
(pad "2" smd roundrect
(at -8.455 -5.08 180)
(size 2.432 1.524)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "18ef9914-2d15-494c-9020-2334abcc1460")
)
(pad "2" thru_hole circle
(at -7.62 -5.08 180)
(size 1.524 1.524)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "4732cc3f-e641-4870-a9b3-ae13729c7bba")
)
(pad "3" smd roundrect
(at -8.455 -2.54 180)
(size 2.432 1.524)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "15338a55-8514-4218-a2c1-2cae003104c3")
)
(pad "3" thru_hole circle
(at -7.62 -2.54 180)
(size 1.524 1.524)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "0cef5e55-d8ff-4394-9cc1-cc318608b0d9")
)
(pad "4" smd roundrect
(at -8.455 0 180)
(size 2.432 1.524)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "191a259d-5773-4a80-91de-baa69611fab8")
)
(pad "4" thru_hole circle
(at -7.62 0 180)
(size 1.524 1.524)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "200b8da4-9395-48a5-b7ac-92a6a147c215")
)
(pad "5" smd roundrect
(at -8.455 2.54 180)
(size 2.432 1.524)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "52012467-1c46-4a8e-aa82-6f6ce69bd2ca")
)
(pad "5" thru_hole circle
(at -7.62 2.54 180)
(size 1.524 1.524)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "2b50ccce-3634-47d1-bf7d-a3db4f3f9a9f")
)
(pad "6" smd roundrect
(at -8.455 5.08 180)
(size 2.432 1.524)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "04aeaf95-142a-40f6-97a3-04453fc50824")
)
(pad "6" thru_hole circle
(at -7.62 5.08 180)
(size 1.524 1.524)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "7636de9d-d8e5-49c9-9fff-0cd76515690d")
)
(pad "7" smd roundrect
(at -8.455 7.62 180)
(size 2.432 1.524)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "e997fd0b-233a-4656-afad-cb2f8b9d87c9")
)
(pad "7" thru_hole circle
(at -7.62 7.62 180)
(size 1.524 1.524)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "9d2c0d0c-05dd-477e-8384-b14eec83fc2e")
)
(pad "8" thru_hole circle
(at 7.62 7.62)
(size 1.524 1.524)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "1e50c66f-49b8-4b03-9889-8cc6ca45ad8e")
)
(pad "8" smd roundrect
(at 8.455 7.62)
(size 2.432 1.524)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "e7b72803-b5f0-433c-8313-83247355fb43")
)
(pad "9" thru_hole circle
(at 7.62 5.08)
(size 1.524 1.524)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "808bf9dc-1c26-4a77-93c9-e4c6d5eccbb2")
)
(pad "9" smd roundrect
(at 8.455 5.08)
(size 2.432 1.524)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "532de3b6-bd30-47c5-b70e-0bca6abbd997")
)
(pad "10" thru_hole circle
(at 7.62 2.54)
(size 1.524 1.524)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "a792a2ac-537b-4136-8f92-b81f7ce8f753")
)
(pad "10" smd roundrect
(at 8.455 2.54)
(size 2.432 1.524)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "6e3f5c75-6143-468e-bb07-d89020c03f59")
)
(pad "11" thru_hole circle
(at 7.62 0)
(size 1.524 1.524)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "fb78046a-9b91-4893-b010-827957cc07be")
)
(pad "11" smd roundrect
(at 8.455 0)
(size 2.432 1.524)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "5249f425-bece-432d-8076-28e1b8b386e3")
)
(pad "12" thru_hole circle
(at 7.62 -2.54)
(size 1.524 1.524)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "0b8ccc97-5100-4dcf-8500-e99789ee0b4c")
)
(pad "12" smd roundrect
(at 8.455 -2.54)
(size 2.432 1.524)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "82f1bbd1-708b-4d2d-9113-7ba3c2313670")
)
(pad "13" thru_hole circle
(at 7.62 -5.08)
(size 1.524 1.524)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "03882061-01af-484b-b620-9e92a3daaf68")
)
(pad "13" smd roundrect
(at 8.455 -5.08)
(size 2.432 1.524)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "954f51d1-3d75-42fb-a02a-7389b30718d9")
)
(pad "14" thru_hole circle
(at 7.62 -7.62)
(size 1.524 1.524)
(drill 0.889)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "c6d1af47-da13-4409-9ab1-55d358cc57eb")
)
(pad "14" smd roundrect
(at 8.455 -7.62)
(size 2.432 1.524)
(layers "F.Cu" "F.Mask")
(roundrect_rratio 0.1)
(thermal_bridge_angle 45)
(uuid "6b725fd4-d6f0-46bf-b3e0-7ec07cc05622")
)
(model "${AMZPATH}/3dmodels/AMz3D.3dshapes/XIAO-nRF52840 v15.step"
(hide yes)
(offset
(xyz -1.778 -6.096 0.381)
)
(scale
(xyz 1 1 1)
)
(rotate
(xyz -90 0 0)
)
)
(model "${AMZPATH}/3dmodels/AMz3D.3dshapes/Seeeduino XIAO SAMD21 v4.step"
(offset
(xyz 0 0 0)
)
(scale
(xyz 1 1 1)
)
(rotate
(xyz 0 0 0)
)
)
(model "${AMZPATH}/3dmodels/AMz3D.3dshapes/Seeed Studio XIAO RP2040 v26.step"
(hide yes)
(offset
(xyz 0 0 0)
)
(scale
(xyz 1 1 1)
)
(rotate
(xyz 0 0 90)
)
)
(model "${AMZPATH}/3dmodels/AMz3D.3dshapes/Seeed Studio XIAO-ESP32-C3.step"
(hide yes)
(offset
(xyz -1.7018 -6.096 0)
)
(scale
(xyz 1 1 1)
)
(rotate
(xyz -90 0 0)
)
)
(model "${AMZPATH}/3dmodels/AMz3D.3dshapes/XIAO-ESP32S3 v2.step"
(hide yes)
(offset
(xyz -1.778 -6.1722 0)
)
(scale
(xyz 1 1 1)
)
(rotate
(xyz -90 0 0)
)
)
)

View file

@ -0,0 +1,446 @@
(footprint "XIAO-nRF52840-SMD"
(version 20240108)
(generator "pcbnew")
(generator_version "8.0")
(layer "F.Cu")
(property "Reference" "REF**"
(at -9.445 -11.5 0)
(layer "F.SilkS")
(uuid "a9f5f5dd-597c-45dd-b31d-a35c3963eed2")
(effects
(font
(size 0.78232 0.78232)
(thickness 0.10668)
)
(justify left bottom)
)
)
(property "Value" "XIAO-nRF52840-SMD"
(at 0.055 6.5 0)
(layer "F.Fab")
(uuid "2d66aca7-e0b3-44df-838e-be285890792c")
(effects
(font
(size 0.635 0.635)
(thickness 0.1016)
(bold yes)
)
)
)
(property "Footprint" ""
(at -8.945 10.5 0)
(unlocked yes)
(layer "F.Fab")
(hide yes)
(uuid "32a8cb35-59e0-4282-b955-c4626b0c3c52")
(effects
(font
(size 1.27 1.27)
(thickness 0.15)
)
)
)
(property "Datasheet" ""
(at -8.945 10.5 0)
(unlocked yes)
(layer "F.Fab")
(hide yes)
(uuid "5173b428-b87b-497c-9fd1-0d444c2ced85")
(effects
(font
(size 1.27 1.27)
(thickness 0.15)
)
)
)
(property "Description" ""
(at -8.945 10.5 0)
(unlocked yes)
(layer "F.Fab")
(hide yes)
(uuid "ea7181c4-fdca-44f1-ad15-d0627f50a68e")
(effects
(font
(size 1.27 1.27)
(thickness 0.15)
)
)
)
(fp_line
(start -8.945 8.513)
(end -8.945 -8.632)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "8a7be5e1-8faa-4d03-9a20-d29ab96672d0")
)
(fp_line
(start -7.04 10.418)
(end 6.93 10.418)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "2817b8f1-751e-4951-83ba-c4b96288a0ba")
)
(fp_line
(start -4.55 -10.537)
(end -4.546272 -11.547272)
(stroke
(width 0.127)
(type solid)
)
(layer "F.SilkS")
(uuid "5fa669ee-204f-41e8-bc6f-c9a86f966424")
)
(fp_line
(start -4.046272 -12.047)
(end 3.949 -12.047)
(stroke
(width 0.127)
(type solid)
)
(layer "F.SilkS")
(uuid "26723a81-2950-433f-a624-3a103ec1f1e4")
)
(fp_line
(start 4.449 -11.547)
(end 4.449 -10.537)
(stroke
(width 0.127)
(type solid)
)
(layer "F.SilkS")
(uuid "6fe17c8b-5beb-4b13-857a-e64aa79c5f2a")
)
(fp_line
(start 6.93 -10.537)
(end -7.04 -10.537)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "5c6ce99b-1b73-44ce-8ed4-3f47efe58872")
)
(fp_line
(start 8.835 8.513)
(end 8.835 -8.632)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "1b7cbf52-f9e0-416d-8dd4-029d63ca53ca")
)
(fp_arc
(start -8.945 -8.636)
(mid -8.387038 -9.983038)
(end -7.04 -10.541)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "715aae0c-2ac2-4af3-a3e7-1ddec19188b8")
)
(fp_arc
(start -7.04 10.418)
(mid -8.387038 9.860038)
(end -8.945 8.513)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "46edc068-0108-4c9f-9b57-7addc169ff8a")
)
(fp_arc
(start -4.546272 -11.547272)
(mid -4.399724 -11.900644)
(end -4.046272 -12.047)
(stroke
(width 0.127)
(type default)
)
(layer "F.SilkS")
(uuid "df5004bd-0ec2-4c7c-bb6f-0c39266a8733")
)
(fp_arc
(start 3.949 -12.047)
(mid 4.302524 -11.900524)
(end 4.449 -11.547)
(stroke
(width 0.127)
(type default)
)
(layer "F.SilkS")
(uuid "ab7fdfcd-e576-4de3-8e5e-63a34e8c58f1")
)
(fp_arc
(start 6.93 -10.537)
(mid 8.277024 -9.979024)
(end 8.835 -8.632)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "04c0b067-abfb-4462-a7f0-9ee1718f000a")
)
(fp_arc
(start 8.835 8.513)
(mid 8.277038 9.860038)
(end 6.93 10.418)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "e03b7234-6f3c-4587-ae2b-356cc3648285")
)
(fp_circle
(center -9.155 -10.121)
(end -9.155 -10.375)
(stroke
(width 0.5)
(type solid)
)
(fill solid)
(layer "F.SilkS")
(uuid "6e9fe385-0c25-49a6-b403-76dfba8d83d5")
)
(fp_circle
(center -7.881 -9.404)
(end -7.881 -9.658)
(stroke
(width 0.5)
(type solid)
)
(fill solid)
(layer "F.SilkS")
(uuid "9099b789-fa66-406d-8f2a-bc85ca327ed4")
)
(fp_rect
(start -8.945 -10.55)
(end 8.855 10.4)
(stroke
(width 0.05)
(type default)
)
(fill none)
(layer "F.CrtYd")
(uuid "36353154-e66f-4003-b4e9-33860cefd7b8")
)
(fp_rect
(start -8.945 -10.55)
(end 8.855 10.4)
(stroke
(width 0.1)
(type default)
)
(fill none)
(layer "F.Fab")
(uuid "49ce88b5-09c8-455e-9660-839b415227c4")
)
(fp_circle
(center -7.861 -9.4)
(end -7.861 -9.654)
(stroke
(width 0.5)
(type solid)
)
(fill solid)
(layer "F.Fab")
(uuid "7bc235cf-ac41-4529-806b-158b8898c264")
)
(pad "1" smd roundrect
(at -8.11 -7.62)
(size 2.75 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.25)
(solder_mask_margin 0.0508)
(thermal_bridge_angle 45)
(uuid "c68f6b12-dcf5-46b1-b159-2eef9023b0ac")
)
(pad "2" smd roundrect
(at -8.11 -5.08)
(size 2.75 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.25)
(solder_mask_margin 0.0508)
(thermal_bridge_angle 45)
(uuid "525b09fc-9099-4274-98c3-45f84d0591ab")
)
(pad "3" smd roundrect
(at -8.11 -2.54)
(size 2.75 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.25)
(solder_mask_margin 0.0508)
(thermal_bridge_angle 45)
(uuid "99cc76a7-0a78-4868-871b-c214ecac5525")
)
(pad "4" smd roundrect
(at -8.11 0)
(size 2.75 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.25)
(solder_mask_margin 0.0508)
(thermal_bridge_angle 45)
(uuid "8038b67b-b3bf-4a3e-b790-40857963c957")
)
(pad "5" smd roundrect
(at -8.11 2.54)
(size 2.75 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.25)
(solder_mask_margin 0.0508)
(thermal_bridge_angle 45)
(uuid "84711cb2-d222-464e-bcd5-f76af75cc612")
)
(pad "6" smd roundrect
(at -8.11 5.08)
(size 2.75 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.25)
(solder_mask_margin 0.0508)
(thermal_bridge_angle 45)
(uuid "aabcfc3b-fa72-4e48-95d1-d53474158cc0")
)
(pad "7" smd roundrect
(at -8.11 7.62)
(size 2.75 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.25)
(solder_mask_margin 0.0508)
(thermal_bridge_angle 45)
(uuid "3e086061-1f3f-4b1e-9354-920126d40249")
)
(pad "8" smd roundrect
(at 8.055 7.62)
(size 2.75 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.25)
(solder_mask_margin 0.0508)
(thermal_bridge_angle 45)
(uuid "974a7e29-b5d3-475c-b481-2bc14f5b3495")
)
(pad "9" smd roundrect
(at 8.055 5.08)
(size 2.75 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.25)
(solder_mask_margin 0.0508)
(thermal_bridge_angle 45)
(uuid "a553cc0b-22bc-49aa-9fb7-680c812e8abd")
)
(pad "10" smd roundrect
(at 8.055 2.54)
(size 2.75 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.25)
(solder_mask_margin 0.0508)
(thermal_bridge_angle 45)
(uuid "b650936d-c436-4d93-abb7-7957add5cfb1")
)
(pad "11" smd roundrect
(at 8.055 0)
(size 2.75 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.25)
(solder_mask_margin 0.0508)
(thermal_bridge_angle 45)
(uuid "177728f1-7b02-41a6-9de4-bdaee546f6d9")
)
(pad "12" smd roundrect
(at 8.055 -2.54)
(size 2.75 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.25)
(solder_mask_margin 0.0508)
(thermal_bridge_angle 45)
(uuid "eb6539ef-4d84-4ae5-bc4e-237dae21b9ef")
)
(pad "13" smd roundrect
(at 8.055 -5.08)
(size 2.75 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.25)
(solder_mask_margin 0.0508)
(thermal_bridge_angle 45)
(uuid "c8744fbe-93c9-4c54-84bc-435357de679f")
)
(pad "14" smd roundrect
(at 8.055 -7.62)
(size 2.75 2)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.25)
(solder_mask_margin 0.0508)
(thermal_bridge_angle 45)
(uuid "fd579d63-bbef-4609-9252-aad3f944a314")
)
(pad "15" smd roundrect
(at -4.5 -0.3135 180)
(size 2.5 1.1)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.25)
(solder_mask_margin 0.0508)
(thermal_bridge_angle 45)
(uuid "144d3c3d-6207-433c-9e61-4f75722af865")
)
(pad "16" smd roundrect
(at -4.5 -2.2185 180)
(size 2.5 1.1)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.25)
(solder_mask_margin 0.0508)
(thermal_bridge_angle 45)
(uuid "3780a4ef-348c-4241-b04b-2cb4f7127fa2")
)
(pad "17" smd roundrect
(at 3.755 9.2369 270)
(size 2.5 1.1)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.25)
(solder_mask_margin 0.0508)
(thermal_bridge_angle 45)
(uuid "912f339b-da23-4429-b096-f30b25320685")
)
(pad "18" smd roundrect
(at 5.66 9.2369 270)
(size 2.5 1.1)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.25)
(solder_mask_margin 0.0508)
(thermal_bridge_angle 45)
(uuid "ae670273-d1f8-43e0-9bf0-a2bbbf7d4ee6")
)
(pad "19" smd circle
(at -1.325 -8.5685)
(size 1.7 1.7)
(layers "F.Cu" "F.Paste" "F.Mask")
(uuid "ad890579-1e55-4b71-9d59-080a59598896")
)
(pad "20" smd circle
(at 1.215 -8.5685)
(size 1.7 1.7)
(layers "F.Cu" "F.Paste" "F.Mask")
(uuid "22959b7c-559b-4b72-b2a4-a0d26b3295b4")
)
(pad "21" smd circle
(at -1.325 -6.0285)
(size 1.7 1.7)
(layers "F.Cu" "F.Paste" "F.Mask")
(uuid "b41f05b6-c247-4448-ade6-b9856922e9c3")
)
(pad "22" smd circle
(at 1.215 -6.0285)
(size 1.7 1.7)
(layers "F.Cu" "F.Paste" "F.Mask")
(uuid "f7daaee5-3d37-4977-8c14-d58689c2eaf6")
)
)

View file

@ -0,0 +1 @@
{"EXTRA_LAYERS": "", "ALL_ACTIVE_LAYERS": false, "EXTEND_EDGE_CUT": false, "ALTERNATIVE_EDGE_CUT": false, "AUTO TRANSLATE": true, "AUTO FILL": true, "EXCLUDE DNP": false}

View file

@ -0,0 +1,9 @@
(fp_lib_table
(version 7)
(lib (name "LED_Reversed")(type "KiCad")(uri "${KIPRJMOD}/Libraries/LED_Reversed.pretty")(options "")(descr ""))
(lib (name "Seeed Studio XIAO Series Library")(type "KiCad")(uri "${KIPRJMOD}/Libraries/Seeed Studio XIAO Series Library.pretty")(options "")(descr ""))
(lib (name "OLED_096_636")(type "KiCad")(uri "${KIPRJMOD}/Libraries/OLED_096_636.pretty")(options "")(descr ""))
(lib (name "Kailh_PG1353_Solderable")(type "KiCad")(uri "${KIPRJMOD}/Libraries/Kailh_PG1353_Solderable.pretty")(options "")(descr ""))
(lib (name "EC05E1220203")(type "KiCad")(uri "${KIPRJMOD}/Libraries/EC05E1220203.pretty")(options "")(descr ""))
(lib (name "assets")(type "KiCad")(uri "/home/Simon/Documents/hackpad/assets")(options "")(descr ""))
)

View file

@ -0,0 +1,520 @@
%TF.GenerationSoftware,KiCad,Pcbnew,8.0.8*%
%TF.CreationDate,2025-02-20T23:43:36+01:00*%
%TF.ProjectId,hackpad,6861636b-7061-4642-9e6b-696361645f70,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 8.0.8) date 2025-02-20 23:43:36*
%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*%
%AMOutline5P*
0 Free polygon, 5 corners , with rotation*
0 The origin of the aperture is its center*
0 number of corners: always 5*
0 $1 to $10 corner X, Y*
0 $11 Rotation angle, in degrees counterclockwise*
0 create outline with 5 corners*
4,1,5,$1,$2,$3,$4,$5,$6,$7,$8,$9,$10,$1,$2,$11*%
%AMOutline6P*
0 Free polygon, 6 corners , with rotation*
0 The origin of the aperture is its center*
0 number of corners: always 6*
0 $1 to $12 corner X, Y*
0 $13 Rotation angle, in degrees counterclockwise*
0 create outline with 6 corners*
4,1,6,$1,$2,$3,$4,$5,$6,$7,$8,$9,$10,$11,$12,$1,$2,$13*%
%AMOutline7P*
0 Free polygon, 7 corners , with rotation*
0 The origin of the aperture is its center*
0 number of corners: always 7*
0 $1 to $14 corner X, Y*
0 $15 Rotation angle, in degrees counterclockwise*
0 create outline with 7 corners*
4,1,7,$1,$2,$3,$4,$5,$6,$7,$8,$9,$10,$11,$12,$13,$14,$1,$2,$15*%
%AMOutline8P*
0 Free polygon, 8 corners , with rotation*
0 The origin of the aperture is its center*
0 number of corners: always 8*
0 $1 to $16 corner X, Y*
0 $17 Rotation angle, in degrees counterclockwise*
0 create outline with 8 corners*
4,1,8,$1,$2,$3,$4,$5,$6,$7,$8,$9,$10,$11,$12,$13,$14,$15,$16,$1,$2,$17*%
G04 Aperture macros list end*
%ADD10R,0.820000X1.800000*%
%ADD11Outline5P,-0.900000X0.410000X0.900000X0.410000X0.900000X-0.164000X0.654000X-0.410000X-0.900000X-0.410000X270.000000*%
%ADD12RoundRect,0.102000X0.754000X0.754000X-0.754000X0.754000X-0.754000X-0.754000X0.754000X-0.754000X0*%
%ADD13C,1.712000*%
%ADD14C,3.204000*%
%ADD15O,1.500000X2.000000*%
%ADD16C,5.000000*%
%ADD17C,2.300000*%
%ADD18C,3.800000*%
%ADD19R,1.800000X0.820000*%
%ADD20Outline5P,-0.900000X0.410000X0.900000X0.410000X0.900000X-0.164000X0.654000X-0.410000X-0.900000X-0.410000X180.000000*%
%ADD21Outline5P,-0.900000X0.410000X0.900000X0.410000X0.900000X-0.164000X0.654000X-0.410000X-0.900000X-0.410000X0.000000*%
%ADD22Outline5P,-0.900000X0.410000X0.900000X0.410000X0.900000X-0.164000X0.654000X-0.410000X-0.900000X-0.410000X90.000000*%
%ADD23R,1.600000X1.600000*%
%ADD24O,1.600000X1.600000*%
%ADD25RoundRect,0.160000X-0.197500X-0.160000X0.197500X-0.160000X0.197500X0.160000X-0.197500X0.160000X0*%
%ADD26RoundRect,0.150000X0.512500X0.150000X-0.512500X0.150000X-0.512500X-0.150000X0.512500X-0.150000X0*%
%ADD27RoundRect,0.152400X-1.063600X-0.609600X1.063600X-0.609600X1.063600X0.609600X-1.063600X0.609600X0*%
%ADD28C,1.524000*%
%ADD29RoundRect,0.152400X1.063600X0.609600X-1.063600X0.609600X-1.063600X-0.609600X1.063600X-0.609600X0*%
%ADD30C,1.200000*%
G04 APERTURE END LIST*
D10*
%TO.C,LED_SUB3*%
X59450000Y-60900000D03*
X57950000Y-60900000D03*
D11*
X57950000Y-66100000D03*
D10*
X59450000Y-66100000D03*
%TD*%
D12*
%TO.C,U2*%
X73810000Y-55055000D03*
D13*
X71270000Y-55055000D03*
X68730000Y-55055000D03*
X66190000Y-55055000D03*
D14*
X81750000Y-54325000D03*
X58250000Y-54325000D03*
X58250000Y-30325000D03*
X81750000Y-30325000D03*
%TD*%
D15*
%TO.C,SW1*%
X36425000Y-46575000D03*
D16*
X41425000Y-41425000D03*
D17*
X46425000Y-37625000D03*
X41425000Y-35425000D03*
%TD*%
D15*
%TO.C,SW4*%
X93575000Y-65625000D03*
D16*
X98575000Y-60475000D03*
D17*
X103575000Y-56675000D03*
X98575000Y-54475000D03*
%TD*%
D18*
%TO.C,H2*%
X110600000Y-29400000D03*
%TD*%
%TO.C,H3*%
X29400000Y-29400000D03*
%TD*%
D15*
%TO.C,SW6*%
X55475000Y-84675000D03*
D16*
X60475000Y-79525000D03*
D17*
X65475000Y-75725000D03*
X60475000Y-73525000D03*
%TD*%
D15*
%TO.C,SW9*%
X36425000Y-103725000D03*
D16*
X41425000Y-98575000D03*
D17*
X46425000Y-94775000D03*
X41425000Y-92575000D03*
%TD*%
D18*
%TO.C,H1*%
X110600000Y-110600000D03*
%TD*%
D19*
%TO.C,LED8*%
X101175000Y-85475000D03*
X101175000Y-83975000D03*
D20*
X95975000Y-83975000D03*
D19*
X95975000Y-85475000D03*
%TD*%
D15*
%TO.C,SW12*%
X93575000Y-103725000D03*
D16*
X98575000Y-98575000D03*
D17*
X103575000Y-94775000D03*
X98575000Y-92575000D03*
%TD*%
D19*
%TO.C,LED2*%
X101175000Y-47375000D03*
X101175000Y-45875000D03*
D20*
X95975000Y-45875000D03*
D19*
X95975000Y-47375000D03*
%TD*%
D18*
%TO.C,H4*%
X29400000Y-110600000D03*
%TD*%
D19*
%TO.C,LED9*%
X38825000Y-103025000D03*
X38825000Y-104525000D03*
D21*
X44025000Y-104525000D03*
D19*
X44025000Y-103025000D03*
%TD*%
%TO.C,LED5*%
X44025000Y-85475000D03*
X44025000Y-83975000D03*
D20*
X38825000Y-83975000D03*
D19*
X38825000Y-85475000D03*
%TD*%
D10*
%TO.C,LED_SUB4*%
X80550000Y-66100000D03*
X82050000Y-66100000D03*
D22*
X82050000Y-60900000D03*
D10*
X80550000Y-60900000D03*
%TD*%
D19*
%TO.C,LED6*%
X63075000Y-85475000D03*
X63075000Y-83975000D03*
D20*
X57875000Y-83975000D03*
D19*
X57875000Y-85475000D03*
%TD*%
%TO.C,LED7*%
X82125000Y-85475000D03*
X82125000Y-83975000D03*
D20*
X76925000Y-83975000D03*
D19*
X76925000Y-85475000D03*
%TD*%
%TO.C,LED1*%
X38825000Y-45875000D03*
X38825000Y-47375000D03*
D21*
X44025000Y-47375000D03*
D19*
X44025000Y-45875000D03*
%TD*%
D15*
%TO.C,SW8*%
X93575000Y-84675000D03*
D16*
X98575000Y-79525000D03*
D17*
X103575000Y-75725000D03*
X98575000Y-73525000D03*
%TD*%
D19*
%TO.C,LED4*%
X95975000Y-64925000D03*
X95975000Y-66425000D03*
D21*
X101175000Y-66425000D03*
D19*
X101175000Y-64925000D03*
%TD*%
D15*
%TO.C,SW5*%
X36425000Y-84675000D03*
D16*
X41425000Y-79525000D03*
D17*
X46425000Y-75725000D03*
X41425000Y-73525000D03*
%TD*%
D15*
%TO.C,SW3*%
X36425000Y-65625000D03*
D16*
X41425000Y-60475000D03*
D17*
X46425000Y-56675000D03*
X41425000Y-54475000D03*
%TD*%
D19*
%TO.C,LED11*%
X76925000Y-103025000D03*
X76925000Y-104525000D03*
D21*
X82125000Y-104525000D03*
D19*
X82125000Y-103025000D03*
%TD*%
D15*
%TO.C,SW11*%
X74525000Y-103725000D03*
D16*
X79525000Y-98575000D03*
D17*
X84525000Y-94775000D03*
X79525000Y-92575000D03*
%TD*%
D19*
%TO.C,LED12*%
X95975000Y-103025000D03*
X95975000Y-104525000D03*
D21*
X101175000Y-104525000D03*
D19*
X101175000Y-103025000D03*
%TD*%
D15*
%TO.C,SW7*%
X74525000Y-84675000D03*
D16*
X79525000Y-79525000D03*
D17*
X84525000Y-75725000D03*
X79525000Y-73525000D03*
%TD*%
D19*
%TO.C,LED3*%
X38825000Y-64925000D03*
X38825000Y-66425000D03*
D21*
X44025000Y-66425000D03*
D19*
X44025000Y-64925000D03*
%TD*%
%TO.C,LED10*%
X57875000Y-103025000D03*
X57875000Y-104525000D03*
D21*
X63075000Y-104525000D03*
D19*
X63075000Y-103025000D03*
%TD*%
D15*
%TO.C,SW2*%
X93575000Y-46575000D03*
D16*
X98575000Y-41425000D03*
D17*
X103575000Y-37625000D03*
X98575000Y-35425000D03*
%TD*%
D15*
%TO.C,SW10*%
X55475000Y-103725000D03*
D16*
X60475000Y-98575000D03*
D17*
X65475000Y-94775000D03*
X60475000Y-92575000D03*
%TD*%
D23*
%TO.C,D10*%
X50975000Y-105575000D03*
D24*
X50975000Y-97955000D03*
%TD*%
D23*
%TO.C,D13*%
X86750000Y-67370000D03*
D24*
X86750000Y-59750000D03*
%TD*%
D23*
%TO.C,D8*%
X89075000Y-86525000D03*
D24*
X89075000Y-78905000D03*
%TD*%
D23*
%TO.C,D12*%
X89075000Y-105575000D03*
D24*
X89075000Y-97955000D03*
%TD*%
D23*
%TO.C,D5*%
X31925000Y-86525000D03*
D24*
X31925000Y-78905000D03*
%TD*%
D23*
%TO.C,D14*%
X53000000Y-67000000D03*
D24*
X53000000Y-59380000D03*
%TD*%
D23*
%TO.C,D15*%
X110000000Y-37000000D03*
D24*
X110000000Y-44620000D03*
%TD*%
D23*
%TO.C,D9*%
X31925000Y-105575000D03*
D24*
X31925000Y-97955000D03*
%TD*%
D25*
%TO.C,R1*%
X63055000Y-54750000D03*
X64250000Y-54750000D03*
%TD*%
D23*
%TO.C,D1*%
X31925000Y-48425000D03*
D24*
X31925000Y-40805000D03*
%TD*%
D23*
%TO.C,D11*%
X70025000Y-105575000D03*
D24*
X70025000Y-97955000D03*
%TD*%
D26*
%TO.C,U3*%
X49562500Y-41425000D03*
X49562500Y-42375000D03*
X49562500Y-43325000D03*
X47287500Y-43325000D03*
X47287500Y-41425000D03*
%TD*%
D23*
%TO.C,D4*%
X106825000Y-65575000D03*
D24*
X106825000Y-57955000D03*
%TD*%
D23*
%TO.C,D7*%
X70000000Y-86500000D03*
D24*
X70000000Y-78880000D03*
%TD*%
D23*
%TO.C,D2*%
X86250000Y-43120000D03*
D24*
X86250000Y-35500000D03*
%TD*%
D27*
%TO.C,U1*%
X78455000Y-34405000D03*
D28*
X77620000Y-34405000D03*
D27*
X78455000Y-36945000D03*
D28*
X77620000Y-36945000D03*
D27*
X78455000Y-39485000D03*
D28*
X77620000Y-39485000D03*
D27*
X78455000Y-42025000D03*
D28*
X77620000Y-42025000D03*
D27*
X78455000Y-44565000D03*
D28*
X77620000Y-44565000D03*
D27*
X78455000Y-47105000D03*
D28*
X77620000Y-47105000D03*
D27*
X78455000Y-49645000D03*
D28*
X77620000Y-49645000D03*
X62380000Y-49645000D03*
D29*
X61545000Y-49645000D03*
D28*
X62380000Y-47105000D03*
D29*
X61545000Y-47105000D03*
D28*
X62380000Y-44565000D03*
D29*
X61545000Y-44565000D03*
D28*
X62380000Y-42025000D03*
D29*
X61545000Y-42025000D03*
D28*
X62380000Y-39485000D03*
D29*
X61545000Y-39485000D03*
D28*
X62380000Y-36945000D03*
D29*
X61545000Y-36945000D03*
D28*
X62380000Y-34405000D03*
D29*
X61545000Y-34405000D03*
%TD*%
D23*
%TO.C,D6*%
X50975000Y-86525000D03*
D24*
X50975000Y-78905000D03*
%TD*%
D25*
%TO.C,R2*%
X63055000Y-53750000D03*
X64250000Y-53750000D03*
%TD*%
D23*
%TO.C,D16*%
X110000000Y-67000000D03*
D24*
X110000000Y-59380000D03*
%TD*%
D30*
%TO.C,C2*%
X54000000Y-43500000D03*
X54000000Y-41500000D03*
%TD*%
D23*
%TO.C,D3*%
X31925000Y-67475000D03*
D24*
X31925000Y-59855000D03*
%TD*%
M02*

View file

@ -0,0 +1,207 @@
%TF.GenerationSoftware,KiCad,Pcbnew,8.0.8*%
%TF.CreationDate,2025-02-20T23:43:36+01:00*%
%TF.ProjectId,hackpad,6861636b-7061-4642-9e6b-696361645f70,rev?*%
%TF.SameCoordinates,Original*%
%TF.FileFunction,Paste,Bot*%
%TF.FilePolarity,Positive*%
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW 8.0.8) date 2025-02-20 23:43:36*
%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*%
%AMOutline5P*
0 Free polygon, 5 corners , with rotation*
0 The origin of the aperture is its center*
0 number of corners: always 5*
0 $1 to $10 corner X, Y*
0 $11 Rotation angle, in degrees counterclockwise*
0 create outline with 5 corners*
4,1,5,$1,$2,$3,$4,$5,$6,$7,$8,$9,$10,$1,$2,$11*%
%AMOutline6P*
0 Free polygon, 6 corners , with rotation*
0 The origin of the aperture is its center*
0 number of corners: always 6*
0 $1 to $12 corner X, Y*
0 $13 Rotation angle, in degrees counterclockwise*
0 create outline with 6 corners*
4,1,6,$1,$2,$3,$4,$5,$6,$7,$8,$9,$10,$11,$12,$1,$2,$13*%
%AMOutline7P*
0 Free polygon, 7 corners , with rotation*
0 The origin of the aperture is its center*
0 number of corners: always 7*
0 $1 to $14 corner X, Y*
0 $15 Rotation angle, in degrees counterclockwise*
0 create outline with 7 corners*
4,1,7,$1,$2,$3,$4,$5,$6,$7,$8,$9,$10,$11,$12,$13,$14,$1,$2,$15*%
%AMOutline8P*
0 Free polygon, 8 corners , with rotation*
0 The origin of the aperture is its center*
0 number of corners: always 8*
0 $1 to $16 corner X, Y*
0 $17 Rotation angle, in degrees counterclockwise*
0 create outline with 8 corners*
4,1,8,$1,$2,$3,$4,$5,$6,$7,$8,$9,$10,$11,$12,$13,$14,$15,$16,$1,$2,$17*%
G04 Aperture macros list end*
%ADD10R,0.820000X1.800000*%
%ADD11Outline5P,-0.900000X0.410000X0.900000X0.410000X0.900000X-0.164000X0.654000X-0.410000X-0.900000X-0.410000X270.000000*%
%ADD12R,1.800000X0.820000*%
%ADD13Outline5P,-0.900000X0.410000X0.900000X0.410000X0.900000X-0.164000X0.654000X-0.410000X-0.900000X-0.410000X180.000000*%
%ADD14Outline5P,-0.900000X0.410000X0.900000X0.410000X0.900000X-0.164000X0.654000X-0.410000X-0.900000X-0.410000X0.000000*%
%ADD15Outline5P,-0.900000X0.410000X0.900000X0.410000X0.900000X-0.164000X0.654000X-0.410000X-0.900000X-0.410000X90.000000*%
%ADD16RoundRect,0.160000X-0.197500X-0.160000X0.197500X-0.160000X0.197500X0.160000X-0.197500X0.160000X0*%
%ADD17RoundRect,0.150000X0.512500X0.150000X-0.512500X0.150000X-0.512500X-0.150000X0.512500X-0.150000X0*%
G04 APERTURE END LIST*
D10*
%TO.C,LED_SUB3*%
X59450000Y-60900000D03*
X57950000Y-60900000D03*
D11*
X57950000Y-66100000D03*
D10*
X59450000Y-66100000D03*
%TD*%
D12*
%TO.C,LED8*%
X101175000Y-85475000D03*
X101175000Y-83975000D03*
D13*
X95975000Y-83975000D03*
D12*
X95975000Y-85475000D03*
%TD*%
%TO.C,LED2*%
X101175000Y-47375000D03*
X101175000Y-45875000D03*
D13*
X95975000Y-45875000D03*
D12*
X95975000Y-47375000D03*
%TD*%
%TO.C,LED9*%
X38825000Y-103025000D03*
X38825000Y-104525000D03*
D14*
X44025000Y-104525000D03*
D12*
X44025000Y-103025000D03*
%TD*%
%TO.C,LED5*%
X44025000Y-85475000D03*
X44025000Y-83975000D03*
D13*
X38825000Y-83975000D03*
D12*
X38825000Y-85475000D03*
%TD*%
D10*
%TO.C,LED_SUB4*%
X80550000Y-66100000D03*
X82050000Y-66100000D03*
D15*
X82050000Y-60900000D03*
D10*
X80550000Y-60900000D03*
%TD*%
D12*
%TO.C,LED6*%
X63075000Y-85475000D03*
X63075000Y-83975000D03*
D13*
X57875000Y-83975000D03*
D12*
X57875000Y-85475000D03*
%TD*%
%TO.C,LED7*%
X82125000Y-85475000D03*
X82125000Y-83975000D03*
D13*
X76925000Y-83975000D03*
D12*
X76925000Y-85475000D03*
%TD*%
%TO.C,LED1*%
X38825000Y-45875000D03*
X38825000Y-47375000D03*
D14*
X44025000Y-47375000D03*
D12*
X44025000Y-45875000D03*
%TD*%
%TO.C,LED4*%
X95975000Y-64925000D03*
X95975000Y-66425000D03*
D14*
X101175000Y-66425000D03*
D12*
X101175000Y-64925000D03*
%TD*%
%TO.C,LED11*%
X76925000Y-103025000D03*
X76925000Y-104525000D03*
D14*
X82125000Y-104525000D03*
D12*
X82125000Y-103025000D03*
%TD*%
%TO.C,LED12*%
X95975000Y-103025000D03*
X95975000Y-104525000D03*
D14*
X101175000Y-104525000D03*
D12*
X101175000Y-103025000D03*
%TD*%
%TO.C,LED3*%
X38825000Y-64925000D03*
X38825000Y-66425000D03*
D14*
X44025000Y-66425000D03*
D12*
X44025000Y-64925000D03*
%TD*%
%TO.C,LED10*%
X57875000Y-103025000D03*
X57875000Y-104525000D03*
D14*
X63075000Y-104525000D03*
D12*
X63075000Y-103025000D03*
%TD*%
D16*
%TO.C,R1*%
X63055000Y-54750000D03*
X64250000Y-54750000D03*
%TD*%
D17*
%TO.C,U3*%
X49562500Y-41425000D03*
X49562500Y-42375000D03*
X49562500Y-43325000D03*
X47287500Y-43325000D03*
X47287500Y-41425000D03*
%TD*%
D16*
%TO.C,R2*%
X63055000Y-53750000D03*
X64250000Y-53750000D03*
%TD*%
M02*

View file

@ -0,0 +1,648 @@
%TF.GenerationSoftware,KiCad,Pcbnew,8.0.8*%
%TF.CreationDate,2025-02-20T23:43:36+01:00*%
%TF.ProjectId,hackpad,6861636b-7061-4642-9e6b-696361645f70,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 8.0.8) date 2025-02-20 23:43:36*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
%TA.AperFunction,Profile*%
%ADD10C,0.050000*%
%TD*%
%TA.AperFunction,Profile*%
%ADD11C,0.100000*%
%TD*%
%ADD12C,0.350000*%
%ADD13O,1.499999X1.999999*%
G04 APERTURE END LIST*
D10*
X77500000Y-60750000D02*
G75*
G02*
X78000000Y-61250000I0J-500000D01*
G01*
X29400000Y-113100000D02*
G75*
G02*
X26900000Y-110600000I0J2500000D01*
G01*
X110600000Y-26900000D02*
G75*
G02*
X113100000Y-29400000I0J-2500000D01*
G01*
X78000000Y-65750000D02*
G75*
G02*
X77500000Y-66250000I-500000J0D01*
G01*
X61800000Y-26900000D02*
X29400000Y-26900000D01*
X110600000Y-113100000D02*
X29400000Y-113100000D01*
X64300000Y-32000000D02*
G75*
G02*
X63800000Y-31500000I0J500000D01*
G01*
X75700000Y-32000000D02*
X64300000Y-32000000D01*
X76200000Y-31500000D02*
G75*
G02*
X75700000Y-32000000I-500000J0D01*
G01*
X26900000Y-110600000D02*
X26900000Y-29400000D01*
X63800000Y-28900000D02*
X63800000Y-31500000D01*
X76200000Y-28900000D02*
X76200000Y-31500000D01*
X113100000Y-29400000D02*
X113100000Y-110600000D01*
X78000000Y-61250000D02*
X78000000Y-65750000D01*
X62500000Y-60750000D02*
X77500000Y-60750000D01*
X61800000Y-26900000D02*
G75*
G02*
X63800000Y-28900000I0J-2000000D01*
G01*
X113100000Y-110600000D02*
G75*
G02*
X110600000Y-113100000I-2500000J0D01*
G01*
X26900000Y-29400000D02*
G75*
G02*
X29400000Y-26900000I2500000J0D01*
G01*
X62500000Y-66250000D02*
G75*
G02*
X62000000Y-65750000I0J500000D01*
G01*
X76200000Y-28900000D02*
G75*
G02*
X78200000Y-26900000I2000000J0D01*
G01*
X110600000Y-26900000D02*
X78200000Y-26900000D01*
X77500000Y-66250000D02*
X62500000Y-66250000D01*
X62000000Y-65750000D02*
X62000000Y-61250000D01*
X62000000Y-61250000D02*
G75*
G02*
X62500000Y-60750000I500000J0D01*
G01*
D11*
%TO.C,LED_SUB3*%
X57000000Y-64700000D02*
X57000000Y-62300000D01*
X57500000Y-61800000D02*
X59900000Y-61800000D01*
X59900000Y-65200000D02*
X57500000Y-65200000D01*
X60400000Y-62300000D02*
X60400000Y-64700000D01*
X57000000Y-62300000D02*
G75*
G02*
X57500000Y-61800000I500001J-1D01*
G01*
X57500000Y-65200000D02*
G75*
G02*
X57000000Y-64700000I0J500000D01*
G01*
X59900000Y-61800000D02*
G75*
G02*
X60400000Y-62300000I-1J-500001D01*
G01*
X60400000Y-64700000D02*
G75*
G02*
X59900000Y-65200000I-500000J0D01*
G01*
%TO.C,LED8*%
X96875000Y-85925000D02*
X96875000Y-83525000D01*
X97375000Y-83025000D02*
X99775000Y-83025000D01*
X99775000Y-86425000D02*
X97375000Y-86425000D01*
X100275000Y-83525000D02*
X100275000Y-85925000D01*
X96875000Y-83525000D02*
G75*
G02*
X97375000Y-83025000I500000J0D01*
G01*
X97375000Y-86425000D02*
G75*
G02*
X96875000Y-85925000I0J500000D01*
G01*
X99775000Y-83025000D02*
G75*
G02*
X100275000Y-83525000I-1J-500001D01*
G01*
X100275000Y-85925000D02*
G75*
G02*
X99775000Y-86425000I-500001J1D01*
G01*
%TO.C,LED2*%
X96875000Y-47825000D02*
X96875000Y-45425000D01*
X97375000Y-44925000D02*
X99775000Y-44925000D01*
X99775000Y-48325000D02*
X97375000Y-48325000D01*
X100275000Y-45425000D02*
X100275000Y-47825000D01*
X96875000Y-45425000D02*
G75*
G02*
X97375000Y-44925000I500000J0D01*
G01*
X97375000Y-48325000D02*
G75*
G02*
X96875000Y-47825000I0J500000D01*
G01*
X99775000Y-44925000D02*
G75*
G02*
X100275000Y-45425000I-1J-500001D01*
G01*
X100275000Y-47825000D02*
G75*
G02*
X99775000Y-48325000I-500001J1D01*
G01*
%TO.C,LED9*%
X39725000Y-104975000D02*
X39725000Y-102575000D01*
X40225000Y-102075000D02*
X42625000Y-102075000D01*
X42625000Y-105475000D02*
X40225000Y-105475000D01*
X43125000Y-102575000D02*
X43125000Y-104975000D01*
X39725000Y-102575000D02*
G75*
G02*
X40225000Y-102075000I500001J-1D01*
G01*
X40225000Y-105475000D02*
G75*
G02*
X39725000Y-104975000I1J500001D01*
G01*
X42625000Y-102075000D02*
G75*
G02*
X43125000Y-102575000I0J-500000D01*
G01*
X43125000Y-104975000D02*
G75*
G02*
X42625000Y-105475000I-500000J0D01*
G01*
%TO.C,LED5*%
X39725000Y-85925000D02*
X39725000Y-83525000D01*
X40225000Y-83025000D02*
X42625000Y-83025000D01*
X42625000Y-86425000D02*
X40225000Y-86425000D01*
X43125000Y-83525000D02*
X43125000Y-85925000D01*
X39725000Y-83525000D02*
G75*
G02*
X40225000Y-83025000I500000J0D01*
G01*
X40225000Y-86425000D02*
G75*
G02*
X39725000Y-85925000I0J500000D01*
G01*
X42625000Y-83025000D02*
G75*
G02*
X43125000Y-83525000I-1J-500001D01*
G01*
X43125000Y-85925000D02*
G75*
G02*
X42625000Y-86425000I-500001J1D01*
G01*
%TO.C,LED_SUB4*%
X79600000Y-64700000D02*
X79600000Y-62300000D01*
X80100000Y-61800000D02*
X82500000Y-61800000D01*
X82500000Y-65200000D02*
X80100000Y-65200000D01*
X83000000Y-62300000D02*
X83000000Y-64700000D01*
X79600000Y-62300000D02*
G75*
G02*
X80100000Y-61800000I500000J0D01*
G01*
X80100000Y-65200000D02*
G75*
G02*
X79600000Y-64700000I1J500001D01*
G01*
X82500000Y-61800000D02*
G75*
G02*
X83000000Y-62300000I0J-500000D01*
G01*
X83000000Y-64700000D02*
G75*
G02*
X82500000Y-65200000I-500001J1D01*
G01*
%TO.C,LED6*%
X58775000Y-85925000D02*
X58775000Y-83525000D01*
X59275000Y-83025000D02*
X61675000Y-83025000D01*
X61675000Y-86425000D02*
X59275000Y-86425000D01*
X62175000Y-83525000D02*
X62175000Y-85925000D01*
X58775000Y-83525000D02*
G75*
G02*
X59275000Y-83025000I500000J0D01*
G01*
X59275000Y-86425000D02*
G75*
G02*
X58775000Y-85925000I0J500000D01*
G01*
X61675000Y-83025000D02*
G75*
G02*
X62175000Y-83525000I-1J-500001D01*
G01*
X62175000Y-85925000D02*
G75*
G02*
X61675000Y-86425000I-500001J1D01*
G01*
%TO.C,LED7*%
X77825000Y-85925000D02*
X77825000Y-83525000D01*
X78325000Y-83025000D02*
X80725000Y-83025000D01*
X80725000Y-86425000D02*
X78325000Y-86425000D01*
X81225000Y-83525000D02*
X81225000Y-85925000D01*
X77825000Y-83525000D02*
G75*
G02*
X78325000Y-83025000I500000J0D01*
G01*
X78325000Y-86425000D02*
G75*
G02*
X77825000Y-85925000I0J500000D01*
G01*
X80725000Y-83025000D02*
G75*
G02*
X81225000Y-83525000I-1J-500001D01*
G01*
X81225000Y-85925000D02*
G75*
G02*
X80725000Y-86425000I-500001J1D01*
G01*
%TO.C,LED1*%
X39725000Y-47825000D02*
X39725000Y-45425000D01*
X40225000Y-44925000D02*
X42625000Y-44925000D01*
X42625000Y-48325000D02*
X40225000Y-48325000D01*
X43125000Y-45425000D02*
X43125000Y-47825000D01*
X39725000Y-45425000D02*
G75*
G02*
X40225000Y-44925000I500001J-1D01*
G01*
X40225000Y-48325000D02*
G75*
G02*
X39725000Y-47825000I1J500001D01*
G01*
X42625000Y-44925000D02*
G75*
G02*
X43125000Y-45425000I0J-500000D01*
G01*
X43125000Y-47825000D02*
G75*
G02*
X42625000Y-48325000I-500000J0D01*
G01*
%TO.C,LED4*%
X96875000Y-66875000D02*
X96875000Y-64475000D01*
X97375000Y-63975000D02*
X99775000Y-63975000D01*
X99775000Y-67375000D02*
X97375000Y-67375000D01*
X100275000Y-64475000D02*
X100275000Y-66875000D01*
X96875000Y-64475000D02*
G75*
G02*
X97375000Y-63975000I500001J-1D01*
G01*
X97375000Y-67375000D02*
G75*
G02*
X96875000Y-66875000I1J500001D01*
G01*
X99775000Y-63975000D02*
G75*
G02*
X100275000Y-64475000I0J-500000D01*
G01*
X100275000Y-66875000D02*
G75*
G02*
X99775000Y-67375000I-500000J0D01*
G01*
%TO.C,LED11*%
X77825000Y-104975000D02*
X77825000Y-102575000D01*
X78325000Y-102075000D02*
X80725000Y-102075000D01*
X80725000Y-105475000D02*
X78325000Y-105475000D01*
X81225000Y-102575000D02*
X81225000Y-104975000D01*
X77825000Y-102575000D02*
G75*
G02*
X78325000Y-102075000I500001J-1D01*
G01*
X78325000Y-105475000D02*
G75*
G02*
X77825000Y-104975000I1J500001D01*
G01*
X80725000Y-102075000D02*
G75*
G02*
X81225000Y-102575000I0J-500000D01*
G01*
X81225000Y-104975000D02*
G75*
G02*
X80725000Y-105475000I-500000J0D01*
G01*
%TO.C,LED12*%
X96875000Y-104975000D02*
X96875000Y-102575000D01*
X97375000Y-102075000D02*
X99775000Y-102075000D01*
X99775000Y-105475000D02*
X97375000Y-105475000D01*
X100275000Y-102575000D02*
X100275000Y-104975000D01*
X96875000Y-102575000D02*
G75*
G02*
X97375000Y-102075000I500001J-1D01*
G01*
X97375000Y-105475000D02*
G75*
G02*
X96875000Y-104975000I1J500001D01*
G01*
X99775000Y-102075000D02*
G75*
G02*
X100275000Y-102575000I0J-500000D01*
G01*
X100275000Y-104975000D02*
G75*
G02*
X99775000Y-105475000I-500000J0D01*
G01*
%TO.C,LED3*%
X39725000Y-66875000D02*
X39725000Y-64475000D01*
X40225000Y-63975000D02*
X42625000Y-63975000D01*
X42625000Y-67375000D02*
X40225000Y-67375000D01*
X43125000Y-64475000D02*
X43125000Y-66875000D01*
X39725000Y-64475000D02*
G75*
G02*
X40225000Y-63975000I500001J-1D01*
G01*
X40225000Y-67375000D02*
G75*
G02*
X39725000Y-66875000I1J500001D01*
G01*
X42625000Y-63975000D02*
G75*
G02*
X43125000Y-64475000I0J-500000D01*
G01*
X43125000Y-66875000D02*
G75*
G02*
X42625000Y-67375000I-500000J0D01*
G01*
%TO.C,LED10*%
X58775000Y-104975000D02*
X58775000Y-102575000D01*
X59275000Y-102075000D02*
X61675000Y-102075000D01*
X61675000Y-105475000D02*
X59275000Y-105475000D01*
X62175000Y-102575000D02*
X62175000Y-104975000D01*
X58775000Y-102575000D02*
G75*
G02*
X59275000Y-102075000I500001J-1D01*
G01*
X59275000Y-105475000D02*
G75*
G02*
X58775000Y-104975000I1J500001D01*
G01*
X61675000Y-102075000D02*
G75*
G02*
X62175000Y-102575000I0J-500000D01*
G01*
X62175000Y-104975000D02*
G75*
G02*
X61675000Y-105475000I-500000J0D01*
G01*
%TD*%
D12*
X73810000Y-55055000D03*
X71270000Y-55055000D03*
X68730000Y-55055000D03*
X66190000Y-55055000D03*
X81750000Y-54325000D03*
X58250000Y-54325000D03*
X58250000Y-30325000D03*
X81750000Y-30325000D03*
D13*
X36425000Y-46575000D03*
D12*
X41425000Y-41425000D03*
X46425000Y-37625000D03*
X41425000Y-35425000D03*
D13*
X93575000Y-65625000D03*
D12*
X98575000Y-60475000D03*
X103575000Y-56675000D03*
X98575000Y-54475000D03*
X110600000Y-29400000D03*
X29400000Y-29400000D03*
D13*
X55475000Y-84675000D03*
D12*
X60475000Y-79525000D03*
X65475000Y-75725000D03*
X60475000Y-73525000D03*
D13*
X36425000Y-103725000D03*
D12*
X41425000Y-98575000D03*
X46425000Y-94775000D03*
X41425000Y-92575000D03*
X110600000Y-110600000D03*
D13*
X93575000Y-103725000D03*
D12*
X98575000Y-98575000D03*
X103575000Y-94775000D03*
X98575000Y-92575000D03*
X29400000Y-110600000D03*
D13*
X93575000Y-84675000D03*
D12*
X98575000Y-79525000D03*
X103575000Y-75725000D03*
X98575000Y-73525000D03*
D13*
X36425000Y-84675000D03*
D12*
X41425000Y-79525000D03*
X46425000Y-75725000D03*
X41425000Y-73525000D03*
D13*
X36425000Y-65625000D03*
D12*
X41425000Y-60475000D03*
X46425000Y-56675000D03*
X41425000Y-54475000D03*
D13*
X74525000Y-103725000D03*
D12*
X79525000Y-98575000D03*
X84525000Y-94775000D03*
X79525000Y-92575000D03*
D13*
X74525000Y-84675000D03*
D12*
X79525000Y-79525000D03*
X84525000Y-75725000D03*
X79525000Y-73525000D03*
D13*
X93575000Y-46575000D03*
D12*
X98575000Y-41425000D03*
X103575000Y-37625000D03*
X98575000Y-35425000D03*
D13*
X55475000Y-103725000D03*
D12*
X60475000Y-98575000D03*
X65475000Y-94775000D03*
X60475000Y-92575000D03*
X50975000Y-105575000D03*
X50975000Y-97955000D03*
X86750000Y-67370000D03*
X86750000Y-59750000D03*
X89075000Y-86525000D03*
X89075000Y-78905000D03*
X89075000Y-105575000D03*
X89075000Y-97955000D03*
X31925000Y-86525000D03*
X31925000Y-78905000D03*
X53000000Y-67000000D03*
X53000000Y-59380000D03*
X110000000Y-37000000D03*
X110000000Y-44620000D03*
X31925000Y-105575000D03*
X31925000Y-97955000D03*
X31925000Y-48425000D03*
X31925000Y-40805000D03*
X70025000Y-105575000D03*
X70025000Y-97955000D03*
X106825000Y-65575000D03*
X106825000Y-57955000D03*
X70000000Y-86500000D03*
X70000000Y-78880000D03*
X86250000Y-43120000D03*
X86250000Y-35500000D03*
X77620000Y-34405000D03*
X77620000Y-36945000D03*
X77620000Y-39485000D03*
X77620000Y-42025000D03*
X77620000Y-44565000D03*
X77620000Y-47105000D03*
X77620000Y-49645000D03*
X62380000Y-49645000D03*
X62380000Y-47105000D03*
X62380000Y-44565000D03*
X62380000Y-42025000D03*
X62380000Y-39485000D03*
X62380000Y-36945000D03*
X62380000Y-34405000D03*
X50975000Y-86525000D03*
X50975000Y-78905000D03*
X110000000Y-67000000D03*
X110000000Y-59380000D03*
X54000000Y-43500000D03*
X54000000Y-41500000D03*
X31925000Y-67475000D03*
X31925000Y-59855000D03*
M02*

View file

@ -0,0 +1,283 @@
%TF.GenerationSoftware,KiCad,Pcbnew,8.0.8*%
%TF.CreationDate,2025-02-20T23:43:36+01:00*%
%TF.ProjectId,hackpad,6861636b-7061-4642-9e6b-696361645f70,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 8.0.8) date 2025-02-20 23:43:36*
%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*
%ADD10RoundRect,0.102000X0.754000X0.754000X-0.754000X0.754000X-0.754000X-0.754000X0.754000X-0.754000X0*%
%ADD11C,1.712000*%
%ADD12C,3.204000*%
%ADD13O,1.500000X2.000000*%
%ADD14C,5.000000*%
%ADD15C,3.800000*%
%ADD16R,1.250000X2.700000*%
%ADD17R,1.000000X2.000000*%
%ADD18R,2.700000X1.250000*%
%ADD19R,2.000000X1.000000*%
%ADD20R,1.600000X1.600000*%
%ADD21O,1.600000X1.600000*%
%ADD22C,1.524000*%
%ADD23C,1.200000*%
G04 APERTURE END LIST*
D10*
%TO.C,U2*%
X73810000Y-55055000D03*
D11*
X71270000Y-55055000D03*
X68730000Y-55055000D03*
X66190000Y-55055000D03*
D12*
X81750000Y-54325000D03*
X58250000Y-54325000D03*
X58250000Y-30325000D03*
X81750000Y-30325000D03*
%TD*%
D13*
%TO.C,SW1*%
X36425000Y-46575000D03*
D14*
X41425000Y-41425000D03*
%TD*%
D13*
%TO.C,SW4*%
X93575000Y-65625000D03*
D14*
X98575000Y-60475000D03*
%TD*%
D15*
%TO.C,H2*%
X110600000Y-29400000D03*
%TD*%
%TO.C,H3*%
X29400000Y-29400000D03*
%TD*%
D13*
%TO.C,SW6*%
X55475000Y-84675000D03*
D14*
X60475000Y-79525000D03*
%TD*%
D13*
%TO.C,SW9*%
X36425000Y-103725000D03*
D14*
X41425000Y-98575000D03*
%TD*%
D15*
%TO.C,H1*%
X110600000Y-110600000D03*
%TD*%
D16*
%TO.C,SW13*%
X73630000Y-58420000D03*
X66370000Y-58420000D03*
D17*
X68000000Y-57580000D03*
X72000000Y-57580000D03*
X70000000Y-57580000D03*
%TD*%
D13*
%TO.C,SW12*%
X93575000Y-103725000D03*
D14*
X98575000Y-98575000D03*
%TD*%
D15*
%TO.C,H4*%
X29400000Y-110600000D03*
%TD*%
D13*
%TO.C,SW8*%
X93575000Y-84675000D03*
D14*
X98575000Y-79525000D03*
%TD*%
D13*
%TO.C,SW5*%
X36425000Y-84675000D03*
D14*
X41425000Y-79525000D03*
%TD*%
D13*
%TO.C,SW3*%
X36425000Y-65625000D03*
D14*
X41425000Y-60475000D03*
%TD*%
D18*
%TO.C,SW14*%
X110720000Y-48370000D03*
X110720000Y-55630000D03*
D19*
X109880000Y-54000000D03*
X109880000Y-50000000D03*
X109880000Y-52000000D03*
%TD*%
D13*
%TO.C,SW11*%
X74525000Y-103725000D03*
D14*
X79525000Y-98575000D03*
%TD*%
D13*
%TO.C,SW7*%
X74525000Y-84675000D03*
D14*
X79525000Y-79525000D03*
%TD*%
D13*
%TO.C,SW2*%
X93575000Y-46575000D03*
D14*
X98575000Y-41425000D03*
%TD*%
D13*
%TO.C,SW10*%
X55475000Y-103725000D03*
D14*
X60475000Y-98575000D03*
%TD*%
D20*
%TO.C,D10*%
X50975000Y-105575000D03*
D21*
X50975000Y-97955000D03*
%TD*%
D20*
%TO.C,D13*%
X86750000Y-67370000D03*
D21*
X86750000Y-59750000D03*
%TD*%
D20*
%TO.C,D8*%
X89075000Y-86525000D03*
D21*
X89075000Y-78905000D03*
%TD*%
D20*
%TO.C,D12*%
X89075000Y-105575000D03*
D21*
X89075000Y-97955000D03*
%TD*%
D20*
%TO.C,D5*%
X31925000Y-86525000D03*
D21*
X31925000Y-78905000D03*
%TD*%
D20*
%TO.C,D14*%
X53000000Y-67000000D03*
D21*
X53000000Y-59380000D03*
%TD*%
D20*
%TO.C,D15*%
X110000000Y-37000000D03*
D21*
X110000000Y-44620000D03*
%TD*%
D20*
%TO.C,D9*%
X31925000Y-105575000D03*
D21*
X31925000Y-97955000D03*
%TD*%
D20*
%TO.C,D1*%
X31925000Y-48425000D03*
D21*
X31925000Y-40805000D03*
%TD*%
D20*
%TO.C,D11*%
X70025000Y-105575000D03*
D21*
X70025000Y-97955000D03*
%TD*%
D20*
%TO.C,D4*%
X106825000Y-65575000D03*
D21*
X106825000Y-57955000D03*
%TD*%
D20*
%TO.C,D7*%
X70000000Y-86500000D03*
D21*
X70000000Y-78880000D03*
%TD*%
D20*
%TO.C,D2*%
X86250000Y-43120000D03*
D21*
X86250000Y-35500000D03*
%TD*%
D22*
%TO.C,U1*%
X77620000Y-34405000D03*
X77620000Y-36945000D03*
X77620000Y-39485000D03*
X77620000Y-42025000D03*
X77620000Y-44565000D03*
X77620000Y-47105000D03*
X77620000Y-49645000D03*
X62380000Y-49645000D03*
X62380000Y-47105000D03*
X62380000Y-44565000D03*
X62380000Y-42025000D03*
X62380000Y-39485000D03*
X62380000Y-36945000D03*
X62380000Y-34405000D03*
%TD*%
D20*
%TO.C,D6*%
X50975000Y-86525000D03*
D21*
X50975000Y-78905000D03*
%TD*%
D20*
%TO.C,D16*%
X110000000Y-67000000D03*
D21*
X110000000Y-59380000D03*
%TD*%
D23*
%TO.C,C2*%
X54000000Y-43500000D03*
X54000000Y-41500000D03*
%TD*%
D20*
%TO.C,D3*%
X31925000Y-67475000D03*
D21*
X31925000Y-59855000D03*
%TD*%
M02*

View file

@ -0,0 +1,37 @@
%TF.GenerationSoftware,KiCad,Pcbnew,8.0.8*%
%TF.CreationDate,2025-02-20T23:43:36+01:00*%
%TF.ProjectId,hackpad,6861636b-7061-4642-9e6b-696361645f70,rev?*%
%TF.SameCoordinates,Original*%
%TF.FileFunction,Paste,Top*%
%TF.FilePolarity,Positive*%
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW 8.0.8) date 2025-02-20 23:43:36*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
%ADD10R,1.250000X2.700000*%
%ADD11R,1.000000X2.000000*%
%ADD12R,2.700000X1.250000*%
%ADD13R,2.000000X1.000000*%
G04 APERTURE END LIST*
D10*
%TO.C,SW13*%
X73630000Y-58420000D03*
X66370000Y-58420000D03*
D11*
X68000000Y-57580000D03*
X72000000Y-57580000D03*
X70000000Y-57580000D03*
%TD*%
D12*
%TO.C,SW14*%
X110720000Y-48370000D03*
X110720000Y-55630000D03*
D13*
X109880000Y-54000000D03*
X109880000Y-50000000D03*
X109880000Y-52000000D03*
%TD*%
M02*

View file

@ -0,0 +1,90 @@
M48
; DRILL file {KiCad 8.0.8} date 2025-02-20T23:43:36+0100
; FORMAT={-:-/ absolute / metric / decimal}
; #@! TF.CreationDate,2025-02-20T23:43:36+01:00
; #@! TF.GenerationSoftware,Kicad,Pcbnew,8.0.8
; #@! TF.FileFunction,NonPlated,1,2,NPTH
FMAT,2
METRIC
; #@! TA.AperFunction,NonPlated,NPTH,ComponentDrill
T1C1.500
; #@! TA.AperFunction,NonPlated,NPTH,ComponentDrill
T2C5.100
%
G90
G05
T2
X41.425Y-41.425
X41.425Y-60.475
X41.425Y-79.525
X41.425Y-98.575
X60.475Y-79.525
X60.475Y-98.575
X79.525Y-79.525
X79.525Y-98.575
X98.575Y-41.425
X98.575Y-60.475
X98.575Y-79.525
X98.575Y-98.575
T1
G00X36.425Y-46.825
M15
G01X36.425Y-46.325
M16
G05
G00X36.425Y-65.875
M15
G01X36.425Y-65.375
M16
G05
G00X36.425Y-84.925
M15
G01X36.425Y-84.425
M16
G05
G00X36.425Y-103.975
M15
G01X36.425Y-103.475
M16
G05
G00X55.475Y-84.925
M15
G01X55.475Y-84.425
M16
G05
G00X55.475Y-103.975
M15
G01X55.475Y-103.475
M16
G05
G00X74.525Y-84.925
M15
G01X74.525Y-84.425
M16
G05
G00X74.525Y-103.975
M15
G01X74.525Y-103.475
M16
G05
G00X93.575Y-46.825
M15
G01X93.575Y-46.325
M16
G05
G00X93.575Y-65.875
M15
G01X93.575Y-65.375
M16
G05
G00X93.575Y-84.925
M15
G01X93.575Y-84.425
M16
G05
G00X93.575Y-103.975
M15
G01X93.575Y-103.475
M16
G05
M30

View file

@ -0,0 +1,142 @@
M48
; DRILL file {KiCad 8.0.8} date 2025-02-20T23:43:36+0100
; FORMAT={-:-/ absolute / metric / decimal}
; #@! TF.CreationDate,2025-02-20T23:43:36+01:00
; #@! TF.GenerationSoftware,Kicad,Pcbnew,8.0.8
; #@! TF.FileFunction,Plated,1,2,PTH
FMAT,2
METRIC
; #@! TA.AperFunction,Plated,PTH,ViaDrill
T1C0.300
; #@! TA.AperFunction,Plated,PTH,ComponentDrill
T2C0.600
; #@! TA.AperFunction,Plated,PTH,ComponentDrill
T3C0.800
; #@! TA.AperFunction,Plated,PTH,ComponentDrill
T4C0.889
; #@! TA.AperFunction,Plated,PTH,ComponentDrill
T5C1.000
; #@! TA.AperFunction,Plated,PTH,ComponentDrill
T6C1.450
; #@! TA.AperFunction,Plated,PTH,ComponentDrill
T7C2.000
; #@! TA.AperFunction,Plated,PTH,ComponentDrill
T8C2.200
%
G90
G05
T1
X37.5Y-56.75
X41.25Y-51.5
X48.75Y-90.25
X52.0Y-49.0
X52.5Y-43.25
X55.25Y-60.0
X55.75Y-77.75
X56.75Y-70.75
X63.25Y-57.5
X69.533Y-50.295
X72.5Y-53.25
X76.0Y-49.0
X79.75Y-58.42
X81.75Y-51.25
X82.25Y-47.25
X82.5Y-57.0
X83.5Y-46.0
X87.75Y-57.65
X90.75Y-36.5
X94.25Y-56.25
X103.0Y-48.0
X111.0Y-57.5
T2
X54.0Y-41.5
X54.0Y-43.5
T3
X31.925Y-40.805
X31.925Y-48.425
X31.925Y-59.855
X31.925Y-67.475
X31.925Y-78.905
X31.925Y-86.525
X31.925Y-97.955
X31.925Y-105.575
X50.975Y-78.905
X50.975Y-86.525
X50.975Y-97.955
X50.975Y-105.575
X53.0Y-59.38
X53.0Y-67.0
X70.0Y-78.88
X70.0Y-86.5
X70.025Y-97.955
X70.025Y-105.575
X86.25Y-35.5
X86.25Y-43.12
X86.75Y-59.75
X86.75Y-67.37
X89.075Y-78.905
X89.075Y-86.525
X89.075Y-97.955
X89.075Y-105.575
X106.825Y-57.955
X106.825Y-65.575
X110.0Y-37.0
X110.0Y-44.62
X110.0Y-59.38
X110.0Y-67.0
T4
X62.38Y-34.405
X62.38Y-36.945
X62.38Y-39.485
X62.38Y-42.025
X62.38Y-44.565
X62.38Y-47.105
X62.38Y-49.645
X77.62Y-34.405
X77.62Y-36.945
X77.62Y-39.485
X77.62Y-42.025
X77.62Y-44.565
X77.62Y-47.105
X77.62Y-49.645
T5
X66.19Y-55.055
X68.73Y-55.055
X71.27Y-55.055
X73.81Y-55.055
T6
X41.425Y-35.425
X41.425Y-54.475
X41.425Y-73.525
X41.425Y-92.575
X46.425Y-37.625
X46.425Y-56.675
X46.425Y-75.725
X46.425Y-94.775
X60.475Y-73.525
X60.475Y-92.575
X65.475Y-75.725
X65.475Y-94.775
X79.525Y-73.525
X79.525Y-92.575
X84.525Y-75.725
X84.525Y-94.775
X98.575Y-35.425
X98.575Y-54.475
X98.575Y-73.525
X98.575Y-92.575
X103.575Y-37.625
X103.575Y-56.675
X103.575Y-75.725
X103.575Y-94.775
T7
X58.25Y-30.325
X58.25Y-54.325
X81.75Y-30.325
X81.75Y-54.325
T8
X29.4Y-29.4
X29.4Y-110.6
X110.6Y-29.4
X110.6Y-110.6
M30

View file

@ -0,0 +1,207 @@
%TF.GenerationSoftware,KiCad,Pcbnew,8.0.8*%
%TF.CreationDate,2025-02-20T23:43:36+01:00*%
%TF.ProjectId,hackpad,6861636b-7061-4642-9e6b-696361645f70,rev?*%
%TF.SameCoordinates,Original*%
%TF.FileFunction,Paste,Bot*%
%TF.FilePolarity,Positive*%
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW 8.0.8) date 2025-02-20 23:43:36*
%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*%
%AMOutline5P*
0 Free polygon, 5 corners , with rotation*
0 The origin of the aperture is its center*
0 number of corners: always 5*
0 $1 to $10 corner X, Y*
0 $11 Rotation angle, in degrees counterclockwise*
0 create outline with 5 corners*
4,1,5,$1,$2,$3,$4,$5,$6,$7,$8,$9,$10,$1,$2,$11*%
%AMOutline6P*
0 Free polygon, 6 corners , with rotation*
0 The origin of the aperture is its center*
0 number of corners: always 6*
0 $1 to $12 corner X, Y*
0 $13 Rotation angle, in degrees counterclockwise*
0 create outline with 6 corners*
4,1,6,$1,$2,$3,$4,$5,$6,$7,$8,$9,$10,$11,$12,$1,$2,$13*%
%AMOutline7P*
0 Free polygon, 7 corners , with rotation*
0 The origin of the aperture is its center*
0 number of corners: always 7*
0 $1 to $14 corner X, Y*
0 $15 Rotation angle, in degrees counterclockwise*
0 create outline with 7 corners*
4,1,7,$1,$2,$3,$4,$5,$6,$7,$8,$9,$10,$11,$12,$13,$14,$1,$2,$15*%
%AMOutline8P*
0 Free polygon, 8 corners , with rotation*
0 The origin of the aperture is its center*
0 number of corners: always 8*
0 $1 to $16 corner X, Y*
0 $17 Rotation angle, in degrees counterclockwise*
0 create outline with 8 corners*
4,1,8,$1,$2,$3,$4,$5,$6,$7,$8,$9,$10,$11,$12,$13,$14,$15,$16,$1,$2,$17*%
G04 Aperture macros list end*
%ADD10R,0.820000X1.800000*%
%ADD11Outline5P,-0.900000X0.410000X0.900000X0.410000X0.900000X-0.164000X0.654000X-0.410000X-0.900000X-0.410000X270.000000*%
%ADD12R,1.800000X0.820000*%
%ADD13Outline5P,-0.900000X0.410000X0.900000X0.410000X0.900000X-0.164000X0.654000X-0.410000X-0.900000X-0.410000X180.000000*%
%ADD14Outline5P,-0.900000X0.410000X0.900000X0.410000X0.900000X-0.164000X0.654000X-0.410000X-0.900000X-0.410000X0.000000*%
%ADD15Outline5P,-0.900000X0.410000X0.900000X0.410000X0.900000X-0.164000X0.654000X-0.410000X-0.900000X-0.410000X90.000000*%
%ADD16RoundRect,0.160000X-0.197500X-0.160000X0.197500X-0.160000X0.197500X0.160000X-0.197500X0.160000X0*%
%ADD17RoundRect,0.150000X0.512500X0.150000X-0.512500X0.150000X-0.512500X-0.150000X0.512500X-0.150000X0*%
G04 APERTURE END LIST*
D10*
%TO.C,LED_SUB3*%
X59450000Y-60900000D03*
X57950000Y-60900000D03*
D11*
X57950000Y-66100000D03*
D10*
X59450000Y-66100000D03*
%TD*%
D12*
%TO.C,LED8*%
X101175000Y-85475000D03*
X101175000Y-83975000D03*
D13*
X95975000Y-83975000D03*
D12*
X95975000Y-85475000D03*
%TD*%
%TO.C,LED2*%
X101175000Y-47375000D03*
X101175000Y-45875000D03*
D13*
X95975000Y-45875000D03*
D12*
X95975000Y-47375000D03*
%TD*%
%TO.C,LED9*%
X38825000Y-103025000D03*
X38825000Y-104525000D03*
D14*
X44025000Y-104525000D03*
D12*
X44025000Y-103025000D03*
%TD*%
%TO.C,LED5*%
X44025000Y-85475000D03*
X44025000Y-83975000D03*
D13*
X38825000Y-83975000D03*
D12*
X38825000Y-85475000D03*
%TD*%
D10*
%TO.C,LED_SUB4*%
X80550000Y-66100000D03*
X82050000Y-66100000D03*
D15*
X82050000Y-60900000D03*
D10*
X80550000Y-60900000D03*
%TD*%
D12*
%TO.C,LED6*%
X63075000Y-85475000D03*
X63075000Y-83975000D03*
D13*
X57875000Y-83975000D03*
D12*
X57875000Y-85475000D03*
%TD*%
%TO.C,LED7*%
X82125000Y-85475000D03*
X82125000Y-83975000D03*
D13*
X76925000Y-83975000D03*
D12*
X76925000Y-85475000D03*
%TD*%
%TO.C,LED1*%
X38825000Y-45875000D03*
X38825000Y-47375000D03*
D14*
X44025000Y-47375000D03*
D12*
X44025000Y-45875000D03*
%TD*%
%TO.C,LED4*%
X95975000Y-64925000D03*
X95975000Y-66425000D03*
D14*
X101175000Y-66425000D03*
D12*
X101175000Y-64925000D03*
%TD*%
%TO.C,LED11*%
X76925000Y-103025000D03*
X76925000Y-104525000D03*
D14*
X82125000Y-104525000D03*
D12*
X82125000Y-103025000D03*
%TD*%
%TO.C,LED12*%
X95975000Y-103025000D03*
X95975000Y-104525000D03*
D14*
X101175000Y-104525000D03*
D12*
X101175000Y-103025000D03*
%TD*%
%TO.C,LED3*%
X38825000Y-64925000D03*
X38825000Y-66425000D03*
D14*
X44025000Y-66425000D03*
D12*
X44025000Y-64925000D03*
%TD*%
%TO.C,LED10*%
X57875000Y-103025000D03*
X57875000Y-104525000D03*
D14*
X63075000Y-104525000D03*
D12*
X63075000Y-103025000D03*
%TD*%
D16*
%TO.C,R1*%
X63055000Y-54750000D03*
X64250000Y-54750000D03*
%TD*%
D17*
%TO.C,U3*%
X49562500Y-41425000D03*
X49562500Y-42375000D03*
X49562500Y-43325000D03*
X47287500Y-43325000D03*
X47287500Y-41425000D03*
%TD*%
D16*
%TO.C,R2*%
X63055000Y-53750000D03*
X64250000Y-53750000D03*
%TD*%
M02*

View file

@ -0,0 +1,37 @@
%TF.GenerationSoftware,KiCad,Pcbnew,8.0.8*%
%TF.CreationDate,2025-02-20T23:43:36+01:00*%
%TF.ProjectId,hackpad,6861636b-7061-4642-9e6b-696361645f70,rev?*%
%TF.SameCoordinates,Original*%
%TF.FileFunction,Paste,Top*%
%TF.FilePolarity,Positive*%
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW 8.0.8) date 2025-02-20 23:43:36*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
%ADD10R,1.250000X2.700000*%
%ADD11R,1.000000X2.000000*%
%ADD12R,2.700000X1.250000*%
%ADD13R,2.000000X1.000000*%
G04 APERTURE END LIST*
D10*
%TO.C,SW13*%
X73630000Y-58420000D03*
X66370000Y-58420000D03*
D11*
X68000000Y-57580000D03*
X72000000Y-57580000D03*
X70000000Y-57580000D03*
%TD*%
D12*
%TO.C,SW14*%
X110720000Y-48370000D03*
X110720000Y-55630000D03*
D13*
X109880000Y-54000000D03*
X109880000Y-50000000D03*
X109880000Y-52000000D03*
%TD*%
M02*

View file

@ -0,0 +1,90 @@
M48
; DRILL file {KiCad 8.0.8} date 2025-02-20T23:43:36+0100
; FORMAT={-:-/ absolute / metric / decimal}
; #@! TF.CreationDate,2025-02-20T23:43:36+01:00
; #@! TF.GenerationSoftware,Kicad,Pcbnew,8.0.8
; #@! TF.FileFunction,NonPlated,1,2,NPTH
FMAT,2
METRIC
; #@! TA.AperFunction,NonPlated,NPTH,ComponentDrill
T1C1.500
; #@! TA.AperFunction,NonPlated,NPTH,ComponentDrill
T2C5.100
%
G90
G05
T2
X41.425Y-41.425
X41.425Y-60.475
X41.425Y-79.525
X41.425Y-98.575
X60.475Y-79.525
X60.475Y-98.575
X79.525Y-79.525
X79.525Y-98.575
X98.575Y-41.425
X98.575Y-60.475
X98.575Y-79.525
X98.575Y-98.575
T1
G00X36.425Y-46.825
M15
G01X36.425Y-46.325
M16
G05
G00X36.425Y-65.875
M15
G01X36.425Y-65.375
M16
G05
G00X36.425Y-84.925
M15
G01X36.425Y-84.425
M16
G05
G00X36.425Y-103.975
M15
G01X36.425Y-103.475
M16
G05
G00X55.475Y-84.925
M15
G01X55.475Y-84.425
M16
G05
G00X55.475Y-103.975
M15
G01X55.475Y-103.475
M16
G05
G00X74.525Y-84.925
M15
G01X74.525Y-84.425
M16
G05
G00X74.525Y-103.975
M15
G01X74.525Y-103.475
M16
G05
G00X93.575Y-46.825
M15
G01X93.575Y-46.325
M16
G05
G00X93.575Y-65.875
M15
G01X93.575Y-65.375
M16
G05
G00X93.575Y-84.925
M15
G01X93.575Y-84.425
M16
G05
G00X93.575Y-103.975
M15
G01X93.575Y-103.475
M16
G05
M30

View file

@ -0,0 +1,142 @@
M48
; DRILL file {KiCad 8.0.8} date 2025-02-20T23:43:36+0100
; FORMAT={-:-/ absolute / metric / decimal}
; #@! TF.CreationDate,2025-02-20T23:43:36+01:00
; #@! TF.GenerationSoftware,Kicad,Pcbnew,8.0.8
; #@! TF.FileFunction,Plated,1,2,PTH
FMAT,2
METRIC
; #@! TA.AperFunction,Plated,PTH,ViaDrill
T1C0.300
; #@! TA.AperFunction,Plated,PTH,ComponentDrill
T2C0.600
; #@! TA.AperFunction,Plated,PTH,ComponentDrill
T3C0.800
; #@! TA.AperFunction,Plated,PTH,ComponentDrill
T4C0.889
; #@! TA.AperFunction,Plated,PTH,ComponentDrill
T5C1.000
; #@! TA.AperFunction,Plated,PTH,ComponentDrill
T6C1.450
; #@! TA.AperFunction,Plated,PTH,ComponentDrill
T7C2.000
; #@! TA.AperFunction,Plated,PTH,ComponentDrill
T8C2.200
%
G90
G05
T1
X37.5Y-56.75
X41.25Y-51.5
X48.75Y-90.25
X52.0Y-49.0
X52.5Y-43.25
X55.25Y-60.0
X55.75Y-77.75
X56.75Y-70.75
X63.25Y-57.5
X69.533Y-50.295
X72.5Y-53.25
X76.0Y-49.0
X79.75Y-58.42
X81.75Y-51.25
X82.25Y-47.25
X82.5Y-57.0
X83.5Y-46.0
X87.75Y-57.65
X90.75Y-36.5
X94.25Y-56.25
X103.0Y-48.0
X111.0Y-57.5
T2
X54.0Y-41.5
X54.0Y-43.5
T3
X31.925Y-40.805
X31.925Y-48.425
X31.925Y-59.855
X31.925Y-67.475
X31.925Y-78.905
X31.925Y-86.525
X31.925Y-97.955
X31.925Y-105.575
X50.975Y-78.905
X50.975Y-86.525
X50.975Y-97.955
X50.975Y-105.575
X53.0Y-59.38
X53.0Y-67.0
X70.0Y-78.88
X70.0Y-86.5
X70.025Y-97.955
X70.025Y-105.575
X86.25Y-35.5
X86.25Y-43.12
X86.75Y-59.75
X86.75Y-67.37
X89.075Y-78.905
X89.075Y-86.525
X89.075Y-97.955
X89.075Y-105.575
X106.825Y-57.955
X106.825Y-65.575
X110.0Y-37.0
X110.0Y-44.62
X110.0Y-59.38
X110.0Y-67.0
T4
X62.38Y-34.405
X62.38Y-36.945
X62.38Y-39.485
X62.38Y-42.025
X62.38Y-44.565
X62.38Y-47.105
X62.38Y-49.645
X77.62Y-34.405
X77.62Y-36.945
X77.62Y-39.485
X77.62Y-42.025
X77.62Y-44.565
X77.62Y-47.105
X77.62Y-49.645
T5
X66.19Y-55.055
X68.73Y-55.055
X71.27Y-55.055
X73.81Y-55.055
T6
X41.425Y-35.425
X41.425Y-54.475
X41.425Y-73.525
X41.425Y-92.575
X46.425Y-37.625
X46.425Y-56.675
X46.425Y-75.725
X46.425Y-94.775
X60.475Y-73.525
X60.475Y-92.575
X65.475Y-75.725
X65.475Y-94.775
X79.525Y-73.525
X79.525Y-92.575
X84.525Y-75.725
X84.525Y-94.775
X98.575Y-35.425
X98.575Y-54.475
X98.575Y-73.525
X98.575Y-92.575
X103.575Y-37.625
X103.575Y-56.675
X103.575Y-75.725
X103.575Y-94.775
T7
X58.25Y-30.325
X58.25Y-54.325
X81.75Y-30.325
X81.75Y-54.325
T8
X29.4Y-29.4
X29.4Y-110.6
X110.6Y-29.4
X110.6Y-110.6
M30

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,520 @@
%TF.GenerationSoftware,KiCad,Pcbnew,8.0.8*%
%TF.CreationDate,2025-02-20T23:43:36+01:00*%
%TF.ProjectId,hackpad,6861636b-7061-4642-9e6b-696361645f70,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 8.0.8) date 2025-02-20 23:43:36*
%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*%
%AMOutline5P*
0 Free polygon, 5 corners , with rotation*
0 The origin of the aperture is its center*
0 number of corners: always 5*
0 $1 to $10 corner X, Y*
0 $11 Rotation angle, in degrees counterclockwise*
0 create outline with 5 corners*
4,1,5,$1,$2,$3,$4,$5,$6,$7,$8,$9,$10,$1,$2,$11*%
%AMOutline6P*
0 Free polygon, 6 corners , with rotation*
0 The origin of the aperture is its center*
0 number of corners: always 6*
0 $1 to $12 corner X, Y*
0 $13 Rotation angle, in degrees counterclockwise*
0 create outline with 6 corners*
4,1,6,$1,$2,$3,$4,$5,$6,$7,$8,$9,$10,$11,$12,$1,$2,$13*%
%AMOutline7P*
0 Free polygon, 7 corners , with rotation*
0 The origin of the aperture is its center*
0 number of corners: always 7*
0 $1 to $14 corner X, Y*
0 $15 Rotation angle, in degrees counterclockwise*
0 create outline with 7 corners*
4,1,7,$1,$2,$3,$4,$5,$6,$7,$8,$9,$10,$11,$12,$13,$14,$1,$2,$15*%
%AMOutline8P*
0 Free polygon, 8 corners , with rotation*
0 The origin of the aperture is its center*
0 number of corners: always 8*
0 $1 to $16 corner X, Y*
0 $17 Rotation angle, in degrees counterclockwise*
0 create outline with 8 corners*
4,1,8,$1,$2,$3,$4,$5,$6,$7,$8,$9,$10,$11,$12,$13,$14,$15,$16,$1,$2,$17*%
G04 Aperture macros list end*
%ADD10R,0.820000X1.800000*%
%ADD11Outline5P,-0.900000X0.410000X0.900000X0.410000X0.900000X-0.164000X0.654000X-0.410000X-0.900000X-0.410000X270.000000*%
%ADD12RoundRect,0.102000X0.754000X0.754000X-0.754000X0.754000X-0.754000X-0.754000X0.754000X-0.754000X0*%
%ADD13C,1.712000*%
%ADD14C,3.204000*%
%ADD15O,1.500000X2.000000*%
%ADD16C,5.000000*%
%ADD17C,2.300000*%
%ADD18C,3.800000*%
%ADD19R,1.800000X0.820000*%
%ADD20Outline5P,-0.900000X0.410000X0.900000X0.410000X0.900000X-0.164000X0.654000X-0.410000X-0.900000X-0.410000X180.000000*%
%ADD21Outline5P,-0.900000X0.410000X0.900000X0.410000X0.900000X-0.164000X0.654000X-0.410000X-0.900000X-0.410000X0.000000*%
%ADD22Outline5P,-0.900000X0.410000X0.900000X0.410000X0.900000X-0.164000X0.654000X-0.410000X-0.900000X-0.410000X90.000000*%
%ADD23R,1.600000X1.600000*%
%ADD24O,1.600000X1.600000*%
%ADD25RoundRect,0.160000X-0.197500X-0.160000X0.197500X-0.160000X0.197500X0.160000X-0.197500X0.160000X0*%
%ADD26RoundRect,0.150000X0.512500X0.150000X-0.512500X0.150000X-0.512500X-0.150000X0.512500X-0.150000X0*%
%ADD27RoundRect,0.152400X-1.063600X-0.609600X1.063600X-0.609600X1.063600X0.609600X-1.063600X0.609600X0*%
%ADD28C,1.524000*%
%ADD29RoundRect,0.152400X1.063600X0.609600X-1.063600X0.609600X-1.063600X-0.609600X1.063600X-0.609600X0*%
%ADD30C,1.200000*%
G04 APERTURE END LIST*
D10*
%TO.C,LED_SUB3*%
X59450000Y-60900000D03*
X57950000Y-60900000D03*
D11*
X57950000Y-66100000D03*
D10*
X59450000Y-66100000D03*
%TD*%
D12*
%TO.C,U2*%
X73810000Y-55055000D03*
D13*
X71270000Y-55055000D03*
X68730000Y-55055000D03*
X66190000Y-55055000D03*
D14*
X81750000Y-54325000D03*
X58250000Y-54325000D03*
X58250000Y-30325000D03*
X81750000Y-30325000D03*
%TD*%
D15*
%TO.C,SW1*%
X36425000Y-46575000D03*
D16*
X41425000Y-41425000D03*
D17*
X46425000Y-37625000D03*
X41425000Y-35425000D03*
%TD*%
D15*
%TO.C,SW4*%
X93575000Y-65625000D03*
D16*
X98575000Y-60475000D03*
D17*
X103575000Y-56675000D03*
X98575000Y-54475000D03*
%TD*%
D18*
%TO.C,H2*%
X110600000Y-29400000D03*
%TD*%
%TO.C,H3*%
X29400000Y-29400000D03*
%TD*%
D15*
%TO.C,SW6*%
X55475000Y-84675000D03*
D16*
X60475000Y-79525000D03*
D17*
X65475000Y-75725000D03*
X60475000Y-73525000D03*
%TD*%
D15*
%TO.C,SW9*%
X36425000Y-103725000D03*
D16*
X41425000Y-98575000D03*
D17*
X46425000Y-94775000D03*
X41425000Y-92575000D03*
%TD*%
D18*
%TO.C,H1*%
X110600000Y-110600000D03*
%TD*%
D19*
%TO.C,LED8*%
X101175000Y-85475000D03*
X101175000Y-83975000D03*
D20*
X95975000Y-83975000D03*
D19*
X95975000Y-85475000D03*
%TD*%
D15*
%TO.C,SW12*%
X93575000Y-103725000D03*
D16*
X98575000Y-98575000D03*
D17*
X103575000Y-94775000D03*
X98575000Y-92575000D03*
%TD*%
D19*
%TO.C,LED2*%
X101175000Y-47375000D03*
X101175000Y-45875000D03*
D20*
X95975000Y-45875000D03*
D19*
X95975000Y-47375000D03*
%TD*%
D18*
%TO.C,H4*%
X29400000Y-110600000D03*
%TD*%
D19*
%TO.C,LED9*%
X38825000Y-103025000D03*
X38825000Y-104525000D03*
D21*
X44025000Y-104525000D03*
D19*
X44025000Y-103025000D03*
%TD*%
%TO.C,LED5*%
X44025000Y-85475000D03*
X44025000Y-83975000D03*
D20*
X38825000Y-83975000D03*
D19*
X38825000Y-85475000D03*
%TD*%
D10*
%TO.C,LED_SUB4*%
X80550000Y-66100000D03*
X82050000Y-66100000D03*
D22*
X82050000Y-60900000D03*
D10*
X80550000Y-60900000D03*
%TD*%
D19*
%TO.C,LED6*%
X63075000Y-85475000D03*
X63075000Y-83975000D03*
D20*
X57875000Y-83975000D03*
D19*
X57875000Y-85475000D03*
%TD*%
%TO.C,LED7*%
X82125000Y-85475000D03*
X82125000Y-83975000D03*
D20*
X76925000Y-83975000D03*
D19*
X76925000Y-85475000D03*
%TD*%
%TO.C,LED1*%
X38825000Y-45875000D03*
X38825000Y-47375000D03*
D21*
X44025000Y-47375000D03*
D19*
X44025000Y-45875000D03*
%TD*%
D15*
%TO.C,SW8*%
X93575000Y-84675000D03*
D16*
X98575000Y-79525000D03*
D17*
X103575000Y-75725000D03*
X98575000Y-73525000D03*
%TD*%
D19*
%TO.C,LED4*%
X95975000Y-64925000D03*
X95975000Y-66425000D03*
D21*
X101175000Y-66425000D03*
D19*
X101175000Y-64925000D03*
%TD*%
D15*
%TO.C,SW5*%
X36425000Y-84675000D03*
D16*
X41425000Y-79525000D03*
D17*
X46425000Y-75725000D03*
X41425000Y-73525000D03*
%TD*%
D15*
%TO.C,SW3*%
X36425000Y-65625000D03*
D16*
X41425000Y-60475000D03*
D17*
X46425000Y-56675000D03*
X41425000Y-54475000D03*
%TD*%
D19*
%TO.C,LED11*%
X76925000Y-103025000D03*
X76925000Y-104525000D03*
D21*
X82125000Y-104525000D03*
D19*
X82125000Y-103025000D03*
%TD*%
D15*
%TO.C,SW11*%
X74525000Y-103725000D03*
D16*
X79525000Y-98575000D03*
D17*
X84525000Y-94775000D03*
X79525000Y-92575000D03*
%TD*%
D19*
%TO.C,LED12*%
X95975000Y-103025000D03*
X95975000Y-104525000D03*
D21*
X101175000Y-104525000D03*
D19*
X101175000Y-103025000D03*
%TD*%
D15*
%TO.C,SW7*%
X74525000Y-84675000D03*
D16*
X79525000Y-79525000D03*
D17*
X84525000Y-75725000D03*
X79525000Y-73525000D03*
%TD*%
D19*
%TO.C,LED3*%
X38825000Y-64925000D03*
X38825000Y-66425000D03*
D21*
X44025000Y-66425000D03*
D19*
X44025000Y-64925000D03*
%TD*%
%TO.C,LED10*%
X57875000Y-103025000D03*
X57875000Y-104525000D03*
D21*
X63075000Y-104525000D03*
D19*
X63075000Y-103025000D03*
%TD*%
D15*
%TO.C,SW2*%
X93575000Y-46575000D03*
D16*
X98575000Y-41425000D03*
D17*
X103575000Y-37625000D03*
X98575000Y-35425000D03*
%TD*%
D15*
%TO.C,SW10*%
X55475000Y-103725000D03*
D16*
X60475000Y-98575000D03*
D17*
X65475000Y-94775000D03*
X60475000Y-92575000D03*
%TD*%
D23*
%TO.C,D10*%
X50975000Y-105575000D03*
D24*
X50975000Y-97955000D03*
%TD*%
D23*
%TO.C,D13*%
X86750000Y-67370000D03*
D24*
X86750000Y-59750000D03*
%TD*%
D23*
%TO.C,D8*%
X89075000Y-86525000D03*
D24*
X89075000Y-78905000D03*
%TD*%
D23*
%TO.C,D12*%
X89075000Y-105575000D03*
D24*
X89075000Y-97955000D03*
%TD*%
D23*
%TO.C,D5*%
X31925000Y-86525000D03*
D24*
X31925000Y-78905000D03*
%TD*%
D23*
%TO.C,D14*%
X53000000Y-67000000D03*
D24*
X53000000Y-59380000D03*
%TD*%
D23*
%TO.C,D15*%
X110000000Y-37000000D03*
D24*
X110000000Y-44620000D03*
%TD*%
D23*
%TO.C,D9*%
X31925000Y-105575000D03*
D24*
X31925000Y-97955000D03*
%TD*%
D25*
%TO.C,R1*%
X63055000Y-54750000D03*
X64250000Y-54750000D03*
%TD*%
D23*
%TO.C,D1*%
X31925000Y-48425000D03*
D24*
X31925000Y-40805000D03*
%TD*%
D23*
%TO.C,D11*%
X70025000Y-105575000D03*
D24*
X70025000Y-97955000D03*
%TD*%
D26*
%TO.C,U3*%
X49562500Y-41425000D03*
X49562500Y-42375000D03*
X49562500Y-43325000D03*
X47287500Y-43325000D03*
X47287500Y-41425000D03*
%TD*%
D23*
%TO.C,D4*%
X106825000Y-65575000D03*
D24*
X106825000Y-57955000D03*
%TD*%
D23*
%TO.C,D7*%
X70000000Y-86500000D03*
D24*
X70000000Y-78880000D03*
%TD*%
D23*
%TO.C,D2*%
X86250000Y-43120000D03*
D24*
X86250000Y-35500000D03*
%TD*%
D27*
%TO.C,U1*%
X78455000Y-34405000D03*
D28*
X77620000Y-34405000D03*
D27*
X78455000Y-36945000D03*
D28*
X77620000Y-36945000D03*
D27*
X78455000Y-39485000D03*
D28*
X77620000Y-39485000D03*
D27*
X78455000Y-42025000D03*
D28*
X77620000Y-42025000D03*
D27*
X78455000Y-44565000D03*
D28*
X77620000Y-44565000D03*
D27*
X78455000Y-47105000D03*
D28*
X77620000Y-47105000D03*
D27*
X78455000Y-49645000D03*
D28*
X77620000Y-49645000D03*
X62380000Y-49645000D03*
D29*
X61545000Y-49645000D03*
D28*
X62380000Y-47105000D03*
D29*
X61545000Y-47105000D03*
D28*
X62380000Y-44565000D03*
D29*
X61545000Y-44565000D03*
D28*
X62380000Y-42025000D03*
D29*
X61545000Y-42025000D03*
D28*
X62380000Y-39485000D03*
D29*
X61545000Y-39485000D03*
D28*
X62380000Y-36945000D03*
D29*
X61545000Y-36945000D03*
D28*
X62380000Y-34405000D03*
D29*
X61545000Y-34405000D03*
%TD*%
D23*
%TO.C,D6*%
X50975000Y-86525000D03*
D24*
X50975000Y-78905000D03*
%TD*%
D25*
%TO.C,R2*%
X63055000Y-53750000D03*
X64250000Y-53750000D03*
%TD*%
D23*
%TO.C,D16*%
X110000000Y-67000000D03*
D24*
X110000000Y-59380000D03*
%TD*%
D30*
%TO.C,C2*%
X54000000Y-43500000D03*
X54000000Y-41500000D03*
%TD*%
D23*
%TO.C,D3*%
X31925000Y-67475000D03*
D24*
X31925000Y-59855000D03*
%TD*%
M02*

View file

@ -0,0 +1,648 @@
%TF.GenerationSoftware,KiCad,Pcbnew,8.0.8*%
%TF.CreationDate,2025-02-20T23:43:36+01:00*%
%TF.ProjectId,hackpad,6861636b-7061-4642-9e6b-696361645f70,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 8.0.8) date 2025-02-20 23:43:36*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
%TA.AperFunction,Profile*%
%ADD10C,0.050000*%
%TD*%
%TA.AperFunction,Profile*%
%ADD11C,0.100000*%
%TD*%
%ADD12C,0.350000*%
%ADD13O,1.499999X1.999999*%
G04 APERTURE END LIST*
D10*
X77500000Y-60750000D02*
G75*
G02*
X78000000Y-61250000I0J-500000D01*
G01*
X29400000Y-113100000D02*
G75*
G02*
X26900000Y-110600000I0J2500000D01*
G01*
X110600000Y-26900000D02*
G75*
G02*
X113100000Y-29400000I0J-2500000D01*
G01*
X78000000Y-65750000D02*
G75*
G02*
X77500000Y-66250000I-500000J0D01*
G01*
X61800000Y-26900000D02*
X29400000Y-26900000D01*
X110600000Y-113100000D02*
X29400000Y-113100000D01*
X64300000Y-32000000D02*
G75*
G02*
X63800000Y-31500000I0J500000D01*
G01*
X75700000Y-32000000D02*
X64300000Y-32000000D01*
X76200000Y-31500000D02*
G75*
G02*
X75700000Y-32000000I-500000J0D01*
G01*
X26900000Y-110600000D02*
X26900000Y-29400000D01*
X63800000Y-28900000D02*
X63800000Y-31500000D01*
X76200000Y-28900000D02*
X76200000Y-31500000D01*
X113100000Y-29400000D02*
X113100000Y-110600000D01*
X78000000Y-61250000D02*
X78000000Y-65750000D01*
X62500000Y-60750000D02*
X77500000Y-60750000D01*
X61800000Y-26900000D02*
G75*
G02*
X63800000Y-28900000I0J-2000000D01*
G01*
X113100000Y-110600000D02*
G75*
G02*
X110600000Y-113100000I-2500000J0D01*
G01*
X26900000Y-29400000D02*
G75*
G02*
X29400000Y-26900000I2500000J0D01*
G01*
X62500000Y-66250000D02*
G75*
G02*
X62000000Y-65750000I0J500000D01*
G01*
X76200000Y-28900000D02*
G75*
G02*
X78200000Y-26900000I2000000J0D01*
G01*
X110600000Y-26900000D02*
X78200000Y-26900000D01*
X77500000Y-66250000D02*
X62500000Y-66250000D01*
X62000000Y-65750000D02*
X62000000Y-61250000D01*
X62000000Y-61250000D02*
G75*
G02*
X62500000Y-60750000I500000J0D01*
G01*
D11*
%TO.C,LED_SUB3*%
X57000000Y-64700000D02*
X57000000Y-62300000D01*
X57500000Y-61800000D02*
X59900000Y-61800000D01*
X59900000Y-65200000D02*
X57500000Y-65200000D01*
X60400000Y-62300000D02*
X60400000Y-64700000D01*
X57000000Y-62300000D02*
G75*
G02*
X57500000Y-61800000I500001J-1D01*
G01*
X57500000Y-65200000D02*
G75*
G02*
X57000000Y-64700000I0J500000D01*
G01*
X59900000Y-61800000D02*
G75*
G02*
X60400000Y-62300000I-1J-500001D01*
G01*
X60400000Y-64700000D02*
G75*
G02*
X59900000Y-65200000I-500000J0D01*
G01*
%TO.C,LED8*%
X96875000Y-85925000D02*
X96875000Y-83525000D01*
X97375000Y-83025000D02*
X99775000Y-83025000D01*
X99775000Y-86425000D02*
X97375000Y-86425000D01*
X100275000Y-83525000D02*
X100275000Y-85925000D01*
X96875000Y-83525000D02*
G75*
G02*
X97375000Y-83025000I500000J0D01*
G01*
X97375000Y-86425000D02*
G75*
G02*
X96875000Y-85925000I0J500000D01*
G01*
X99775000Y-83025000D02*
G75*
G02*
X100275000Y-83525000I-1J-500001D01*
G01*
X100275000Y-85925000D02*
G75*
G02*
X99775000Y-86425000I-500001J1D01*
G01*
%TO.C,LED2*%
X96875000Y-47825000D02*
X96875000Y-45425000D01*
X97375000Y-44925000D02*
X99775000Y-44925000D01*
X99775000Y-48325000D02*
X97375000Y-48325000D01*
X100275000Y-45425000D02*
X100275000Y-47825000D01*
X96875000Y-45425000D02*
G75*
G02*
X97375000Y-44925000I500000J0D01*
G01*
X97375000Y-48325000D02*
G75*
G02*
X96875000Y-47825000I0J500000D01*
G01*
X99775000Y-44925000D02*
G75*
G02*
X100275000Y-45425000I-1J-500001D01*
G01*
X100275000Y-47825000D02*
G75*
G02*
X99775000Y-48325000I-500001J1D01*
G01*
%TO.C,LED9*%
X39725000Y-104975000D02*
X39725000Y-102575000D01*
X40225000Y-102075000D02*
X42625000Y-102075000D01*
X42625000Y-105475000D02*
X40225000Y-105475000D01*
X43125000Y-102575000D02*
X43125000Y-104975000D01*
X39725000Y-102575000D02*
G75*
G02*
X40225000Y-102075000I500001J-1D01*
G01*
X40225000Y-105475000D02*
G75*
G02*
X39725000Y-104975000I1J500001D01*
G01*
X42625000Y-102075000D02*
G75*
G02*
X43125000Y-102575000I0J-500000D01*
G01*
X43125000Y-104975000D02*
G75*
G02*
X42625000Y-105475000I-500000J0D01*
G01*
%TO.C,LED5*%
X39725000Y-85925000D02*
X39725000Y-83525000D01*
X40225000Y-83025000D02*
X42625000Y-83025000D01*
X42625000Y-86425000D02*
X40225000Y-86425000D01*
X43125000Y-83525000D02*
X43125000Y-85925000D01*
X39725000Y-83525000D02*
G75*
G02*
X40225000Y-83025000I500000J0D01*
G01*
X40225000Y-86425000D02*
G75*
G02*
X39725000Y-85925000I0J500000D01*
G01*
X42625000Y-83025000D02*
G75*
G02*
X43125000Y-83525000I-1J-500001D01*
G01*
X43125000Y-85925000D02*
G75*
G02*
X42625000Y-86425000I-500001J1D01*
G01*
%TO.C,LED_SUB4*%
X79600000Y-64700000D02*
X79600000Y-62300000D01*
X80100000Y-61800000D02*
X82500000Y-61800000D01*
X82500000Y-65200000D02*
X80100000Y-65200000D01*
X83000000Y-62300000D02*
X83000000Y-64700000D01*
X79600000Y-62300000D02*
G75*
G02*
X80100000Y-61800000I500000J0D01*
G01*
X80100000Y-65200000D02*
G75*
G02*
X79600000Y-64700000I1J500001D01*
G01*
X82500000Y-61800000D02*
G75*
G02*
X83000000Y-62300000I0J-500000D01*
G01*
X83000000Y-64700000D02*
G75*
G02*
X82500000Y-65200000I-500001J1D01*
G01*
%TO.C,LED6*%
X58775000Y-85925000D02*
X58775000Y-83525000D01*
X59275000Y-83025000D02*
X61675000Y-83025000D01*
X61675000Y-86425000D02*
X59275000Y-86425000D01*
X62175000Y-83525000D02*
X62175000Y-85925000D01*
X58775000Y-83525000D02*
G75*
G02*
X59275000Y-83025000I500000J0D01*
G01*
X59275000Y-86425000D02*
G75*
G02*
X58775000Y-85925000I0J500000D01*
G01*
X61675000Y-83025000D02*
G75*
G02*
X62175000Y-83525000I-1J-500001D01*
G01*
X62175000Y-85925000D02*
G75*
G02*
X61675000Y-86425000I-500001J1D01*
G01*
%TO.C,LED7*%
X77825000Y-85925000D02*
X77825000Y-83525000D01*
X78325000Y-83025000D02*
X80725000Y-83025000D01*
X80725000Y-86425000D02*
X78325000Y-86425000D01*
X81225000Y-83525000D02*
X81225000Y-85925000D01*
X77825000Y-83525000D02*
G75*
G02*
X78325000Y-83025000I500000J0D01*
G01*
X78325000Y-86425000D02*
G75*
G02*
X77825000Y-85925000I0J500000D01*
G01*
X80725000Y-83025000D02*
G75*
G02*
X81225000Y-83525000I-1J-500001D01*
G01*
X81225000Y-85925000D02*
G75*
G02*
X80725000Y-86425000I-500001J1D01*
G01*
%TO.C,LED1*%
X39725000Y-47825000D02*
X39725000Y-45425000D01*
X40225000Y-44925000D02*
X42625000Y-44925000D01*
X42625000Y-48325000D02*
X40225000Y-48325000D01*
X43125000Y-45425000D02*
X43125000Y-47825000D01*
X39725000Y-45425000D02*
G75*
G02*
X40225000Y-44925000I500001J-1D01*
G01*
X40225000Y-48325000D02*
G75*
G02*
X39725000Y-47825000I1J500001D01*
G01*
X42625000Y-44925000D02*
G75*
G02*
X43125000Y-45425000I0J-500000D01*
G01*
X43125000Y-47825000D02*
G75*
G02*
X42625000Y-48325000I-500000J0D01*
G01*
%TO.C,LED4*%
X96875000Y-66875000D02*
X96875000Y-64475000D01*
X97375000Y-63975000D02*
X99775000Y-63975000D01*
X99775000Y-67375000D02*
X97375000Y-67375000D01*
X100275000Y-64475000D02*
X100275000Y-66875000D01*
X96875000Y-64475000D02*
G75*
G02*
X97375000Y-63975000I500001J-1D01*
G01*
X97375000Y-67375000D02*
G75*
G02*
X96875000Y-66875000I1J500001D01*
G01*
X99775000Y-63975000D02*
G75*
G02*
X100275000Y-64475000I0J-500000D01*
G01*
X100275000Y-66875000D02*
G75*
G02*
X99775000Y-67375000I-500000J0D01*
G01*
%TO.C,LED11*%
X77825000Y-104975000D02*
X77825000Y-102575000D01*
X78325000Y-102075000D02*
X80725000Y-102075000D01*
X80725000Y-105475000D02*
X78325000Y-105475000D01*
X81225000Y-102575000D02*
X81225000Y-104975000D01*
X77825000Y-102575000D02*
G75*
G02*
X78325000Y-102075000I500001J-1D01*
G01*
X78325000Y-105475000D02*
G75*
G02*
X77825000Y-104975000I1J500001D01*
G01*
X80725000Y-102075000D02*
G75*
G02*
X81225000Y-102575000I0J-500000D01*
G01*
X81225000Y-104975000D02*
G75*
G02*
X80725000Y-105475000I-500000J0D01*
G01*
%TO.C,LED12*%
X96875000Y-104975000D02*
X96875000Y-102575000D01*
X97375000Y-102075000D02*
X99775000Y-102075000D01*
X99775000Y-105475000D02*
X97375000Y-105475000D01*
X100275000Y-102575000D02*
X100275000Y-104975000D01*
X96875000Y-102575000D02*
G75*
G02*
X97375000Y-102075000I500001J-1D01*
G01*
X97375000Y-105475000D02*
G75*
G02*
X96875000Y-104975000I1J500001D01*
G01*
X99775000Y-102075000D02*
G75*
G02*
X100275000Y-102575000I0J-500000D01*
G01*
X100275000Y-104975000D02*
G75*
G02*
X99775000Y-105475000I-500000J0D01*
G01*
%TO.C,LED3*%
X39725000Y-66875000D02*
X39725000Y-64475000D01*
X40225000Y-63975000D02*
X42625000Y-63975000D01*
X42625000Y-67375000D02*
X40225000Y-67375000D01*
X43125000Y-64475000D02*
X43125000Y-66875000D01*
X39725000Y-64475000D02*
G75*
G02*
X40225000Y-63975000I500001J-1D01*
G01*
X40225000Y-67375000D02*
G75*
G02*
X39725000Y-66875000I1J500001D01*
G01*
X42625000Y-63975000D02*
G75*
G02*
X43125000Y-64475000I0J-500000D01*
G01*
X43125000Y-66875000D02*
G75*
G02*
X42625000Y-67375000I-500000J0D01*
G01*
%TO.C,LED10*%
X58775000Y-104975000D02*
X58775000Y-102575000D01*
X59275000Y-102075000D02*
X61675000Y-102075000D01*
X61675000Y-105475000D02*
X59275000Y-105475000D01*
X62175000Y-102575000D02*
X62175000Y-104975000D01*
X58775000Y-102575000D02*
G75*
G02*
X59275000Y-102075000I500001J-1D01*
G01*
X59275000Y-105475000D02*
G75*
G02*
X58775000Y-104975000I1J500001D01*
G01*
X61675000Y-102075000D02*
G75*
G02*
X62175000Y-102575000I0J-500000D01*
G01*
X62175000Y-104975000D02*
G75*
G02*
X61675000Y-105475000I-500000J0D01*
G01*
%TD*%
D12*
X73810000Y-55055000D03*
X71270000Y-55055000D03*
X68730000Y-55055000D03*
X66190000Y-55055000D03*
X81750000Y-54325000D03*
X58250000Y-54325000D03*
X58250000Y-30325000D03*
X81750000Y-30325000D03*
D13*
X36425000Y-46575000D03*
D12*
X41425000Y-41425000D03*
X46425000Y-37625000D03*
X41425000Y-35425000D03*
D13*
X93575000Y-65625000D03*
D12*
X98575000Y-60475000D03*
X103575000Y-56675000D03*
X98575000Y-54475000D03*
X110600000Y-29400000D03*
X29400000Y-29400000D03*
D13*
X55475000Y-84675000D03*
D12*
X60475000Y-79525000D03*
X65475000Y-75725000D03*
X60475000Y-73525000D03*
D13*
X36425000Y-103725000D03*
D12*
X41425000Y-98575000D03*
X46425000Y-94775000D03*
X41425000Y-92575000D03*
X110600000Y-110600000D03*
D13*
X93575000Y-103725000D03*
D12*
X98575000Y-98575000D03*
X103575000Y-94775000D03*
X98575000Y-92575000D03*
X29400000Y-110600000D03*
D13*
X93575000Y-84675000D03*
D12*
X98575000Y-79525000D03*
X103575000Y-75725000D03*
X98575000Y-73525000D03*
D13*
X36425000Y-84675000D03*
D12*
X41425000Y-79525000D03*
X46425000Y-75725000D03*
X41425000Y-73525000D03*
D13*
X36425000Y-65625000D03*
D12*
X41425000Y-60475000D03*
X46425000Y-56675000D03*
X41425000Y-54475000D03*
D13*
X74525000Y-103725000D03*
D12*
X79525000Y-98575000D03*
X84525000Y-94775000D03*
X79525000Y-92575000D03*
D13*
X74525000Y-84675000D03*
D12*
X79525000Y-79525000D03*
X84525000Y-75725000D03*
X79525000Y-73525000D03*
D13*
X93575000Y-46575000D03*
D12*
X98575000Y-41425000D03*
X103575000Y-37625000D03*
X98575000Y-35425000D03*
D13*
X55475000Y-103725000D03*
D12*
X60475000Y-98575000D03*
X65475000Y-94775000D03*
X60475000Y-92575000D03*
X50975000Y-105575000D03*
X50975000Y-97955000D03*
X86750000Y-67370000D03*
X86750000Y-59750000D03*
X89075000Y-86525000D03*
X89075000Y-78905000D03*
X89075000Y-105575000D03*
X89075000Y-97955000D03*
X31925000Y-86525000D03*
X31925000Y-78905000D03*
X53000000Y-67000000D03*
X53000000Y-59380000D03*
X110000000Y-37000000D03*
X110000000Y-44620000D03*
X31925000Y-105575000D03*
X31925000Y-97955000D03*
X31925000Y-48425000D03*
X31925000Y-40805000D03*
X70025000Y-105575000D03*
X70025000Y-97955000D03*
X106825000Y-65575000D03*
X106825000Y-57955000D03*
X70000000Y-86500000D03*
X70000000Y-78880000D03*
X86250000Y-43120000D03*
X86250000Y-35500000D03*
X77620000Y-34405000D03*
X77620000Y-36945000D03*
X77620000Y-39485000D03*
X77620000Y-42025000D03*
X77620000Y-44565000D03*
X77620000Y-47105000D03*
X77620000Y-49645000D03*
X62380000Y-49645000D03*
X62380000Y-47105000D03*
X62380000Y-44565000D03*
X62380000Y-42025000D03*
X62380000Y-39485000D03*
X62380000Y-36945000D03*
X62380000Y-34405000D03*
X50975000Y-86525000D03*
X50975000Y-78905000D03*
X110000000Y-67000000D03*
X110000000Y-59380000D03*
X54000000Y-43500000D03*
X54000000Y-41500000D03*
X31925000Y-67475000D03*
X31925000Y-59855000D03*
M02*

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,283 @@
%TF.GenerationSoftware,KiCad,Pcbnew,8.0.8*%
%TF.CreationDate,2025-02-20T23:43:36+01:00*%
%TF.ProjectId,hackpad,6861636b-7061-4642-9e6b-696361645f70,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 8.0.8) date 2025-02-20 23:43:36*
%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*
%ADD10RoundRect,0.102000X0.754000X0.754000X-0.754000X0.754000X-0.754000X-0.754000X0.754000X-0.754000X0*%
%ADD11C,1.712000*%
%ADD12C,3.204000*%
%ADD13O,1.500000X2.000000*%
%ADD14C,5.000000*%
%ADD15C,3.800000*%
%ADD16R,1.250000X2.700000*%
%ADD17R,1.000000X2.000000*%
%ADD18R,2.700000X1.250000*%
%ADD19R,2.000000X1.000000*%
%ADD20R,1.600000X1.600000*%
%ADD21O,1.600000X1.600000*%
%ADD22C,1.524000*%
%ADD23C,1.200000*%
G04 APERTURE END LIST*
D10*
%TO.C,U2*%
X73810000Y-55055000D03*
D11*
X71270000Y-55055000D03*
X68730000Y-55055000D03*
X66190000Y-55055000D03*
D12*
X81750000Y-54325000D03*
X58250000Y-54325000D03*
X58250000Y-30325000D03*
X81750000Y-30325000D03*
%TD*%
D13*
%TO.C,SW1*%
X36425000Y-46575000D03*
D14*
X41425000Y-41425000D03*
%TD*%
D13*
%TO.C,SW4*%
X93575000Y-65625000D03*
D14*
X98575000Y-60475000D03*
%TD*%
D15*
%TO.C,H2*%
X110600000Y-29400000D03*
%TD*%
%TO.C,H3*%
X29400000Y-29400000D03*
%TD*%
D13*
%TO.C,SW6*%
X55475000Y-84675000D03*
D14*
X60475000Y-79525000D03*
%TD*%
D13*
%TO.C,SW9*%
X36425000Y-103725000D03*
D14*
X41425000Y-98575000D03*
%TD*%
D15*
%TO.C,H1*%
X110600000Y-110600000D03*
%TD*%
D16*
%TO.C,SW13*%
X73630000Y-58420000D03*
X66370000Y-58420000D03*
D17*
X68000000Y-57580000D03*
X72000000Y-57580000D03*
X70000000Y-57580000D03*
%TD*%
D13*
%TO.C,SW12*%
X93575000Y-103725000D03*
D14*
X98575000Y-98575000D03*
%TD*%
D15*
%TO.C,H4*%
X29400000Y-110600000D03*
%TD*%
D13*
%TO.C,SW8*%
X93575000Y-84675000D03*
D14*
X98575000Y-79525000D03*
%TD*%
D13*
%TO.C,SW5*%
X36425000Y-84675000D03*
D14*
X41425000Y-79525000D03*
%TD*%
D13*
%TO.C,SW3*%
X36425000Y-65625000D03*
D14*
X41425000Y-60475000D03*
%TD*%
D18*
%TO.C,SW14*%
X110720000Y-48370000D03*
X110720000Y-55630000D03*
D19*
X109880000Y-54000000D03*
X109880000Y-50000000D03*
X109880000Y-52000000D03*
%TD*%
D13*
%TO.C,SW11*%
X74525000Y-103725000D03*
D14*
X79525000Y-98575000D03*
%TD*%
D13*
%TO.C,SW7*%
X74525000Y-84675000D03*
D14*
X79525000Y-79525000D03*
%TD*%
D13*
%TO.C,SW2*%
X93575000Y-46575000D03*
D14*
X98575000Y-41425000D03*
%TD*%
D13*
%TO.C,SW10*%
X55475000Y-103725000D03*
D14*
X60475000Y-98575000D03*
%TD*%
D20*
%TO.C,D10*%
X50975000Y-105575000D03*
D21*
X50975000Y-97955000D03*
%TD*%
D20*
%TO.C,D13*%
X86750000Y-67370000D03*
D21*
X86750000Y-59750000D03*
%TD*%
D20*
%TO.C,D8*%
X89075000Y-86525000D03*
D21*
X89075000Y-78905000D03*
%TD*%
D20*
%TO.C,D12*%
X89075000Y-105575000D03*
D21*
X89075000Y-97955000D03*
%TD*%
D20*
%TO.C,D5*%
X31925000Y-86525000D03*
D21*
X31925000Y-78905000D03*
%TD*%
D20*
%TO.C,D14*%
X53000000Y-67000000D03*
D21*
X53000000Y-59380000D03*
%TD*%
D20*
%TO.C,D15*%
X110000000Y-37000000D03*
D21*
X110000000Y-44620000D03*
%TD*%
D20*
%TO.C,D9*%
X31925000Y-105575000D03*
D21*
X31925000Y-97955000D03*
%TD*%
D20*
%TO.C,D1*%
X31925000Y-48425000D03*
D21*
X31925000Y-40805000D03*
%TD*%
D20*
%TO.C,D11*%
X70025000Y-105575000D03*
D21*
X70025000Y-97955000D03*
%TD*%
D20*
%TO.C,D4*%
X106825000Y-65575000D03*
D21*
X106825000Y-57955000D03*
%TD*%
D20*
%TO.C,D7*%
X70000000Y-86500000D03*
D21*
X70000000Y-78880000D03*
%TD*%
D20*
%TO.C,D2*%
X86250000Y-43120000D03*
D21*
X86250000Y-35500000D03*
%TD*%
D22*
%TO.C,U1*%
X77620000Y-34405000D03*
X77620000Y-36945000D03*
X77620000Y-39485000D03*
X77620000Y-42025000D03*
X77620000Y-44565000D03*
X77620000Y-47105000D03*
X77620000Y-49645000D03*
X62380000Y-49645000D03*
X62380000Y-47105000D03*
X62380000Y-44565000D03*
X62380000Y-42025000D03*
X62380000Y-39485000D03*
X62380000Y-36945000D03*
X62380000Y-34405000D03*
%TD*%
D20*
%TO.C,D6*%
X50975000Y-86525000D03*
D21*
X50975000Y-78905000D03*
%TD*%
D20*
%TO.C,D16*%
X110000000Y-67000000D03*
D21*
X110000000Y-59380000D03*
%TD*%
D23*
%TO.C,C2*%
X54000000Y-43500000D03*
X54000000Y-41500000D03*
%TD*%
D20*
%TO.C,D3*%
X31925000Y-67475000D03*
D21*
X31925000Y-59855000D03*
%TD*%
M02*

View file

@ -0,0 +1,207 @@
%TF.GenerationSoftware,KiCad,Pcbnew,8.0.8*%
%TF.CreationDate,2025-02-20T23:43:36+01:00*%
%TF.ProjectId,hackpad,6861636b-7061-4642-9e6b-696361645f70,rev?*%
%TF.SameCoordinates,Original*%
%TF.FileFunction,Paste,Bot*%
%TF.FilePolarity,Positive*%
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW 8.0.8) date 2025-02-20 23:43:36*
%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*%
%AMOutline5P*
0 Free polygon, 5 corners , with rotation*
0 The origin of the aperture is its center*
0 number of corners: always 5*
0 $1 to $10 corner X, Y*
0 $11 Rotation angle, in degrees counterclockwise*
0 create outline with 5 corners*
4,1,5,$1,$2,$3,$4,$5,$6,$7,$8,$9,$10,$1,$2,$11*%
%AMOutline6P*
0 Free polygon, 6 corners , with rotation*
0 The origin of the aperture is its center*
0 number of corners: always 6*
0 $1 to $12 corner X, Y*
0 $13 Rotation angle, in degrees counterclockwise*
0 create outline with 6 corners*
4,1,6,$1,$2,$3,$4,$5,$6,$7,$8,$9,$10,$11,$12,$1,$2,$13*%
%AMOutline7P*
0 Free polygon, 7 corners , with rotation*
0 The origin of the aperture is its center*
0 number of corners: always 7*
0 $1 to $14 corner X, Y*
0 $15 Rotation angle, in degrees counterclockwise*
0 create outline with 7 corners*
4,1,7,$1,$2,$3,$4,$5,$6,$7,$8,$9,$10,$11,$12,$13,$14,$1,$2,$15*%
%AMOutline8P*
0 Free polygon, 8 corners , with rotation*
0 The origin of the aperture is its center*
0 number of corners: always 8*
0 $1 to $16 corner X, Y*
0 $17 Rotation angle, in degrees counterclockwise*
0 create outline with 8 corners*
4,1,8,$1,$2,$3,$4,$5,$6,$7,$8,$9,$10,$11,$12,$13,$14,$15,$16,$1,$2,$17*%
G04 Aperture macros list end*
%ADD10R,0.820000X1.800000*%
%ADD11Outline5P,-0.900000X0.410000X0.900000X0.410000X0.900000X-0.164000X0.654000X-0.410000X-0.900000X-0.410000X270.000000*%
%ADD12R,1.800000X0.820000*%
%ADD13Outline5P,-0.900000X0.410000X0.900000X0.410000X0.900000X-0.164000X0.654000X-0.410000X-0.900000X-0.410000X180.000000*%
%ADD14Outline5P,-0.900000X0.410000X0.900000X0.410000X0.900000X-0.164000X0.654000X-0.410000X-0.900000X-0.410000X0.000000*%
%ADD15Outline5P,-0.900000X0.410000X0.900000X0.410000X0.900000X-0.164000X0.654000X-0.410000X-0.900000X-0.410000X90.000000*%
%ADD16RoundRect,0.160000X-0.197500X-0.160000X0.197500X-0.160000X0.197500X0.160000X-0.197500X0.160000X0*%
%ADD17RoundRect,0.150000X0.512500X0.150000X-0.512500X0.150000X-0.512500X-0.150000X0.512500X-0.150000X0*%
G04 APERTURE END LIST*
D10*
%TO.C,LED_SUB3*%
X59450000Y-60900000D03*
X57950000Y-60900000D03*
D11*
X57950000Y-66100000D03*
D10*
X59450000Y-66100000D03*
%TD*%
D12*
%TO.C,LED8*%
X101175000Y-85475000D03*
X101175000Y-83975000D03*
D13*
X95975000Y-83975000D03*
D12*
X95975000Y-85475000D03*
%TD*%
%TO.C,LED2*%
X101175000Y-47375000D03*
X101175000Y-45875000D03*
D13*
X95975000Y-45875000D03*
D12*
X95975000Y-47375000D03*
%TD*%
%TO.C,LED9*%
X38825000Y-103025000D03*
X38825000Y-104525000D03*
D14*
X44025000Y-104525000D03*
D12*
X44025000Y-103025000D03*
%TD*%
%TO.C,LED5*%
X44025000Y-85475000D03*
X44025000Y-83975000D03*
D13*
X38825000Y-83975000D03*
D12*
X38825000Y-85475000D03*
%TD*%
D10*
%TO.C,LED_SUB4*%
X80550000Y-66100000D03*
X82050000Y-66100000D03*
D15*
X82050000Y-60900000D03*
D10*
X80550000Y-60900000D03*
%TD*%
D12*
%TO.C,LED6*%
X63075000Y-85475000D03*
X63075000Y-83975000D03*
D13*
X57875000Y-83975000D03*
D12*
X57875000Y-85475000D03*
%TD*%
%TO.C,LED7*%
X82125000Y-85475000D03*
X82125000Y-83975000D03*
D13*
X76925000Y-83975000D03*
D12*
X76925000Y-85475000D03*
%TD*%
%TO.C,LED1*%
X38825000Y-45875000D03*
X38825000Y-47375000D03*
D14*
X44025000Y-47375000D03*
D12*
X44025000Y-45875000D03*
%TD*%
%TO.C,LED4*%
X95975000Y-64925000D03*
X95975000Y-66425000D03*
D14*
X101175000Y-66425000D03*
D12*
X101175000Y-64925000D03*
%TD*%
%TO.C,LED11*%
X76925000Y-103025000D03*
X76925000Y-104525000D03*
D14*
X82125000Y-104525000D03*
D12*
X82125000Y-103025000D03*
%TD*%
%TO.C,LED12*%
X95975000Y-103025000D03*
X95975000Y-104525000D03*
D14*
X101175000Y-104525000D03*
D12*
X101175000Y-103025000D03*
%TD*%
%TO.C,LED3*%
X38825000Y-64925000D03*
X38825000Y-66425000D03*
D14*
X44025000Y-66425000D03*
D12*
X44025000Y-64925000D03*
%TD*%
%TO.C,LED10*%
X57875000Y-103025000D03*
X57875000Y-104525000D03*
D14*
X63075000Y-104525000D03*
D12*
X63075000Y-103025000D03*
%TD*%
D16*
%TO.C,R1*%
X63055000Y-54750000D03*
X64250000Y-54750000D03*
%TD*%
D17*
%TO.C,U3*%
X49562500Y-41425000D03*
X49562500Y-42375000D03*
X49562500Y-43325000D03*
X47287500Y-43325000D03*
X47287500Y-41425000D03*
%TD*%
D16*
%TO.C,R2*%
X63055000Y-53750000D03*
X64250000Y-53750000D03*
%TD*%
M02*

View file

@ -0,0 +1,648 @@
%TF.GenerationSoftware,KiCad,Pcbnew,8.0.8*%
%TF.CreationDate,2025-02-20T23:43:36+01:00*%
%TF.ProjectId,hackpad,6861636b-7061-4642-9e6b-696361645f70,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 8.0.8) date 2025-02-20 23:43:36*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
%TA.AperFunction,Profile*%
%ADD10C,0.050000*%
%TD*%
%TA.AperFunction,Profile*%
%ADD11C,0.100000*%
%TD*%
%ADD12C,0.350000*%
%ADD13O,1.499999X1.999999*%
G04 APERTURE END LIST*
D10*
X77500000Y-60750000D02*
G75*
G02*
X78000000Y-61250000I0J-500000D01*
G01*
X29400000Y-113100000D02*
G75*
G02*
X26900000Y-110600000I0J2500000D01*
G01*
X110600000Y-26900000D02*
G75*
G02*
X113100000Y-29400000I0J-2500000D01*
G01*
X78000000Y-65750000D02*
G75*
G02*
X77500000Y-66250000I-500000J0D01*
G01*
X61800000Y-26900000D02*
X29400000Y-26900000D01*
X110600000Y-113100000D02*
X29400000Y-113100000D01*
X64300000Y-32000000D02*
G75*
G02*
X63800000Y-31500000I0J500000D01*
G01*
X75700000Y-32000000D02*
X64300000Y-32000000D01*
X76200000Y-31500000D02*
G75*
G02*
X75700000Y-32000000I-500000J0D01*
G01*
X26900000Y-110600000D02*
X26900000Y-29400000D01*
X63800000Y-28900000D02*
X63800000Y-31500000D01*
X76200000Y-28900000D02*
X76200000Y-31500000D01*
X113100000Y-29400000D02*
X113100000Y-110600000D01*
X78000000Y-61250000D02*
X78000000Y-65750000D01*
X62500000Y-60750000D02*
X77500000Y-60750000D01*
X61800000Y-26900000D02*
G75*
G02*
X63800000Y-28900000I0J-2000000D01*
G01*
X113100000Y-110600000D02*
G75*
G02*
X110600000Y-113100000I-2500000J0D01*
G01*
X26900000Y-29400000D02*
G75*
G02*
X29400000Y-26900000I2500000J0D01*
G01*
X62500000Y-66250000D02*
G75*
G02*
X62000000Y-65750000I0J500000D01*
G01*
X76200000Y-28900000D02*
G75*
G02*
X78200000Y-26900000I2000000J0D01*
G01*
X110600000Y-26900000D02*
X78200000Y-26900000D01*
X77500000Y-66250000D02*
X62500000Y-66250000D01*
X62000000Y-65750000D02*
X62000000Y-61250000D01*
X62000000Y-61250000D02*
G75*
G02*
X62500000Y-60750000I500000J0D01*
G01*
D11*
%TO.C,LED_SUB3*%
X57000000Y-64700000D02*
X57000000Y-62300000D01*
X57500000Y-61800000D02*
X59900000Y-61800000D01*
X59900000Y-65200000D02*
X57500000Y-65200000D01*
X60400000Y-62300000D02*
X60400000Y-64700000D01*
X57000000Y-62300000D02*
G75*
G02*
X57500000Y-61800000I500001J-1D01*
G01*
X57500000Y-65200000D02*
G75*
G02*
X57000000Y-64700000I0J500000D01*
G01*
X59900000Y-61800000D02*
G75*
G02*
X60400000Y-62300000I-1J-500001D01*
G01*
X60400000Y-64700000D02*
G75*
G02*
X59900000Y-65200000I-500000J0D01*
G01*
%TO.C,LED8*%
X96875000Y-85925000D02*
X96875000Y-83525000D01*
X97375000Y-83025000D02*
X99775000Y-83025000D01*
X99775000Y-86425000D02*
X97375000Y-86425000D01*
X100275000Y-83525000D02*
X100275000Y-85925000D01*
X96875000Y-83525000D02*
G75*
G02*
X97375000Y-83025000I500000J0D01*
G01*
X97375000Y-86425000D02*
G75*
G02*
X96875000Y-85925000I0J500000D01*
G01*
X99775000Y-83025000D02*
G75*
G02*
X100275000Y-83525000I-1J-500001D01*
G01*
X100275000Y-85925000D02*
G75*
G02*
X99775000Y-86425000I-500001J1D01*
G01*
%TO.C,LED2*%
X96875000Y-47825000D02*
X96875000Y-45425000D01*
X97375000Y-44925000D02*
X99775000Y-44925000D01*
X99775000Y-48325000D02*
X97375000Y-48325000D01*
X100275000Y-45425000D02*
X100275000Y-47825000D01*
X96875000Y-45425000D02*
G75*
G02*
X97375000Y-44925000I500000J0D01*
G01*
X97375000Y-48325000D02*
G75*
G02*
X96875000Y-47825000I0J500000D01*
G01*
X99775000Y-44925000D02*
G75*
G02*
X100275000Y-45425000I-1J-500001D01*
G01*
X100275000Y-47825000D02*
G75*
G02*
X99775000Y-48325000I-500001J1D01*
G01*
%TO.C,LED9*%
X39725000Y-104975000D02*
X39725000Y-102575000D01*
X40225000Y-102075000D02*
X42625000Y-102075000D01*
X42625000Y-105475000D02*
X40225000Y-105475000D01*
X43125000Y-102575000D02*
X43125000Y-104975000D01*
X39725000Y-102575000D02*
G75*
G02*
X40225000Y-102075000I500001J-1D01*
G01*
X40225000Y-105475000D02*
G75*
G02*
X39725000Y-104975000I1J500001D01*
G01*
X42625000Y-102075000D02*
G75*
G02*
X43125000Y-102575000I0J-500000D01*
G01*
X43125000Y-104975000D02*
G75*
G02*
X42625000Y-105475000I-500000J0D01*
G01*
%TO.C,LED5*%
X39725000Y-85925000D02*
X39725000Y-83525000D01*
X40225000Y-83025000D02*
X42625000Y-83025000D01*
X42625000Y-86425000D02*
X40225000Y-86425000D01*
X43125000Y-83525000D02*
X43125000Y-85925000D01*
X39725000Y-83525000D02*
G75*
G02*
X40225000Y-83025000I500000J0D01*
G01*
X40225000Y-86425000D02*
G75*
G02*
X39725000Y-85925000I0J500000D01*
G01*
X42625000Y-83025000D02*
G75*
G02*
X43125000Y-83525000I-1J-500001D01*
G01*
X43125000Y-85925000D02*
G75*
G02*
X42625000Y-86425000I-500001J1D01*
G01*
%TO.C,LED_SUB4*%
X79600000Y-64700000D02*
X79600000Y-62300000D01*
X80100000Y-61800000D02*
X82500000Y-61800000D01*
X82500000Y-65200000D02*
X80100000Y-65200000D01*
X83000000Y-62300000D02*
X83000000Y-64700000D01*
X79600000Y-62300000D02*
G75*
G02*
X80100000Y-61800000I500000J0D01*
G01*
X80100000Y-65200000D02*
G75*
G02*
X79600000Y-64700000I1J500001D01*
G01*
X82500000Y-61800000D02*
G75*
G02*
X83000000Y-62300000I0J-500000D01*
G01*
X83000000Y-64700000D02*
G75*
G02*
X82500000Y-65200000I-500001J1D01*
G01*
%TO.C,LED6*%
X58775000Y-85925000D02*
X58775000Y-83525000D01*
X59275000Y-83025000D02*
X61675000Y-83025000D01*
X61675000Y-86425000D02*
X59275000Y-86425000D01*
X62175000Y-83525000D02*
X62175000Y-85925000D01*
X58775000Y-83525000D02*
G75*
G02*
X59275000Y-83025000I500000J0D01*
G01*
X59275000Y-86425000D02*
G75*
G02*
X58775000Y-85925000I0J500000D01*
G01*
X61675000Y-83025000D02*
G75*
G02*
X62175000Y-83525000I-1J-500001D01*
G01*
X62175000Y-85925000D02*
G75*
G02*
X61675000Y-86425000I-500001J1D01*
G01*
%TO.C,LED7*%
X77825000Y-85925000D02*
X77825000Y-83525000D01*
X78325000Y-83025000D02*
X80725000Y-83025000D01*
X80725000Y-86425000D02*
X78325000Y-86425000D01*
X81225000Y-83525000D02*
X81225000Y-85925000D01*
X77825000Y-83525000D02*
G75*
G02*
X78325000Y-83025000I500000J0D01*
G01*
X78325000Y-86425000D02*
G75*
G02*
X77825000Y-85925000I0J500000D01*
G01*
X80725000Y-83025000D02*
G75*
G02*
X81225000Y-83525000I-1J-500001D01*
G01*
X81225000Y-85925000D02*
G75*
G02*
X80725000Y-86425000I-500001J1D01*
G01*
%TO.C,LED1*%
X39725000Y-47825000D02*
X39725000Y-45425000D01*
X40225000Y-44925000D02*
X42625000Y-44925000D01*
X42625000Y-48325000D02*
X40225000Y-48325000D01*
X43125000Y-45425000D02*
X43125000Y-47825000D01*
X39725000Y-45425000D02*
G75*
G02*
X40225000Y-44925000I500001J-1D01*
G01*
X40225000Y-48325000D02*
G75*
G02*
X39725000Y-47825000I1J500001D01*
G01*
X42625000Y-44925000D02*
G75*
G02*
X43125000Y-45425000I0J-500000D01*
G01*
X43125000Y-47825000D02*
G75*
G02*
X42625000Y-48325000I-500000J0D01*
G01*
%TO.C,LED4*%
X96875000Y-66875000D02*
X96875000Y-64475000D01*
X97375000Y-63975000D02*
X99775000Y-63975000D01*
X99775000Y-67375000D02*
X97375000Y-67375000D01*
X100275000Y-64475000D02*
X100275000Y-66875000D01*
X96875000Y-64475000D02*
G75*
G02*
X97375000Y-63975000I500001J-1D01*
G01*
X97375000Y-67375000D02*
G75*
G02*
X96875000Y-66875000I1J500001D01*
G01*
X99775000Y-63975000D02*
G75*
G02*
X100275000Y-64475000I0J-500000D01*
G01*
X100275000Y-66875000D02*
G75*
G02*
X99775000Y-67375000I-500000J0D01*
G01*
%TO.C,LED11*%
X77825000Y-104975000D02*
X77825000Y-102575000D01*
X78325000Y-102075000D02*
X80725000Y-102075000D01*
X80725000Y-105475000D02*
X78325000Y-105475000D01*
X81225000Y-102575000D02*
X81225000Y-104975000D01*
X77825000Y-102575000D02*
G75*
G02*
X78325000Y-102075000I500001J-1D01*
G01*
X78325000Y-105475000D02*
G75*
G02*
X77825000Y-104975000I1J500001D01*
G01*
X80725000Y-102075000D02*
G75*
G02*
X81225000Y-102575000I0J-500000D01*
G01*
X81225000Y-104975000D02*
G75*
G02*
X80725000Y-105475000I-500000J0D01*
G01*
%TO.C,LED12*%
X96875000Y-104975000D02*
X96875000Y-102575000D01*
X97375000Y-102075000D02*
X99775000Y-102075000D01*
X99775000Y-105475000D02*
X97375000Y-105475000D01*
X100275000Y-102575000D02*
X100275000Y-104975000D01*
X96875000Y-102575000D02*
G75*
G02*
X97375000Y-102075000I500001J-1D01*
G01*
X97375000Y-105475000D02*
G75*
G02*
X96875000Y-104975000I1J500001D01*
G01*
X99775000Y-102075000D02*
G75*
G02*
X100275000Y-102575000I0J-500000D01*
G01*
X100275000Y-104975000D02*
G75*
G02*
X99775000Y-105475000I-500000J0D01*
G01*
%TO.C,LED3*%
X39725000Y-66875000D02*
X39725000Y-64475000D01*
X40225000Y-63975000D02*
X42625000Y-63975000D01*
X42625000Y-67375000D02*
X40225000Y-67375000D01*
X43125000Y-64475000D02*
X43125000Y-66875000D01*
X39725000Y-64475000D02*
G75*
G02*
X40225000Y-63975000I500001J-1D01*
G01*
X40225000Y-67375000D02*
G75*
G02*
X39725000Y-66875000I1J500001D01*
G01*
X42625000Y-63975000D02*
G75*
G02*
X43125000Y-64475000I0J-500000D01*
G01*
X43125000Y-66875000D02*
G75*
G02*
X42625000Y-67375000I-500000J0D01*
G01*
%TO.C,LED10*%
X58775000Y-104975000D02*
X58775000Y-102575000D01*
X59275000Y-102075000D02*
X61675000Y-102075000D01*
X61675000Y-105475000D02*
X59275000Y-105475000D01*
X62175000Y-102575000D02*
X62175000Y-104975000D01*
X58775000Y-102575000D02*
G75*
G02*
X59275000Y-102075000I500001J-1D01*
G01*
X59275000Y-105475000D02*
G75*
G02*
X58775000Y-104975000I1J500001D01*
G01*
X61675000Y-102075000D02*
G75*
G02*
X62175000Y-102575000I0J-500000D01*
G01*
X62175000Y-104975000D02*
G75*
G02*
X61675000Y-105475000I-500000J0D01*
G01*
%TD*%
D12*
X73810000Y-55055000D03*
X71270000Y-55055000D03*
X68730000Y-55055000D03*
X66190000Y-55055000D03*
X81750000Y-54325000D03*
X58250000Y-54325000D03*
X58250000Y-30325000D03*
X81750000Y-30325000D03*
D13*
X36425000Y-46575000D03*
D12*
X41425000Y-41425000D03*
X46425000Y-37625000D03*
X41425000Y-35425000D03*
D13*
X93575000Y-65625000D03*
D12*
X98575000Y-60475000D03*
X103575000Y-56675000D03*
X98575000Y-54475000D03*
X110600000Y-29400000D03*
X29400000Y-29400000D03*
D13*
X55475000Y-84675000D03*
D12*
X60475000Y-79525000D03*
X65475000Y-75725000D03*
X60475000Y-73525000D03*
D13*
X36425000Y-103725000D03*
D12*
X41425000Y-98575000D03*
X46425000Y-94775000D03*
X41425000Y-92575000D03*
X110600000Y-110600000D03*
D13*
X93575000Y-103725000D03*
D12*
X98575000Y-98575000D03*
X103575000Y-94775000D03*
X98575000Y-92575000D03*
X29400000Y-110600000D03*
D13*
X93575000Y-84675000D03*
D12*
X98575000Y-79525000D03*
X103575000Y-75725000D03*
X98575000Y-73525000D03*
D13*
X36425000Y-84675000D03*
D12*
X41425000Y-79525000D03*
X46425000Y-75725000D03*
X41425000Y-73525000D03*
D13*
X36425000Y-65625000D03*
D12*
X41425000Y-60475000D03*
X46425000Y-56675000D03*
X41425000Y-54475000D03*
D13*
X74525000Y-103725000D03*
D12*
X79525000Y-98575000D03*
X84525000Y-94775000D03*
X79525000Y-92575000D03*
D13*
X74525000Y-84675000D03*
D12*
X79525000Y-79525000D03*
X84525000Y-75725000D03*
X79525000Y-73525000D03*
D13*
X93575000Y-46575000D03*
D12*
X98575000Y-41425000D03*
X103575000Y-37625000D03*
X98575000Y-35425000D03*
D13*
X55475000Y-103725000D03*
D12*
X60475000Y-98575000D03*
X65475000Y-94775000D03*
X60475000Y-92575000D03*
X50975000Y-105575000D03*
X50975000Y-97955000D03*
X86750000Y-67370000D03*
X86750000Y-59750000D03*
X89075000Y-86525000D03*
X89075000Y-78905000D03*
X89075000Y-105575000D03*
X89075000Y-97955000D03*
X31925000Y-86525000D03*
X31925000Y-78905000D03*
X53000000Y-67000000D03*
X53000000Y-59380000D03*
X110000000Y-37000000D03*
X110000000Y-44620000D03*
X31925000Y-105575000D03*
X31925000Y-97955000D03*
X31925000Y-48425000D03*
X31925000Y-40805000D03*
X70025000Y-105575000D03*
X70025000Y-97955000D03*
X106825000Y-65575000D03*
X106825000Y-57955000D03*
X70000000Y-86500000D03*
X70000000Y-78880000D03*
X86250000Y-43120000D03*
X86250000Y-35500000D03*
X77620000Y-34405000D03*
X77620000Y-36945000D03*
X77620000Y-39485000D03*
X77620000Y-42025000D03*
X77620000Y-44565000D03*
X77620000Y-47105000D03*
X77620000Y-49645000D03*
X62380000Y-49645000D03*
X62380000Y-47105000D03*
X62380000Y-44565000D03*
X62380000Y-42025000D03*
X62380000Y-39485000D03*
X62380000Y-36945000D03*
X62380000Y-34405000D03*
X50975000Y-86525000D03*
X50975000Y-78905000D03*
X110000000Y-67000000D03*
X110000000Y-59380000D03*
X54000000Y-43500000D03*
X54000000Y-41500000D03*
X31925000Y-67475000D03*
X31925000Y-59855000D03*
M02*

View file

@ -0,0 +1,37 @@
%TF.GenerationSoftware,KiCad,Pcbnew,8.0.8*%
%TF.CreationDate,2025-02-20T23:43:36+01:00*%
%TF.ProjectId,hackpad,6861636b-7061-4642-9e6b-696361645f70,rev?*%
%TF.SameCoordinates,Original*%
%TF.FileFunction,Paste,Top*%
%TF.FilePolarity,Positive*%
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW 8.0.8) date 2025-02-20 23:43:36*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
%ADD10R,1.250000X2.700000*%
%ADD11R,1.000000X2.000000*%
%ADD12R,2.700000X1.250000*%
%ADD13R,2.000000X1.000000*%
G04 APERTURE END LIST*
D10*
%TO.C,SW13*%
X73630000Y-58420000D03*
X66370000Y-58420000D03*
D11*
X68000000Y-57580000D03*
X72000000Y-57580000D03*
X70000000Y-57580000D03*
%TD*%
D12*
%TO.C,SW14*%
X110720000Y-48370000D03*
X110720000Y-55630000D03*
D13*
X109880000Y-54000000D03*
X109880000Y-50000000D03*
X109880000Y-52000000D03*
%TD*%
M02*

View file

@ -0,0 +1,520 @@
%TF.GenerationSoftware,KiCad,Pcbnew,8.0.8*%
%TF.CreationDate,2025-02-20T23:43:36+01:00*%
%TF.ProjectId,hackpad,6861636b-7061-4642-9e6b-696361645f70,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 8.0.8) date 2025-02-20 23:43:36*
%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*%
%AMOutline5P*
0 Free polygon, 5 corners , with rotation*
0 The origin of the aperture is its center*
0 number of corners: always 5*
0 $1 to $10 corner X, Y*
0 $11 Rotation angle, in degrees counterclockwise*
0 create outline with 5 corners*
4,1,5,$1,$2,$3,$4,$5,$6,$7,$8,$9,$10,$1,$2,$11*%
%AMOutline6P*
0 Free polygon, 6 corners , with rotation*
0 The origin of the aperture is its center*
0 number of corners: always 6*
0 $1 to $12 corner X, Y*
0 $13 Rotation angle, in degrees counterclockwise*
0 create outline with 6 corners*
4,1,6,$1,$2,$3,$4,$5,$6,$7,$8,$9,$10,$11,$12,$1,$2,$13*%
%AMOutline7P*
0 Free polygon, 7 corners , with rotation*
0 The origin of the aperture is its center*
0 number of corners: always 7*
0 $1 to $14 corner X, Y*
0 $15 Rotation angle, in degrees counterclockwise*
0 create outline with 7 corners*
4,1,7,$1,$2,$3,$4,$5,$6,$7,$8,$9,$10,$11,$12,$13,$14,$1,$2,$15*%
%AMOutline8P*
0 Free polygon, 8 corners , with rotation*
0 The origin of the aperture is its center*
0 number of corners: always 8*
0 $1 to $16 corner X, Y*
0 $17 Rotation angle, in degrees counterclockwise*
0 create outline with 8 corners*
4,1,8,$1,$2,$3,$4,$5,$6,$7,$8,$9,$10,$11,$12,$13,$14,$15,$16,$1,$2,$17*%
G04 Aperture macros list end*
%ADD10R,0.820000X1.800000*%
%ADD11Outline5P,-0.900000X0.410000X0.900000X0.410000X0.900000X-0.164000X0.654000X-0.410000X-0.900000X-0.410000X270.000000*%
%ADD12RoundRect,0.102000X0.754000X0.754000X-0.754000X0.754000X-0.754000X-0.754000X0.754000X-0.754000X0*%
%ADD13C,1.712000*%
%ADD14C,3.204000*%
%ADD15O,1.500000X2.000000*%
%ADD16C,5.000000*%
%ADD17C,2.300000*%
%ADD18C,3.800000*%
%ADD19R,1.800000X0.820000*%
%ADD20Outline5P,-0.900000X0.410000X0.900000X0.410000X0.900000X-0.164000X0.654000X-0.410000X-0.900000X-0.410000X180.000000*%
%ADD21Outline5P,-0.900000X0.410000X0.900000X0.410000X0.900000X-0.164000X0.654000X-0.410000X-0.900000X-0.410000X0.000000*%
%ADD22Outline5P,-0.900000X0.410000X0.900000X0.410000X0.900000X-0.164000X0.654000X-0.410000X-0.900000X-0.410000X90.000000*%
%ADD23R,1.600000X1.600000*%
%ADD24O,1.600000X1.600000*%
%ADD25RoundRect,0.160000X-0.197500X-0.160000X0.197500X-0.160000X0.197500X0.160000X-0.197500X0.160000X0*%
%ADD26RoundRect,0.150000X0.512500X0.150000X-0.512500X0.150000X-0.512500X-0.150000X0.512500X-0.150000X0*%
%ADD27RoundRect,0.152400X-1.063600X-0.609600X1.063600X-0.609600X1.063600X0.609600X-1.063600X0.609600X0*%
%ADD28C,1.524000*%
%ADD29RoundRect,0.152400X1.063600X0.609600X-1.063600X0.609600X-1.063600X-0.609600X1.063600X-0.609600X0*%
%ADD30C,1.200000*%
G04 APERTURE END LIST*
D10*
%TO.C,LED_SUB3*%
X59450000Y-60900000D03*
X57950000Y-60900000D03*
D11*
X57950000Y-66100000D03*
D10*
X59450000Y-66100000D03*
%TD*%
D12*
%TO.C,U2*%
X73810000Y-55055000D03*
D13*
X71270000Y-55055000D03*
X68730000Y-55055000D03*
X66190000Y-55055000D03*
D14*
X81750000Y-54325000D03*
X58250000Y-54325000D03*
X58250000Y-30325000D03*
X81750000Y-30325000D03*
%TD*%
D15*
%TO.C,SW1*%
X36425000Y-46575000D03*
D16*
X41425000Y-41425000D03*
D17*
X46425000Y-37625000D03*
X41425000Y-35425000D03*
%TD*%
D15*
%TO.C,SW4*%
X93575000Y-65625000D03*
D16*
X98575000Y-60475000D03*
D17*
X103575000Y-56675000D03*
X98575000Y-54475000D03*
%TD*%
D18*
%TO.C,H2*%
X110600000Y-29400000D03*
%TD*%
%TO.C,H3*%
X29400000Y-29400000D03*
%TD*%
D15*
%TO.C,SW6*%
X55475000Y-84675000D03*
D16*
X60475000Y-79525000D03*
D17*
X65475000Y-75725000D03*
X60475000Y-73525000D03*
%TD*%
D15*
%TO.C,SW9*%
X36425000Y-103725000D03*
D16*
X41425000Y-98575000D03*
D17*
X46425000Y-94775000D03*
X41425000Y-92575000D03*
%TD*%
D18*
%TO.C,H1*%
X110600000Y-110600000D03*
%TD*%
D19*
%TO.C,LED8*%
X101175000Y-85475000D03*
X101175000Y-83975000D03*
D20*
X95975000Y-83975000D03*
D19*
X95975000Y-85475000D03*
%TD*%
D15*
%TO.C,SW12*%
X93575000Y-103725000D03*
D16*
X98575000Y-98575000D03*
D17*
X103575000Y-94775000D03*
X98575000Y-92575000D03*
%TD*%
D19*
%TO.C,LED2*%
X101175000Y-47375000D03*
X101175000Y-45875000D03*
D20*
X95975000Y-45875000D03*
D19*
X95975000Y-47375000D03*
%TD*%
D18*
%TO.C,H4*%
X29400000Y-110600000D03*
%TD*%
D19*
%TO.C,LED9*%
X38825000Y-103025000D03*
X38825000Y-104525000D03*
D21*
X44025000Y-104525000D03*
D19*
X44025000Y-103025000D03*
%TD*%
%TO.C,LED5*%
X44025000Y-85475000D03*
X44025000Y-83975000D03*
D20*
X38825000Y-83975000D03*
D19*
X38825000Y-85475000D03*
%TD*%
D10*
%TO.C,LED_SUB4*%
X80550000Y-66100000D03*
X82050000Y-66100000D03*
D22*
X82050000Y-60900000D03*
D10*
X80550000Y-60900000D03*
%TD*%
D19*
%TO.C,LED6*%
X63075000Y-85475000D03*
X63075000Y-83975000D03*
D20*
X57875000Y-83975000D03*
D19*
X57875000Y-85475000D03*
%TD*%
%TO.C,LED7*%
X82125000Y-85475000D03*
X82125000Y-83975000D03*
D20*
X76925000Y-83975000D03*
D19*
X76925000Y-85475000D03*
%TD*%
%TO.C,LED1*%
X38825000Y-45875000D03*
X38825000Y-47375000D03*
D21*
X44025000Y-47375000D03*
D19*
X44025000Y-45875000D03*
%TD*%
D15*
%TO.C,SW8*%
X93575000Y-84675000D03*
D16*
X98575000Y-79525000D03*
D17*
X103575000Y-75725000D03*
X98575000Y-73525000D03*
%TD*%
D19*
%TO.C,LED4*%
X95975000Y-64925000D03*
X95975000Y-66425000D03*
D21*
X101175000Y-66425000D03*
D19*
X101175000Y-64925000D03*
%TD*%
D15*
%TO.C,SW5*%
X36425000Y-84675000D03*
D16*
X41425000Y-79525000D03*
D17*
X46425000Y-75725000D03*
X41425000Y-73525000D03*
%TD*%
D15*
%TO.C,SW3*%
X36425000Y-65625000D03*
D16*
X41425000Y-60475000D03*
D17*
X46425000Y-56675000D03*
X41425000Y-54475000D03*
%TD*%
D19*
%TO.C,LED11*%
X76925000Y-103025000D03*
X76925000Y-104525000D03*
D21*
X82125000Y-104525000D03*
D19*
X82125000Y-103025000D03*
%TD*%
D15*
%TO.C,SW11*%
X74525000Y-103725000D03*
D16*
X79525000Y-98575000D03*
D17*
X84525000Y-94775000D03*
X79525000Y-92575000D03*
%TD*%
D19*
%TO.C,LED12*%
X95975000Y-103025000D03*
X95975000Y-104525000D03*
D21*
X101175000Y-104525000D03*
D19*
X101175000Y-103025000D03*
%TD*%
D15*
%TO.C,SW7*%
X74525000Y-84675000D03*
D16*
X79525000Y-79525000D03*
D17*
X84525000Y-75725000D03*
X79525000Y-73525000D03*
%TD*%
D19*
%TO.C,LED3*%
X38825000Y-64925000D03*
X38825000Y-66425000D03*
D21*
X44025000Y-66425000D03*
D19*
X44025000Y-64925000D03*
%TD*%
%TO.C,LED10*%
X57875000Y-103025000D03*
X57875000Y-104525000D03*
D21*
X63075000Y-104525000D03*
D19*
X63075000Y-103025000D03*
%TD*%
D15*
%TO.C,SW2*%
X93575000Y-46575000D03*
D16*
X98575000Y-41425000D03*
D17*
X103575000Y-37625000D03*
X98575000Y-35425000D03*
%TD*%
D15*
%TO.C,SW10*%
X55475000Y-103725000D03*
D16*
X60475000Y-98575000D03*
D17*
X65475000Y-94775000D03*
X60475000Y-92575000D03*
%TD*%
D23*
%TO.C,D10*%
X50975000Y-105575000D03*
D24*
X50975000Y-97955000D03*
%TD*%
D23*
%TO.C,D13*%
X86750000Y-67370000D03*
D24*
X86750000Y-59750000D03*
%TD*%
D23*
%TO.C,D8*%
X89075000Y-86525000D03*
D24*
X89075000Y-78905000D03*
%TD*%
D23*
%TO.C,D12*%
X89075000Y-105575000D03*
D24*
X89075000Y-97955000D03*
%TD*%
D23*
%TO.C,D5*%
X31925000Y-86525000D03*
D24*
X31925000Y-78905000D03*
%TD*%
D23*
%TO.C,D14*%
X53000000Y-67000000D03*
D24*
X53000000Y-59380000D03*
%TD*%
D23*
%TO.C,D15*%
X110000000Y-37000000D03*
D24*
X110000000Y-44620000D03*
%TD*%
D23*
%TO.C,D9*%
X31925000Y-105575000D03*
D24*
X31925000Y-97955000D03*
%TD*%
D25*
%TO.C,R1*%
X63055000Y-54750000D03*
X64250000Y-54750000D03*
%TD*%
D23*
%TO.C,D1*%
X31925000Y-48425000D03*
D24*
X31925000Y-40805000D03*
%TD*%
D23*
%TO.C,D11*%
X70025000Y-105575000D03*
D24*
X70025000Y-97955000D03*
%TD*%
D26*
%TO.C,U3*%
X49562500Y-41425000D03*
X49562500Y-42375000D03*
X49562500Y-43325000D03*
X47287500Y-43325000D03*
X47287500Y-41425000D03*
%TD*%
D23*
%TO.C,D4*%
X106825000Y-65575000D03*
D24*
X106825000Y-57955000D03*
%TD*%
D23*
%TO.C,D7*%
X70000000Y-86500000D03*
D24*
X70000000Y-78880000D03*
%TD*%
D23*
%TO.C,D2*%
X86250000Y-43120000D03*
D24*
X86250000Y-35500000D03*
%TD*%
D27*
%TO.C,U1*%
X78455000Y-34405000D03*
D28*
X77620000Y-34405000D03*
D27*
X78455000Y-36945000D03*
D28*
X77620000Y-36945000D03*
D27*
X78455000Y-39485000D03*
D28*
X77620000Y-39485000D03*
D27*
X78455000Y-42025000D03*
D28*
X77620000Y-42025000D03*
D27*
X78455000Y-44565000D03*
D28*
X77620000Y-44565000D03*
D27*
X78455000Y-47105000D03*
D28*
X77620000Y-47105000D03*
D27*
X78455000Y-49645000D03*
D28*
X77620000Y-49645000D03*
X62380000Y-49645000D03*
D29*
X61545000Y-49645000D03*
D28*
X62380000Y-47105000D03*
D29*
X61545000Y-47105000D03*
D28*
X62380000Y-44565000D03*
D29*
X61545000Y-44565000D03*
D28*
X62380000Y-42025000D03*
D29*
X61545000Y-42025000D03*
D28*
X62380000Y-39485000D03*
D29*
X61545000Y-39485000D03*
D28*
X62380000Y-36945000D03*
D29*
X61545000Y-36945000D03*
D28*
X62380000Y-34405000D03*
D29*
X61545000Y-34405000D03*
%TD*%
D23*
%TO.C,D6*%
X50975000Y-86525000D03*
D24*
X50975000Y-78905000D03*
%TD*%
D25*
%TO.C,R2*%
X63055000Y-53750000D03*
X64250000Y-53750000D03*
%TD*%
D23*
%TO.C,D16*%
X110000000Y-67000000D03*
D24*
X110000000Y-59380000D03*
%TD*%
D30*
%TO.C,C2*%
X54000000Y-43500000D03*
X54000000Y-41500000D03*
%TD*%
D23*
%TO.C,D3*%
X31925000Y-67475000D03*
D24*
X31925000Y-59855000D03*
%TD*%
M02*

View file

@ -0,0 +1,283 @@
%TF.GenerationSoftware,KiCad,Pcbnew,8.0.8*%
%TF.CreationDate,2025-02-20T23:43:36+01:00*%
%TF.ProjectId,hackpad,6861636b-7061-4642-9e6b-696361645f70,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 8.0.8) date 2025-02-20 23:43:36*
%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*
%ADD10RoundRect,0.102000X0.754000X0.754000X-0.754000X0.754000X-0.754000X-0.754000X0.754000X-0.754000X0*%
%ADD11C,1.712000*%
%ADD12C,3.204000*%
%ADD13O,1.500000X2.000000*%
%ADD14C,5.000000*%
%ADD15C,3.800000*%
%ADD16R,1.250000X2.700000*%
%ADD17R,1.000000X2.000000*%
%ADD18R,2.700000X1.250000*%
%ADD19R,2.000000X1.000000*%
%ADD20R,1.600000X1.600000*%
%ADD21O,1.600000X1.600000*%
%ADD22C,1.524000*%
%ADD23C,1.200000*%
G04 APERTURE END LIST*
D10*
%TO.C,U2*%
X73810000Y-55055000D03*
D11*
X71270000Y-55055000D03*
X68730000Y-55055000D03*
X66190000Y-55055000D03*
D12*
X81750000Y-54325000D03*
X58250000Y-54325000D03*
X58250000Y-30325000D03*
X81750000Y-30325000D03*
%TD*%
D13*
%TO.C,SW1*%
X36425000Y-46575000D03*
D14*
X41425000Y-41425000D03*
%TD*%
D13*
%TO.C,SW4*%
X93575000Y-65625000D03*
D14*
X98575000Y-60475000D03*
%TD*%
D15*
%TO.C,H2*%
X110600000Y-29400000D03*
%TD*%
%TO.C,H3*%
X29400000Y-29400000D03*
%TD*%
D13*
%TO.C,SW6*%
X55475000Y-84675000D03*
D14*
X60475000Y-79525000D03*
%TD*%
D13*
%TO.C,SW9*%
X36425000Y-103725000D03*
D14*
X41425000Y-98575000D03*
%TD*%
D15*
%TO.C,H1*%
X110600000Y-110600000D03*
%TD*%
D16*
%TO.C,SW13*%
X73630000Y-58420000D03*
X66370000Y-58420000D03*
D17*
X68000000Y-57580000D03*
X72000000Y-57580000D03*
X70000000Y-57580000D03*
%TD*%
D13*
%TO.C,SW12*%
X93575000Y-103725000D03*
D14*
X98575000Y-98575000D03*
%TD*%
D15*
%TO.C,H4*%
X29400000Y-110600000D03*
%TD*%
D13*
%TO.C,SW8*%
X93575000Y-84675000D03*
D14*
X98575000Y-79525000D03*
%TD*%
D13*
%TO.C,SW5*%
X36425000Y-84675000D03*
D14*
X41425000Y-79525000D03*
%TD*%
D13*
%TO.C,SW3*%
X36425000Y-65625000D03*
D14*
X41425000Y-60475000D03*
%TD*%
D18*
%TO.C,SW14*%
X110720000Y-48370000D03*
X110720000Y-55630000D03*
D19*
X109880000Y-54000000D03*
X109880000Y-50000000D03*
X109880000Y-52000000D03*
%TD*%
D13*
%TO.C,SW11*%
X74525000Y-103725000D03*
D14*
X79525000Y-98575000D03*
%TD*%
D13*
%TO.C,SW7*%
X74525000Y-84675000D03*
D14*
X79525000Y-79525000D03*
%TD*%
D13*
%TO.C,SW2*%
X93575000Y-46575000D03*
D14*
X98575000Y-41425000D03*
%TD*%
D13*
%TO.C,SW10*%
X55475000Y-103725000D03*
D14*
X60475000Y-98575000D03*
%TD*%
D20*
%TO.C,D10*%
X50975000Y-105575000D03*
D21*
X50975000Y-97955000D03*
%TD*%
D20*
%TO.C,D13*%
X86750000Y-67370000D03*
D21*
X86750000Y-59750000D03*
%TD*%
D20*
%TO.C,D8*%
X89075000Y-86525000D03*
D21*
X89075000Y-78905000D03*
%TD*%
D20*
%TO.C,D12*%
X89075000Y-105575000D03*
D21*
X89075000Y-97955000D03*
%TD*%
D20*
%TO.C,D5*%
X31925000Y-86525000D03*
D21*
X31925000Y-78905000D03*
%TD*%
D20*
%TO.C,D14*%
X53000000Y-67000000D03*
D21*
X53000000Y-59380000D03*
%TD*%
D20*
%TO.C,D15*%
X110000000Y-37000000D03*
D21*
X110000000Y-44620000D03*
%TD*%
D20*
%TO.C,D9*%
X31925000Y-105575000D03*
D21*
X31925000Y-97955000D03*
%TD*%
D20*
%TO.C,D1*%
X31925000Y-48425000D03*
D21*
X31925000Y-40805000D03*
%TD*%
D20*
%TO.C,D11*%
X70025000Y-105575000D03*
D21*
X70025000Y-97955000D03*
%TD*%
D20*
%TO.C,D4*%
X106825000Y-65575000D03*
D21*
X106825000Y-57955000D03*
%TD*%
D20*
%TO.C,D7*%
X70000000Y-86500000D03*
D21*
X70000000Y-78880000D03*
%TD*%
D20*
%TO.C,D2*%
X86250000Y-43120000D03*
D21*
X86250000Y-35500000D03*
%TD*%
D22*
%TO.C,U1*%
X77620000Y-34405000D03*
X77620000Y-36945000D03*
X77620000Y-39485000D03*
X77620000Y-42025000D03*
X77620000Y-44565000D03*
X77620000Y-47105000D03*
X77620000Y-49645000D03*
X62380000Y-49645000D03*
X62380000Y-47105000D03*
X62380000Y-44565000D03*
X62380000Y-42025000D03*
X62380000Y-39485000D03*
X62380000Y-36945000D03*
X62380000Y-34405000D03*
%TD*%
D20*
%TO.C,D6*%
X50975000Y-86525000D03*
D21*
X50975000Y-78905000D03*
%TD*%
D20*
%TO.C,D16*%
X110000000Y-67000000D03*
D21*
X110000000Y-59380000D03*
%TD*%
D23*
%TO.C,C2*%
X54000000Y-43500000D03*
X54000000Y-41500000D03*
%TD*%
D20*
%TO.C,D3*%
X31925000Y-67475000D03*
D21*
X31925000Y-59855000D03*
%TD*%
M02*

View file

@ -0,0 +1,220 @@
M48
; DRILL file {KiCad 8.0.8} date 2025-02-20T23:43:36+0100
; FORMAT={-:-/ absolute / metric / decimal}
; #@! TF.CreationDate,2025-02-20T23:43:36+01:00
; #@! TF.GenerationSoftware,Kicad,Pcbnew,8.0.8
; #@! TF.FileFunction,MixedPlating,1,2
FMAT,2
METRIC
; #@! TA.AperFunction,Plated,PTH,ViaDrill
T1C0.300
; #@! TA.AperFunction,Plated,PTH,ComponentDrill
T2C0.600
; #@! TA.AperFunction,Plated,PTH,ComponentDrill
T3C0.800
; #@! TA.AperFunction,Plated,PTH,ComponentDrill
T4C0.889
; #@! TA.AperFunction,Plated,PTH,ComponentDrill
T5C1.000
; #@! TA.AperFunction,Plated,PTH,ComponentDrill
T6C1.450
; #@! TA.AperFunction,Plated,PTH,ComponentDrill
T7C2.000
; #@! TA.AperFunction,Plated,PTH,ComponentDrill
T8C2.200
; #@! TA.AperFunction,NonPlated,NPTH,ComponentDrill
T9C1.500
; #@! TA.AperFunction,NonPlated,NPTH,ComponentDrill
T10C5.100
%
G90
G05
T1
X37.5Y-56.75
X41.25Y-51.5
X48.75Y-90.25
X52.0Y-49.0
X52.5Y-43.25
X55.25Y-60.0
X55.75Y-77.75
X56.75Y-70.75
X63.25Y-57.5
X69.533Y-50.295
X72.5Y-53.25
X76.0Y-49.0
X79.75Y-58.42
X81.75Y-51.25
X82.25Y-47.25
X82.5Y-57.0
X83.5Y-46.0
X87.75Y-57.65
X90.75Y-36.5
X94.25Y-56.25
X103.0Y-48.0
X111.0Y-57.5
T2
X54.0Y-41.5
X54.0Y-43.5
T3
X31.925Y-40.805
X31.925Y-48.425
X31.925Y-59.855
X31.925Y-67.475
X31.925Y-78.905
X31.925Y-86.525
X31.925Y-97.955
X31.925Y-105.575
X50.975Y-78.905
X50.975Y-86.525
X50.975Y-97.955
X50.975Y-105.575
X53.0Y-59.38
X53.0Y-67.0
X70.0Y-78.88
X70.0Y-86.5
X70.025Y-97.955
X70.025Y-105.575
X86.25Y-35.5
X86.25Y-43.12
X86.75Y-59.75
X86.75Y-67.37
X89.075Y-78.905
X89.075Y-86.525
X89.075Y-97.955
X89.075Y-105.575
X106.825Y-57.955
X106.825Y-65.575
X110.0Y-37.0
X110.0Y-44.62
X110.0Y-59.38
X110.0Y-67.0
T4
X62.38Y-34.405
X62.38Y-36.945
X62.38Y-39.485
X62.38Y-42.025
X62.38Y-44.565
X62.38Y-47.105
X62.38Y-49.645
X77.62Y-34.405
X77.62Y-36.945
X77.62Y-39.485
X77.62Y-42.025
X77.62Y-44.565
X77.62Y-47.105
X77.62Y-49.645
T5
X66.19Y-55.055
X68.73Y-55.055
X71.27Y-55.055
X73.81Y-55.055
T6
X41.425Y-35.425
X41.425Y-54.475
X41.425Y-73.525
X41.425Y-92.575
X46.425Y-37.625
X46.425Y-56.675
X46.425Y-75.725
X46.425Y-94.775
X60.475Y-73.525
X60.475Y-92.575
X65.475Y-75.725
X65.475Y-94.775
X79.525Y-73.525
X79.525Y-92.575
X84.525Y-75.725
X84.525Y-94.775
X98.575Y-35.425
X98.575Y-54.475
X98.575Y-73.525
X98.575Y-92.575
X103.575Y-37.625
X103.575Y-56.675
X103.575Y-75.725
X103.575Y-94.775
T7
X58.25Y-30.325
X58.25Y-54.325
X81.75Y-30.325
X81.75Y-54.325
T8
X29.4Y-29.4
X29.4Y-110.6
X110.6Y-29.4
X110.6Y-110.6
T10
X41.425Y-41.425
X41.425Y-60.475
X41.425Y-79.525
X41.425Y-98.575
X60.475Y-79.525
X60.475Y-98.575
X79.525Y-79.525
X79.525Y-98.575
X98.575Y-41.425
X98.575Y-60.475
X98.575Y-79.525
X98.575Y-98.575
T9
G00X36.425Y-46.825
M15
G01X36.425Y-46.325
M16
G05
G00X36.425Y-65.875
M15
G01X36.425Y-65.375
M16
G05
G00X36.425Y-84.925
M15
G01X36.425Y-84.425
M16
G05
G00X36.425Y-103.975
M15
G01X36.425Y-103.475
M16
G05
G00X55.475Y-84.925
M15
G01X55.475Y-84.425
M16
G05
G00X55.475Y-103.975
M15
G01X55.475Y-103.475
M16
G05
G00X74.525Y-84.925
M15
G01X74.525Y-84.425
M16
G05
G00X74.525Y-103.975
M15
G01X74.525Y-103.475
M16
G05
G00X93.575Y-46.825
M15
G01X93.575Y-46.325
M16
G05
G00X93.575Y-65.875
M15
G01X93.575Y-65.375
M16
G05
G00X93.575Y-84.925
M15
G01X93.575Y-84.425
M16
G05
G00X93.575Y-103.975
M15
G01X93.575Y-103.475
M16
G05
M30

View file

@ -0,0 +1,90 @@
M48
; DRILL file {KiCad 8.0.8} date 2025-02-20T23:43:36+0100
; FORMAT={-:-/ absolute / metric / decimal}
; #@! TF.CreationDate,2025-02-20T23:43:36+01:00
; #@! TF.GenerationSoftware,Kicad,Pcbnew,8.0.8
; #@! TF.FileFunction,NonPlated,1,2,NPTH
FMAT,2
METRIC
; #@! TA.AperFunction,NonPlated,NPTH,ComponentDrill
T1C1.500
; #@! TA.AperFunction,NonPlated,NPTH,ComponentDrill
T2C5.100
%
G90
G05
T2
X41.425Y-41.425
X41.425Y-60.475
X41.425Y-79.525
X41.425Y-98.575
X60.475Y-79.525
X60.475Y-98.575
X79.525Y-79.525
X79.525Y-98.575
X98.575Y-41.425
X98.575Y-60.475
X98.575Y-79.525
X98.575Y-98.575
T1
G00X36.425Y-46.825
M15
G01X36.425Y-46.325
M16
G05
G00X36.425Y-65.875
M15
G01X36.425Y-65.375
M16
G05
G00X36.425Y-84.925
M15
G01X36.425Y-84.425
M16
G05
G00X36.425Y-103.975
M15
G01X36.425Y-103.475
M16
G05
G00X55.475Y-84.925
M15
G01X55.475Y-84.425
M16
G05
G00X55.475Y-103.975
M15
G01X55.475Y-103.475
M16
G05
G00X74.525Y-84.925
M15
G01X74.525Y-84.425
M16
G05
G00X74.525Y-103.975
M15
G01X74.525Y-103.475
M16
G05
G00X93.575Y-46.825
M15
G01X93.575Y-46.325
M16
G05
G00X93.575Y-65.875
M15
G01X93.575Y-65.375
M16
G05
G00X93.575Y-84.925
M15
G01X93.575Y-84.425
M16
G05
G00X93.575Y-103.975
M15
G01X93.575Y-103.475
M16
G05
M30

View file

@ -0,0 +1,142 @@
M48
; DRILL file {KiCad 8.0.8} date 2025-02-20T23:43:36+0100
; FORMAT={-:-/ absolute / metric / decimal}
; #@! TF.CreationDate,2025-02-20T23:43:36+01:00
; #@! TF.GenerationSoftware,Kicad,Pcbnew,8.0.8
; #@! TF.FileFunction,Plated,1,2,PTH
FMAT,2
METRIC
; #@! TA.AperFunction,Plated,PTH,ViaDrill
T1C0.300
; #@! TA.AperFunction,Plated,PTH,ComponentDrill
T2C0.600
; #@! TA.AperFunction,Plated,PTH,ComponentDrill
T3C0.800
; #@! TA.AperFunction,Plated,PTH,ComponentDrill
T4C0.889
; #@! TA.AperFunction,Plated,PTH,ComponentDrill
T5C1.000
; #@! TA.AperFunction,Plated,PTH,ComponentDrill
T6C1.450
; #@! TA.AperFunction,Plated,PTH,ComponentDrill
T7C2.000
; #@! TA.AperFunction,Plated,PTH,ComponentDrill
T8C2.200
%
G90
G05
T1
X37.5Y-56.75
X41.25Y-51.5
X48.75Y-90.25
X52.0Y-49.0
X52.5Y-43.25
X55.25Y-60.0
X55.75Y-77.75
X56.75Y-70.75
X63.25Y-57.5
X69.533Y-50.295
X72.5Y-53.25
X76.0Y-49.0
X79.75Y-58.42
X81.75Y-51.25
X82.25Y-47.25
X82.5Y-57.0
X83.5Y-46.0
X87.75Y-57.65
X90.75Y-36.5
X94.25Y-56.25
X103.0Y-48.0
X111.0Y-57.5
T2
X54.0Y-41.5
X54.0Y-43.5
T3
X31.925Y-40.805
X31.925Y-48.425
X31.925Y-59.855
X31.925Y-67.475
X31.925Y-78.905
X31.925Y-86.525
X31.925Y-97.955
X31.925Y-105.575
X50.975Y-78.905
X50.975Y-86.525
X50.975Y-97.955
X50.975Y-105.575
X53.0Y-59.38
X53.0Y-67.0
X70.0Y-78.88
X70.0Y-86.5
X70.025Y-97.955
X70.025Y-105.575
X86.25Y-35.5
X86.25Y-43.12
X86.75Y-59.75
X86.75Y-67.37
X89.075Y-78.905
X89.075Y-86.525
X89.075Y-97.955
X89.075Y-105.575
X106.825Y-57.955
X106.825Y-65.575
X110.0Y-37.0
X110.0Y-44.62
X110.0Y-59.38
X110.0Y-67.0
T4
X62.38Y-34.405
X62.38Y-36.945
X62.38Y-39.485
X62.38Y-42.025
X62.38Y-44.565
X62.38Y-47.105
X62.38Y-49.645
X77.62Y-34.405
X77.62Y-36.945
X77.62Y-39.485
X77.62Y-42.025
X77.62Y-44.565
X77.62Y-47.105
X77.62Y-49.645
T5
X66.19Y-55.055
X68.73Y-55.055
X71.27Y-55.055
X73.81Y-55.055
T6
X41.425Y-35.425
X41.425Y-54.475
X41.425Y-73.525
X41.425Y-92.575
X46.425Y-37.625
X46.425Y-56.675
X46.425Y-75.725
X46.425Y-94.775
X60.475Y-73.525
X60.475Y-92.575
X65.475Y-75.725
X65.475Y-94.775
X79.525Y-73.525
X79.525Y-92.575
X84.525Y-75.725
X84.525Y-94.775
X98.575Y-35.425
X98.575Y-54.475
X98.575Y-73.525
X98.575Y-92.575
X103.575Y-37.625
X103.575Y-56.675
X103.575Y-75.725
X103.575Y-94.775
T7
X58.25Y-30.325
X58.25Y-54.325
X81.75Y-30.325
X81.75Y-54.325
T8
X29.4Y-29.4
X29.4Y-110.6
X110.6Y-29.4
X110.6Y-110.6
M30

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,207 @@
%TF.GenerationSoftware,KiCad,Pcbnew,8.0.8*%
%TF.CreationDate,2025-02-20T23:43:36+01:00*%
%TF.ProjectId,hackpad,6861636b-7061-4642-9e6b-696361645f70,rev?*%
%TF.SameCoordinates,Original*%
%TF.FileFunction,Paste,Bot*%
%TF.FilePolarity,Positive*%
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW 8.0.8) date 2025-02-20 23:43:36*
%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*%
%AMOutline5P*
0 Free polygon, 5 corners , with rotation*
0 The origin of the aperture is its center*
0 number of corners: always 5*
0 $1 to $10 corner X, Y*
0 $11 Rotation angle, in degrees counterclockwise*
0 create outline with 5 corners*
4,1,5,$1,$2,$3,$4,$5,$6,$7,$8,$9,$10,$1,$2,$11*%
%AMOutline6P*
0 Free polygon, 6 corners , with rotation*
0 The origin of the aperture is its center*
0 number of corners: always 6*
0 $1 to $12 corner X, Y*
0 $13 Rotation angle, in degrees counterclockwise*
0 create outline with 6 corners*
4,1,6,$1,$2,$3,$4,$5,$6,$7,$8,$9,$10,$11,$12,$1,$2,$13*%
%AMOutline7P*
0 Free polygon, 7 corners , with rotation*
0 The origin of the aperture is its center*
0 number of corners: always 7*
0 $1 to $14 corner X, Y*
0 $15 Rotation angle, in degrees counterclockwise*
0 create outline with 7 corners*
4,1,7,$1,$2,$3,$4,$5,$6,$7,$8,$9,$10,$11,$12,$13,$14,$1,$2,$15*%
%AMOutline8P*
0 Free polygon, 8 corners , with rotation*
0 The origin of the aperture is its center*
0 number of corners: always 8*
0 $1 to $16 corner X, Y*
0 $17 Rotation angle, in degrees counterclockwise*
0 create outline with 8 corners*
4,1,8,$1,$2,$3,$4,$5,$6,$7,$8,$9,$10,$11,$12,$13,$14,$15,$16,$1,$2,$17*%
G04 Aperture macros list end*
%ADD10R,0.820000X1.800000*%
%ADD11Outline5P,-0.900000X0.410000X0.900000X0.410000X0.900000X-0.164000X0.654000X-0.410000X-0.900000X-0.410000X270.000000*%
%ADD12R,1.800000X0.820000*%
%ADD13Outline5P,-0.900000X0.410000X0.900000X0.410000X0.900000X-0.164000X0.654000X-0.410000X-0.900000X-0.410000X180.000000*%
%ADD14Outline5P,-0.900000X0.410000X0.900000X0.410000X0.900000X-0.164000X0.654000X-0.410000X-0.900000X-0.410000X0.000000*%
%ADD15Outline5P,-0.900000X0.410000X0.900000X0.410000X0.900000X-0.164000X0.654000X-0.410000X-0.900000X-0.410000X90.000000*%
%ADD16RoundRect,0.160000X-0.197500X-0.160000X0.197500X-0.160000X0.197500X0.160000X-0.197500X0.160000X0*%
%ADD17RoundRect,0.150000X0.512500X0.150000X-0.512500X0.150000X-0.512500X-0.150000X0.512500X-0.150000X0*%
G04 APERTURE END LIST*
D10*
%TO.C,LED_SUB3*%
X59450000Y-60900000D03*
X57950000Y-60900000D03*
D11*
X57950000Y-66100000D03*
D10*
X59450000Y-66100000D03*
%TD*%
D12*
%TO.C,LED8*%
X101175000Y-85475000D03*
X101175000Y-83975000D03*
D13*
X95975000Y-83975000D03*
D12*
X95975000Y-85475000D03*
%TD*%
%TO.C,LED2*%
X101175000Y-47375000D03*
X101175000Y-45875000D03*
D13*
X95975000Y-45875000D03*
D12*
X95975000Y-47375000D03*
%TD*%
%TO.C,LED9*%
X38825000Y-103025000D03*
X38825000Y-104525000D03*
D14*
X44025000Y-104525000D03*
D12*
X44025000Y-103025000D03*
%TD*%
%TO.C,LED5*%
X44025000Y-85475000D03*
X44025000Y-83975000D03*
D13*
X38825000Y-83975000D03*
D12*
X38825000Y-85475000D03*
%TD*%
D10*
%TO.C,LED_SUB4*%
X80550000Y-66100000D03*
X82050000Y-66100000D03*
D15*
X82050000Y-60900000D03*
D10*
X80550000Y-60900000D03*
%TD*%
D12*
%TO.C,LED6*%
X63075000Y-85475000D03*
X63075000Y-83975000D03*
D13*
X57875000Y-83975000D03*
D12*
X57875000Y-85475000D03*
%TD*%
%TO.C,LED7*%
X82125000Y-85475000D03*
X82125000Y-83975000D03*
D13*
X76925000Y-83975000D03*
D12*
X76925000Y-85475000D03*
%TD*%
%TO.C,LED1*%
X38825000Y-45875000D03*
X38825000Y-47375000D03*
D14*
X44025000Y-47375000D03*
D12*
X44025000Y-45875000D03*
%TD*%
%TO.C,LED4*%
X95975000Y-64925000D03*
X95975000Y-66425000D03*
D14*
X101175000Y-66425000D03*
D12*
X101175000Y-64925000D03*
%TD*%
%TO.C,LED11*%
X76925000Y-103025000D03*
X76925000Y-104525000D03*
D14*
X82125000Y-104525000D03*
D12*
X82125000Y-103025000D03*
%TD*%
%TO.C,LED12*%
X95975000Y-103025000D03*
X95975000Y-104525000D03*
D14*
X101175000Y-104525000D03*
D12*
X101175000Y-103025000D03*
%TD*%
%TO.C,LED3*%
X38825000Y-64925000D03*
X38825000Y-66425000D03*
D14*
X44025000Y-66425000D03*
D12*
X44025000Y-64925000D03*
%TD*%
%TO.C,LED10*%
X57875000Y-103025000D03*
X57875000Y-104525000D03*
D14*
X63075000Y-104525000D03*
D12*
X63075000Y-103025000D03*
%TD*%
D16*
%TO.C,R1*%
X63055000Y-54750000D03*
X64250000Y-54750000D03*
%TD*%
D17*
%TO.C,U3*%
X49562500Y-41425000D03*
X49562500Y-42375000D03*
X49562500Y-43325000D03*
X47287500Y-43325000D03*
X47287500Y-41425000D03*
%TD*%
D16*
%TO.C,R2*%
X63055000Y-53750000D03*
X64250000Y-53750000D03*
%TD*%
M02*

View file

@ -0,0 +1,520 @@
%TF.GenerationSoftware,KiCad,Pcbnew,8.0.8*%
%TF.CreationDate,2025-02-20T23:43:36+01:00*%
%TF.ProjectId,hackpad,6861636b-7061-4642-9e6b-696361645f70,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 8.0.8) date 2025-02-20 23:43:36*
%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*%
%AMOutline5P*
0 Free polygon, 5 corners , with rotation*
0 The origin of the aperture is its center*
0 number of corners: always 5*
0 $1 to $10 corner X, Y*
0 $11 Rotation angle, in degrees counterclockwise*
0 create outline with 5 corners*
4,1,5,$1,$2,$3,$4,$5,$6,$7,$8,$9,$10,$1,$2,$11*%
%AMOutline6P*
0 Free polygon, 6 corners , with rotation*
0 The origin of the aperture is its center*
0 number of corners: always 6*
0 $1 to $12 corner X, Y*
0 $13 Rotation angle, in degrees counterclockwise*
0 create outline with 6 corners*
4,1,6,$1,$2,$3,$4,$5,$6,$7,$8,$9,$10,$11,$12,$1,$2,$13*%
%AMOutline7P*
0 Free polygon, 7 corners , with rotation*
0 The origin of the aperture is its center*
0 number of corners: always 7*
0 $1 to $14 corner X, Y*
0 $15 Rotation angle, in degrees counterclockwise*
0 create outline with 7 corners*
4,1,7,$1,$2,$3,$4,$5,$6,$7,$8,$9,$10,$11,$12,$13,$14,$1,$2,$15*%
%AMOutline8P*
0 Free polygon, 8 corners , with rotation*
0 The origin of the aperture is its center*
0 number of corners: always 8*
0 $1 to $16 corner X, Y*
0 $17 Rotation angle, in degrees counterclockwise*
0 create outline with 8 corners*
4,1,8,$1,$2,$3,$4,$5,$6,$7,$8,$9,$10,$11,$12,$13,$14,$15,$16,$1,$2,$17*%
G04 Aperture macros list end*
%ADD10R,0.820000X1.800000*%
%ADD11Outline5P,-0.900000X0.410000X0.900000X0.410000X0.900000X-0.164000X0.654000X-0.410000X-0.900000X-0.410000X270.000000*%
%ADD12RoundRect,0.102000X0.754000X0.754000X-0.754000X0.754000X-0.754000X-0.754000X0.754000X-0.754000X0*%
%ADD13C,1.712000*%
%ADD14C,3.204000*%
%ADD15O,1.500000X2.000000*%
%ADD16C,5.000000*%
%ADD17C,2.300000*%
%ADD18C,3.800000*%
%ADD19R,1.800000X0.820000*%
%ADD20Outline5P,-0.900000X0.410000X0.900000X0.410000X0.900000X-0.164000X0.654000X-0.410000X-0.900000X-0.410000X180.000000*%
%ADD21Outline5P,-0.900000X0.410000X0.900000X0.410000X0.900000X-0.164000X0.654000X-0.410000X-0.900000X-0.410000X0.000000*%
%ADD22Outline5P,-0.900000X0.410000X0.900000X0.410000X0.900000X-0.164000X0.654000X-0.410000X-0.900000X-0.410000X90.000000*%
%ADD23R,1.600000X1.600000*%
%ADD24O,1.600000X1.600000*%
%ADD25RoundRect,0.160000X-0.197500X-0.160000X0.197500X-0.160000X0.197500X0.160000X-0.197500X0.160000X0*%
%ADD26RoundRect,0.150000X0.512500X0.150000X-0.512500X0.150000X-0.512500X-0.150000X0.512500X-0.150000X0*%
%ADD27RoundRect,0.152400X-1.063600X-0.609600X1.063600X-0.609600X1.063600X0.609600X-1.063600X0.609600X0*%
%ADD28C,1.524000*%
%ADD29RoundRect,0.152400X1.063600X0.609600X-1.063600X0.609600X-1.063600X-0.609600X1.063600X-0.609600X0*%
%ADD30C,1.200000*%
G04 APERTURE END LIST*
D10*
%TO.C,LED_SUB3*%
X59450000Y-60900000D03*
X57950000Y-60900000D03*
D11*
X57950000Y-66100000D03*
D10*
X59450000Y-66100000D03*
%TD*%
D12*
%TO.C,U2*%
X73810000Y-55055000D03*
D13*
X71270000Y-55055000D03*
X68730000Y-55055000D03*
X66190000Y-55055000D03*
D14*
X81750000Y-54325000D03*
X58250000Y-54325000D03*
X58250000Y-30325000D03*
X81750000Y-30325000D03*
%TD*%
D15*
%TO.C,SW1*%
X36425000Y-46575000D03*
D16*
X41425000Y-41425000D03*
D17*
X46425000Y-37625000D03*
X41425000Y-35425000D03*
%TD*%
D15*
%TO.C,SW4*%
X93575000Y-65625000D03*
D16*
X98575000Y-60475000D03*
D17*
X103575000Y-56675000D03*
X98575000Y-54475000D03*
%TD*%
D18*
%TO.C,H2*%
X110600000Y-29400000D03*
%TD*%
%TO.C,H3*%
X29400000Y-29400000D03*
%TD*%
D15*
%TO.C,SW6*%
X55475000Y-84675000D03*
D16*
X60475000Y-79525000D03*
D17*
X65475000Y-75725000D03*
X60475000Y-73525000D03*
%TD*%
D15*
%TO.C,SW9*%
X36425000Y-103725000D03*
D16*
X41425000Y-98575000D03*
D17*
X46425000Y-94775000D03*
X41425000Y-92575000D03*
%TD*%
D18*
%TO.C,H1*%
X110600000Y-110600000D03*
%TD*%
D19*
%TO.C,LED8*%
X101175000Y-85475000D03*
X101175000Y-83975000D03*
D20*
X95975000Y-83975000D03*
D19*
X95975000Y-85475000D03*
%TD*%
D15*
%TO.C,SW12*%
X93575000Y-103725000D03*
D16*
X98575000Y-98575000D03*
D17*
X103575000Y-94775000D03*
X98575000Y-92575000D03*
%TD*%
D19*
%TO.C,LED2*%
X101175000Y-47375000D03*
X101175000Y-45875000D03*
D20*
X95975000Y-45875000D03*
D19*
X95975000Y-47375000D03*
%TD*%
D18*
%TO.C,H4*%
X29400000Y-110600000D03*
%TD*%
D19*
%TO.C,LED9*%
X38825000Y-103025000D03*
X38825000Y-104525000D03*
D21*
X44025000Y-104525000D03*
D19*
X44025000Y-103025000D03*
%TD*%
%TO.C,LED5*%
X44025000Y-85475000D03*
X44025000Y-83975000D03*
D20*
X38825000Y-83975000D03*
D19*
X38825000Y-85475000D03*
%TD*%
D10*
%TO.C,LED_SUB4*%
X80550000Y-66100000D03*
X82050000Y-66100000D03*
D22*
X82050000Y-60900000D03*
D10*
X80550000Y-60900000D03*
%TD*%
D19*
%TO.C,LED6*%
X63075000Y-85475000D03*
X63075000Y-83975000D03*
D20*
X57875000Y-83975000D03*
D19*
X57875000Y-85475000D03*
%TD*%
%TO.C,LED7*%
X82125000Y-85475000D03*
X82125000Y-83975000D03*
D20*
X76925000Y-83975000D03*
D19*
X76925000Y-85475000D03*
%TD*%
%TO.C,LED1*%
X38825000Y-45875000D03*
X38825000Y-47375000D03*
D21*
X44025000Y-47375000D03*
D19*
X44025000Y-45875000D03*
%TD*%
D15*
%TO.C,SW8*%
X93575000Y-84675000D03*
D16*
X98575000Y-79525000D03*
D17*
X103575000Y-75725000D03*
X98575000Y-73525000D03*
%TD*%
D19*
%TO.C,LED4*%
X95975000Y-64925000D03*
X95975000Y-66425000D03*
D21*
X101175000Y-66425000D03*
D19*
X101175000Y-64925000D03*
%TD*%
D15*
%TO.C,SW5*%
X36425000Y-84675000D03*
D16*
X41425000Y-79525000D03*
D17*
X46425000Y-75725000D03*
X41425000Y-73525000D03*
%TD*%
D15*
%TO.C,SW3*%
X36425000Y-65625000D03*
D16*
X41425000Y-60475000D03*
D17*
X46425000Y-56675000D03*
X41425000Y-54475000D03*
%TD*%
D19*
%TO.C,LED11*%
X76925000Y-103025000D03*
X76925000Y-104525000D03*
D21*
X82125000Y-104525000D03*
D19*
X82125000Y-103025000D03*
%TD*%
D15*
%TO.C,SW11*%
X74525000Y-103725000D03*
D16*
X79525000Y-98575000D03*
D17*
X84525000Y-94775000D03*
X79525000Y-92575000D03*
%TD*%
D19*
%TO.C,LED12*%
X95975000Y-103025000D03*
X95975000Y-104525000D03*
D21*
X101175000Y-104525000D03*
D19*
X101175000Y-103025000D03*
%TD*%
D15*
%TO.C,SW7*%
X74525000Y-84675000D03*
D16*
X79525000Y-79525000D03*
D17*
X84525000Y-75725000D03*
X79525000Y-73525000D03*
%TD*%
D19*
%TO.C,LED3*%
X38825000Y-64925000D03*
X38825000Y-66425000D03*
D21*
X44025000Y-66425000D03*
D19*
X44025000Y-64925000D03*
%TD*%
%TO.C,LED10*%
X57875000Y-103025000D03*
X57875000Y-104525000D03*
D21*
X63075000Y-104525000D03*
D19*
X63075000Y-103025000D03*
%TD*%
D15*
%TO.C,SW2*%
X93575000Y-46575000D03*
D16*
X98575000Y-41425000D03*
D17*
X103575000Y-37625000D03*
X98575000Y-35425000D03*
%TD*%
D15*
%TO.C,SW10*%
X55475000Y-103725000D03*
D16*
X60475000Y-98575000D03*
D17*
X65475000Y-94775000D03*
X60475000Y-92575000D03*
%TD*%
D23*
%TO.C,D10*%
X50975000Y-105575000D03*
D24*
X50975000Y-97955000D03*
%TD*%
D23*
%TO.C,D13*%
X86750000Y-67370000D03*
D24*
X86750000Y-59750000D03*
%TD*%
D23*
%TO.C,D8*%
X89075000Y-86525000D03*
D24*
X89075000Y-78905000D03*
%TD*%
D23*
%TO.C,D12*%
X89075000Y-105575000D03*
D24*
X89075000Y-97955000D03*
%TD*%
D23*
%TO.C,D5*%
X31925000Y-86525000D03*
D24*
X31925000Y-78905000D03*
%TD*%
D23*
%TO.C,D14*%
X53000000Y-67000000D03*
D24*
X53000000Y-59380000D03*
%TD*%
D23*
%TO.C,D15*%
X110000000Y-37000000D03*
D24*
X110000000Y-44620000D03*
%TD*%
D23*
%TO.C,D9*%
X31925000Y-105575000D03*
D24*
X31925000Y-97955000D03*
%TD*%
D25*
%TO.C,R1*%
X63055000Y-54750000D03*
X64250000Y-54750000D03*
%TD*%
D23*
%TO.C,D1*%
X31925000Y-48425000D03*
D24*
X31925000Y-40805000D03*
%TD*%
D23*
%TO.C,D11*%
X70025000Y-105575000D03*
D24*
X70025000Y-97955000D03*
%TD*%
D26*
%TO.C,U3*%
X49562500Y-41425000D03*
X49562500Y-42375000D03*
X49562500Y-43325000D03*
X47287500Y-43325000D03*
X47287500Y-41425000D03*
%TD*%
D23*
%TO.C,D4*%
X106825000Y-65575000D03*
D24*
X106825000Y-57955000D03*
%TD*%
D23*
%TO.C,D7*%
X70000000Y-86500000D03*
D24*
X70000000Y-78880000D03*
%TD*%
D23*
%TO.C,D2*%
X86250000Y-43120000D03*
D24*
X86250000Y-35500000D03*
%TD*%
D27*
%TO.C,U1*%
X78455000Y-34405000D03*
D28*
X77620000Y-34405000D03*
D27*
X78455000Y-36945000D03*
D28*
X77620000Y-36945000D03*
D27*
X78455000Y-39485000D03*
D28*
X77620000Y-39485000D03*
D27*
X78455000Y-42025000D03*
D28*
X77620000Y-42025000D03*
D27*
X78455000Y-44565000D03*
D28*
X77620000Y-44565000D03*
D27*
X78455000Y-47105000D03*
D28*
X77620000Y-47105000D03*
D27*
X78455000Y-49645000D03*
D28*
X77620000Y-49645000D03*
X62380000Y-49645000D03*
D29*
X61545000Y-49645000D03*
D28*
X62380000Y-47105000D03*
D29*
X61545000Y-47105000D03*
D28*
X62380000Y-44565000D03*
D29*
X61545000Y-44565000D03*
D28*
X62380000Y-42025000D03*
D29*
X61545000Y-42025000D03*
D28*
X62380000Y-39485000D03*
D29*
X61545000Y-39485000D03*
D28*
X62380000Y-36945000D03*
D29*
X61545000Y-36945000D03*
D28*
X62380000Y-34405000D03*
D29*
X61545000Y-34405000D03*
%TD*%
D23*
%TO.C,D6*%
X50975000Y-86525000D03*
D24*
X50975000Y-78905000D03*
%TD*%
D25*
%TO.C,R2*%
X63055000Y-53750000D03*
X64250000Y-53750000D03*
%TD*%
D23*
%TO.C,D16*%
X110000000Y-67000000D03*
D24*
X110000000Y-59380000D03*
%TD*%
D30*
%TO.C,C2*%
X54000000Y-43500000D03*
X54000000Y-41500000D03*
%TD*%
D23*
%TO.C,D3*%
X31925000Y-67475000D03*
D24*
X31925000Y-59855000D03*
%TD*%
M02*

View file

@ -0,0 +1,648 @@
%TF.GenerationSoftware,KiCad,Pcbnew,8.0.8*%
%TF.CreationDate,2025-02-20T23:43:36+01:00*%
%TF.ProjectId,hackpad,6861636b-7061-4642-9e6b-696361645f70,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 8.0.8) date 2025-02-20 23:43:36*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
%TA.AperFunction,Profile*%
%ADD10C,0.050000*%
%TD*%
%TA.AperFunction,Profile*%
%ADD11C,0.100000*%
%TD*%
%ADD12C,0.350000*%
%ADD13O,1.499999X1.999999*%
G04 APERTURE END LIST*
D10*
X77500000Y-60750000D02*
G75*
G02*
X78000000Y-61250000I0J-500000D01*
G01*
X29400000Y-113100000D02*
G75*
G02*
X26900000Y-110600000I0J2500000D01*
G01*
X110600000Y-26900000D02*
G75*
G02*
X113100000Y-29400000I0J-2500000D01*
G01*
X78000000Y-65750000D02*
G75*
G02*
X77500000Y-66250000I-500000J0D01*
G01*
X61800000Y-26900000D02*
X29400000Y-26900000D01*
X110600000Y-113100000D02*
X29400000Y-113100000D01*
X64300000Y-32000000D02*
G75*
G02*
X63800000Y-31500000I0J500000D01*
G01*
X75700000Y-32000000D02*
X64300000Y-32000000D01*
X76200000Y-31500000D02*
G75*
G02*
X75700000Y-32000000I-500000J0D01*
G01*
X26900000Y-110600000D02*
X26900000Y-29400000D01*
X63800000Y-28900000D02*
X63800000Y-31500000D01*
X76200000Y-28900000D02*
X76200000Y-31500000D01*
X113100000Y-29400000D02*
X113100000Y-110600000D01*
X78000000Y-61250000D02*
X78000000Y-65750000D01*
X62500000Y-60750000D02*
X77500000Y-60750000D01*
X61800000Y-26900000D02*
G75*
G02*
X63800000Y-28900000I0J-2000000D01*
G01*
X113100000Y-110600000D02*
G75*
G02*
X110600000Y-113100000I-2500000J0D01*
G01*
X26900000Y-29400000D02*
G75*
G02*
X29400000Y-26900000I2500000J0D01*
G01*
X62500000Y-66250000D02*
G75*
G02*
X62000000Y-65750000I0J500000D01*
G01*
X76200000Y-28900000D02*
G75*
G02*
X78200000Y-26900000I2000000J0D01*
G01*
X110600000Y-26900000D02*
X78200000Y-26900000D01*
X77500000Y-66250000D02*
X62500000Y-66250000D01*
X62000000Y-65750000D02*
X62000000Y-61250000D01*
X62000000Y-61250000D02*
G75*
G02*
X62500000Y-60750000I500000J0D01*
G01*
D11*
%TO.C,LED_SUB3*%
X57000000Y-64700000D02*
X57000000Y-62300000D01*
X57500000Y-61800000D02*
X59900000Y-61800000D01*
X59900000Y-65200000D02*
X57500000Y-65200000D01*
X60400000Y-62300000D02*
X60400000Y-64700000D01*
X57000000Y-62300000D02*
G75*
G02*
X57500000Y-61800000I500001J-1D01*
G01*
X57500000Y-65200000D02*
G75*
G02*
X57000000Y-64700000I0J500000D01*
G01*
X59900000Y-61800000D02*
G75*
G02*
X60400000Y-62300000I-1J-500001D01*
G01*
X60400000Y-64700000D02*
G75*
G02*
X59900000Y-65200000I-500000J0D01*
G01*
%TO.C,LED8*%
X96875000Y-85925000D02*
X96875000Y-83525000D01*
X97375000Y-83025000D02*
X99775000Y-83025000D01*
X99775000Y-86425000D02*
X97375000Y-86425000D01*
X100275000Y-83525000D02*
X100275000Y-85925000D01*
X96875000Y-83525000D02*
G75*
G02*
X97375000Y-83025000I500000J0D01*
G01*
X97375000Y-86425000D02*
G75*
G02*
X96875000Y-85925000I0J500000D01*
G01*
X99775000Y-83025000D02*
G75*
G02*
X100275000Y-83525000I-1J-500001D01*
G01*
X100275000Y-85925000D02*
G75*
G02*
X99775000Y-86425000I-500001J1D01*
G01*
%TO.C,LED2*%
X96875000Y-47825000D02*
X96875000Y-45425000D01*
X97375000Y-44925000D02*
X99775000Y-44925000D01*
X99775000Y-48325000D02*
X97375000Y-48325000D01*
X100275000Y-45425000D02*
X100275000Y-47825000D01*
X96875000Y-45425000D02*
G75*
G02*
X97375000Y-44925000I500000J0D01*
G01*
X97375000Y-48325000D02*
G75*
G02*
X96875000Y-47825000I0J500000D01*
G01*
X99775000Y-44925000D02*
G75*
G02*
X100275000Y-45425000I-1J-500001D01*
G01*
X100275000Y-47825000D02*
G75*
G02*
X99775000Y-48325000I-500001J1D01*
G01*
%TO.C,LED9*%
X39725000Y-104975000D02*
X39725000Y-102575000D01*
X40225000Y-102075000D02*
X42625000Y-102075000D01*
X42625000Y-105475000D02*
X40225000Y-105475000D01*
X43125000Y-102575000D02*
X43125000Y-104975000D01*
X39725000Y-102575000D02*
G75*
G02*
X40225000Y-102075000I500001J-1D01*
G01*
X40225000Y-105475000D02*
G75*
G02*
X39725000Y-104975000I1J500001D01*
G01*
X42625000Y-102075000D02*
G75*
G02*
X43125000Y-102575000I0J-500000D01*
G01*
X43125000Y-104975000D02*
G75*
G02*
X42625000Y-105475000I-500000J0D01*
G01*
%TO.C,LED5*%
X39725000Y-85925000D02*
X39725000Y-83525000D01*
X40225000Y-83025000D02*
X42625000Y-83025000D01*
X42625000Y-86425000D02*
X40225000Y-86425000D01*
X43125000Y-83525000D02*
X43125000Y-85925000D01*
X39725000Y-83525000D02*
G75*
G02*
X40225000Y-83025000I500000J0D01*
G01*
X40225000Y-86425000D02*
G75*
G02*
X39725000Y-85925000I0J500000D01*
G01*
X42625000Y-83025000D02*
G75*
G02*
X43125000Y-83525000I-1J-500001D01*
G01*
X43125000Y-85925000D02*
G75*
G02*
X42625000Y-86425000I-500001J1D01*
G01*
%TO.C,LED_SUB4*%
X79600000Y-64700000D02*
X79600000Y-62300000D01*
X80100000Y-61800000D02*
X82500000Y-61800000D01*
X82500000Y-65200000D02*
X80100000Y-65200000D01*
X83000000Y-62300000D02*
X83000000Y-64700000D01*
X79600000Y-62300000D02*
G75*
G02*
X80100000Y-61800000I500000J0D01*
G01*
X80100000Y-65200000D02*
G75*
G02*
X79600000Y-64700000I1J500001D01*
G01*
X82500000Y-61800000D02*
G75*
G02*
X83000000Y-62300000I0J-500000D01*
G01*
X83000000Y-64700000D02*
G75*
G02*
X82500000Y-65200000I-500001J1D01*
G01*
%TO.C,LED6*%
X58775000Y-85925000D02*
X58775000Y-83525000D01*
X59275000Y-83025000D02*
X61675000Y-83025000D01*
X61675000Y-86425000D02*
X59275000Y-86425000D01*
X62175000Y-83525000D02*
X62175000Y-85925000D01*
X58775000Y-83525000D02*
G75*
G02*
X59275000Y-83025000I500000J0D01*
G01*
X59275000Y-86425000D02*
G75*
G02*
X58775000Y-85925000I0J500000D01*
G01*
X61675000Y-83025000D02*
G75*
G02*
X62175000Y-83525000I-1J-500001D01*
G01*
X62175000Y-85925000D02*
G75*
G02*
X61675000Y-86425000I-500001J1D01*
G01*
%TO.C,LED7*%
X77825000Y-85925000D02*
X77825000Y-83525000D01*
X78325000Y-83025000D02*
X80725000Y-83025000D01*
X80725000Y-86425000D02*
X78325000Y-86425000D01*
X81225000Y-83525000D02*
X81225000Y-85925000D01*
X77825000Y-83525000D02*
G75*
G02*
X78325000Y-83025000I500000J0D01*
G01*
X78325000Y-86425000D02*
G75*
G02*
X77825000Y-85925000I0J500000D01*
G01*
X80725000Y-83025000D02*
G75*
G02*
X81225000Y-83525000I-1J-500001D01*
G01*
X81225000Y-85925000D02*
G75*
G02*
X80725000Y-86425000I-500001J1D01*
G01*
%TO.C,LED1*%
X39725000Y-47825000D02*
X39725000Y-45425000D01*
X40225000Y-44925000D02*
X42625000Y-44925000D01*
X42625000Y-48325000D02*
X40225000Y-48325000D01*
X43125000Y-45425000D02*
X43125000Y-47825000D01*
X39725000Y-45425000D02*
G75*
G02*
X40225000Y-44925000I500001J-1D01*
G01*
X40225000Y-48325000D02*
G75*
G02*
X39725000Y-47825000I1J500001D01*
G01*
X42625000Y-44925000D02*
G75*
G02*
X43125000Y-45425000I0J-500000D01*
G01*
X43125000Y-47825000D02*
G75*
G02*
X42625000Y-48325000I-500000J0D01*
G01*
%TO.C,LED4*%
X96875000Y-66875000D02*
X96875000Y-64475000D01*
X97375000Y-63975000D02*
X99775000Y-63975000D01*
X99775000Y-67375000D02*
X97375000Y-67375000D01*
X100275000Y-64475000D02*
X100275000Y-66875000D01*
X96875000Y-64475000D02*
G75*
G02*
X97375000Y-63975000I500001J-1D01*
G01*
X97375000Y-67375000D02*
G75*
G02*
X96875000Y-66875000I1J500001D01*
G01*
X99775000Y-63975000D02*
G75*
G02*
X100275000Y-64475000I0J-500000D01*
G01*
X100275000Y-66875000D02*
G75*
G02*
X99775000Y-67375000I-500000J0D01*
G01*
%TO.C,LED11*%
X77825000Y-104975000D02*
X77825000Y-102575000D01*
X78325000Y-102075000D02*
X80725000Y-102075000D01*
X80725000Y-105475000D02*
X78325000Y-105475000D01*
X81225000Y-102575000D02*
X81225000Y-104975000D01*
X77825000Y-102575000D02*
G75*
G02*
X78325000Y-102075000I500001J-1D01*
G01*
X78325000Y-105475000D02*
G75*
G02*
X77825000Y-104975000I1J500001D01*
G01*
X80725000Y-102075000D02*
G75*
G02*
X81225000Y-102575000I0J-500000D01*
G01*
X81225000Y-104975000D02*
G75*
G02*
X80725000Y-105475000I-500000J0D01*
G01*
%TO.C,LED12*%
X96875000Y-104975000D02*
X96875000Y-102575000D01*
X97375000Y-102075000D02*
X99775000Y-102075000D01*
X99775000Y-105475000D02*
X97375000Y-105475000D01*
X100275000Y-102575000D02*
X100275000Y-104975000D01*
X96875000Y-102575000D02*
G75*
G02*
X97375000Y-102075000I500001J-1D01*
G01*
X97375000Y-105475000D02*
G75*
G02*
X96875000Y-104975000I1J500001D01*
G01*
X99775000Y-102075000D02*
G75*
G02*
X100275000Y-102575000I0J-500000D01*
G01*
X100275000Y-104975000D02*
G75*
G02*
X99775000Y-105475000I-500000J0D01*
G01*
%TO.C,LED3*%
X39725000Y-66875000D02*
X39725000Y-64475000D01*
X40225000Y-63975000D02*
X42625000Y-63975000D01*
X42625000Y-67375000D02*
X40225000Y-67375000D01*
X43125000Y-64475000D02*
X43125000Y-66875000D01*
X39725000Y-64475000D02*
G75*
G02*
X40225000Y-63975000I500001J-1D01*
G01*
X40225000Y-67375000D02*
G75*
G02*
X39725000Y-66875000I1J500001D01*
G01*
X42625000Y-63975000D02*
G75*
G02*
X43125000Y-64475000I0J-500000D01*
G01*
X43125000Y-66875000D02*
G75*
G02*
X42625000Y-67375000I-500000J0D01*
G01*
%TO.C,LED10*%
X58775000Y-104975000D02*
X58775000Y-102575000D01*
X59275000Y-102075000D02*
X61675000Y-102075000D01*
X61675000Y-105475000D02*
X59275000Y-105475000D01*
X62175000Y-102575000D02*
X62175000Y-104975000D01*
X58775000Y-102575000D02*
G75*
G02*
X59275000Y-102075000I500001J-1D01*
G01*
X59275000Y-105475000D02*
G75*
G02*
X58775000Y-104975000I1J500001D01*
G01*
X61675000Y-102075000D02*
G75*
G02*
X62175000Y-102575000I0J-500000D01*
G01*
X62175000Y-104975000D02*
G75*
G02*
X61675000Y-105475000I-500000J0D01*
G01*
%TD*%
D12*
X73810000Y-55055000D03*
X71270000Y-55055000D03*
X68730000Y-55055000D03*
X66190000Y-55055000D03*
X81750000Y-54325000D03*
X58250000Y-54325000D03*
X58250000Y-30325000D03*
X81750000Y-30325000D03*
D13*
X36425000Y-46575000D03*
D12*
X41425000Y-41425000D03*
X46425000Y-37625000D03*
X41425000Y-35425000D03*
D13*
X93575000Y-65625000D03*
D12*
X98575000Y-60475000D03*
X103575000Y-56675000D03*
X98575000Y-54475000D03*
X110600000Y-29400000D03*
X29400000Y-29400000D03*
D13*
X55475000Y-84675000D03*
D12*
X60475000Y-79525000D03*
X65475000Y-75725000D03*
X60475000Y-73525000D03*
D13*
X36425000Y-103725000D03*
D12*
X41425000Y-98575000D03*
X46425000Y-94775000D03*
X41425000Y-92575000D03*
X110600000Y-110600000D03*
D13*
X93575000Y-103725000D03*
D12*
X98575000Y-98575000D03*
X103575000Y-94775000D03*
X98575000Y-92575000D03*
X29400000Y-110600000D03*
D13*
X93575000Y-84675000D03*
D12*
X98575000Y-79525000D03*
X103575000Y-75725000D03*
X98575000Y-73525000D03*
D13*
X36425000Y-84675000D03*
D12*
X41425000Y-79525000D03*
X46425000Y-75725000D03*
X41425000Y-73525000D03*
D13*
X36425000Y-65625000D03*
D12*
X41425000Y-60475000D03*
X46425000Y-56675000D03*
X41425000Y-54475000D03*
D13*
X74525000Y-103725000D03*
D12*
X79525000Y-98575000D03*
X84525000Y-94775000D03*
X79525000Y-92575000D03*
D13*
X74525000Y-84675000D03*
D12*
X79525000Y-79525000D03*
X84525000Y-75725000D03*
X79525000Y-73525000D03*
D13*
X93575000Y-46575000D03*
D12*
X98575000Y-41425000D03*
X103575000Y-37625000D03*
X98575000Y-35425000D03*
D13*
X55475000Y-103725000D03*
D12*
X60475000Y-98575000D03*
X65475000Y-94775000D03*
X60475000Y-92575000D03*
X50975000Y-105575000D03*
X50975000Y-97955000D03*
X86750000Y-67370000D03*
X86750000Y-59750000D03*
X89075000Y-86525000D03*
X89075000Y-78905000D03*
X89075000Y-105575000D03*
X89075000Y-97955000D03*
X31925000Y-86525000D03*
X31925000Y-78905000D03*
X53000000Y-67000000D03*
X53000000Y-59380000D03*
X110000000Y-37000000D03*
X110000000Y-44620000D03*
X31925000Y-105575000D03*
X31925000Y-97955000D03*
X31925000Y-48425000D03*
X31925000Y-40805000D03*
X70025000Y-105575000D03*
X70025000Y-97955000D03*
X106825000Y-65575000D03*
X106825000Y-57955000D03*
X70000000Y-86500000D03*
X70000000Y-78880000D03*
X86250000Y-43120000D03*
X86250000Y-35500000D03*
X77620000Y-34405000D03*
X77620000Y-36945000D03*
X77620000Y-39485000D03*
X77620000Y-42025000D03*
X77620000Y-44565000D03*
X77620000Y-47105000D03*
X77620000Y-49645000D03*
X62380000Y-49645000D03*
X62380000Y-47105000D03*
X62380000Y-44565000D03*
X62380000Y-42025000D03*
X62380000Y-39485000D03*
X62380000Y-36945000D03*
X62380000Y-34405000D03*
X50975000Y-86525000D03*
X50975000Y-78905000D03*
X110000000Y-67000000D03*
X110000000Y-59380000D03*
X54000000Y-43500000D03*
X54000000Y-41500000D03*
X31925000Y-67475000D03*
X31925000Y-59855000D03*
M02*

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,37 @@
%TF.GenerationSoftware,KiCad,Pcbnew,8.0.8*%
%TF.CreationDate,2025-02-20T23:43:36+01:00*%
%TF.ProjectId,hackpad,6861636b-7061-4642-9e6b-696361645f70,rev?*%
%TF.SameCoordinates,Original*%
%TF.FileFunction,Paste,Top*%
%TF.FilePolarity,Positive*%
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW 8.0.8) date 2025-02-20 23:43:36*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
%ADD10R,1.250000X2.700000*%
%ADD11R,1.000000X2.000000*%
%ADD12R,2.700000X1.250000*%
%ADD13R,2.000000X1.000000*%
G04 APERTURE END LIST*
D10*
%TO.C,SW13*%
X73630000Y-58420000D03*
X66370000Y-58420000D03*
D11*
X68000000Y-57580000D03*
X72000000Y-57580000D03*
X70000000Y-57580000D03*
%TD*%
D12*
%TO.C,SW14*%
X110720000Y-48370000D03*
X110720000Y-55630000D03*
D13*
X109880000Y-54000000D03*
X109880000Y-50000000D03*
X109880000Y-52000000D03*
%TD*%
M02*

View file

@ -0,0 +1,283 @@
%TF.GenerationSoftware,KiCad,Pcbnew,8.0.8*%
%TF.CreationDate,2025-02-20T23:43:36+01:00*%
%TF.ProjectId,hackpad,6861636b-7061-4642-9e6b-696361645f70,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 8.0.8) date 2025-02-20 23:43:36*
%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*
%ADD10RoundRect,0.102000X0.754000X0.754000X-0.754000X0.754000X-0.754000X-0.754000X0.754000X-0.754000X0*%
%ADD11C,1.712000*%
%ADD12C,3.204000*%
%ADD13O,1.500000X2.000000*%
%ADD14C,5.000000*%
%ADD15C,3.800000*%
%ADD16R,1.250000X2.700000*%
%ADD17R,1.000000X2.000000*%
%ADD18R,2.700000X1.250000*%
%ADD19R,2.000000X1.000000*%
%ADD20R,1.600000X1.600000*%
%ADD21O,1.600000X1.600000*%
%ADD22C,1.524000*%
%ADD23C,1.200000*%
G04 APERTURE END LIST*
D10*
%TO.C,U2*%
X73810000Y-55055000D03*
D11*
X71270000Y-55055000D03*
X68730000Y-55055000D03*
X66190000Y-55055000D03*
D12*
X81750000Y-54325000D03*
X58250000Y-54325000D03*
X58250000Y-30325000D03*
X81750000Y-30325000D03*
%TD*%
D13*
%TO.C,SW1*%
X36425000Y-46575000D03*
D14*
X41425000Y-41425000D03*
%TD*%
D13*
%TO.C,SW4*%
X93575000Y-65625000D03*
D14*
X98575000Y-60475000D03*
%TD*%
D15*
%TO.C,H2*%
X110600000Y-29400000D03*
%TD*%
%TO.C,H3*%
X29400000Y-29400000D03*
%TD*%
D13*
%TO.C,SW6*%
X55475000Y-84675000D03*
D14*
X60475000Y-79525000D03*
%TD*%
D13*
%TO.C,SW9*%
X36425000Y-103725000D03*
D14*
X41425000Y-98575000D03*
%TD*%
D15*
%TO.C,H1*%
X110600000Y-110600000D03*
%TD*%
D16*
%TO.C,SW13*%
X73630000Y-58420000D03*
X66370000Y-58420000D03*
D17*
X68000000Y-57580000D03*
X72000000Y-57580000D03*
X70000000Y-57580000D03*
%TD*%
D13*
%TO.C,SW12*%
X93575000Y-103725000D03*
D14*
X98575000Y-98575000D03*
%TD*%
D15*
%TO.C,H4*%
X29400000Y-110600000D03*
%TD*%
D13*
%TO.C,SW8*%
X93575000Y-84675000D03*
D14*
X98575000Y-79525000D03*
%TD*%
D13*
%TO.C,SW5*%
X36425000Y-84675000D03*
D14*
X41425000Y-79525000D03*
%TD*%
D13*
%TO.C,SW3*%
X36425000Y-65625000D03*
D14*
X41425000Y-60475000D03*
%TD*%
D18*
%TO.C,SW14*%
X110720000Y-48370000D03*
X110720000Y-55630000D03*
D19*
X109880000Y-54000000D03*
X109880000Y-50000000D03*
X109880000Y-52000000D03*
%TD*%
D13*
%TO.C,SW11*%
X74525000Y-103725000D03*
D14*
X79525000Y-98575000D03*
%TD*%
D13*
%TO.C,SW7*%
X74525000Y-84675000D03*
D14*
X79525000Y-79525000D03*
%TD*%
D13*
%TO.C,SW2*%
X93575000Y-46575000D03*
D14*
X98575000Y-41425000D03*
%TD*%
D13*
%TO.C,SW10*%
X55475000Y-103725000D03*
D14*
X60475000Y-98575000D03*
%TD*%
D20*
%TO.C,D10*%
X50975000Y-105575000D03*
D21*
X50975000Y-97955000D03*
%TD*%
D20*
%TO.C,D13*%
X86750000Y-67370000D03*
D21*
X86750000Y-59750000D03*
%TD*%
D20*
%TO.C,D8*%
X89075000Y-86525000D03*
D21*
X89075000Y-78905000D03*
%TD*%
D20*
%TO.C,D12*%
X89075000Y-105575000D03*
D21*
X89075000Y-97955000D03*
%TD*%
D20*
%TO.C,D5*%
X31925000Y-86525000D03*
D21*
X31925000Y-78905000D03*
%TD*%
D20*
%TO.C,D14*%
X53000000Y-67000000D03*
D21*
X53000000Y-59380000D03*
%TD*%
D20*
%TO.C,D15*%
X110000000Y-37000000D03*
D21*
X110000000Y-44620000D03*
%TD*%
D20*
%TO.C,D9*%
X31925000Y-105575000D03*
D21*
X31925000Y-97955000D03*
%TD*%
D20*
%TO.C,D1*%
X31925000Y-48425000D03*
D21*
X31925000Y-40805000D03*
%TD*%
D20*
%TO.C,D11*%
X70025000Y-105575000D03*
D21*
X70025000Y-97955000D03*
%TD*%
D20*
%TO.C,D4*%
X106825000Y-65575000D03*
D21*
X106825000Y-57955000D03*
%TD*%
D20*
%TO.C,D7*%
X70000000Y-86500000D03*
D21*
X70000000Y-78880000D03*
%TD*%
D20*
%TO.C,D2*%
X86250000Y-43120000D03*
D21*
X86250000Y-35500000D03*
%TD*%
D22*
%TO.C,U1*%
X77620000Y-34405000D03*
X77620000Y-36945000D03*
X77620000Y-39485000D03*
X77620000Y-42025000D03*
X77620000Y-44565000D03*
X77620000Y-47105000D03*
X77620000Y-49645000D03*
X62380000Y-49645000D03*
X62380000Y-47105000D03*
X62380000Y-44565000D03*
X62380000Y-42025000D03*
X62380000Y-39485000D03*
X62380000Y-36945000D03*
X62380000Y-34405000D03*
%TD*%
D20*
%TO.C,D6*%
X50975000Y-86525000D03*
D21*
X50975000Y-78905000D03*
%TD*%
D20*
%TO.C,D16*%
X110000000Y-67000000D03*
D21*
X110000000Y-59380000D03*
%TD*%
D23*
%TO.C,C2*%
X54000000Y-43500000D03*
X54000000Y-41500000D03*
%TD*%
D20*
%TO.C,D3*%
X31925000Y-67475000D03*
D21*
X31925000Y-59855000D03*
%TD*%
M02*

Some files were not shown because too many files have changed in this diff Show more