Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

finnboard #930

Closed
wants to merge 23 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
8ea9a15
Create README.md
finnsblog Aug 4, 2024
7513641
Update README.md
finnsblog Aug 5, 2024
7d9748a
add cart.png, add editor screenshot
finnsblog Aug 5, 2024
ce040ce
Rename Screenshot 2024-08-04 185519.png to cart.png
finnsblog Aug 5, 2024
6bf5644
Rename Screenshot 2024-08-05 114922.png to ineditor.png
finnsblog Aug 5, 2024
16fe0d9
Rename Screenshot 2024-08-04 214025.png to grandtotal.png
finnsblog Aug 5, 2024
3aaf7ac
Add files via upload
finnsblog Aug 5, 2024
5384de9
Rename projects/finnboard/finnkeyboard.kicad_pcb to projects/finnboar…
finnsblog Aug 5, 2024
5649731
Rename projects/finnboard/finnkeyboard.kicad_prl to projects/finnboar…
finnsblog Aug 5, 2024
35100ad
Delete projects/finnboard/~finnkeyboard.kicad_pcb.lck
finnsblog Aug 5, 2024
0c6690e
add schematics
finnsblog Aug 5, 2024
759bc61
Delete projects/finnboard/finnkeyboard-B_Mask.pdf
finnsblog Aug 5, 2024
4fb99ef
Delete projects/finnboard/finnkeyboard-B_Cu.pdf
finnsblog Aug 5, 2024
48037a3
Delete projects/finnboard/finnkeyboard-B_Paste.pdf
finnsblog Aug 5, 2024
d074e0d
Delete projects/finnboard/finnkeyboard-B_Silkscreen.pdf
finnsblog Aug 5, 2024
0d899ea
Delete projects/finnboard/finnkeyboard-F_Paste.pdf
finnsblog Aug 5, 2024
1f3b3a0
Delete projects/finnboard/finnkeyboard-F_Silkscreen.pdf
finnsblog Aug 5, 2024
acfcfd3
Delete projects/finnboard/finnkeyboard-F_Mask.pdf
finnsblog Aug 5, 2024
3ff80d6
Delete projects/finnboard/finnkeyboard-F_Cu.pdf
finnsblog Aug 5, 2024
e3ebf79
Delete projects/finnboard/finnkeyboard-Edge_Cuts.pdf
finnsblog Aug 5, 2024
2c23e2b
actual schematic
finnsblog Aug 5, 2024
d1f957d
Rename finnkeyboard-B_Silkscreen.pdf to schematic.pdf
finnsblog Aug 5, 2024
330b61c
Merge branch 'main' into main
blazecoding2009 Aug 11, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions projects/finnboard/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
## Finnboard!

---
name: "Finn Tidd"
slack_handle: "@finndolf"
github_handle: "@finnsblog"
tutorial: # Link to the tutorial if you used one
---

# Finnboard

<!-- Describe your board in 2-3 sentences. What are you making? What will it do? -->
I am making a keyboard, It has some keys, some optional knobs, some optional buttons, support for MX keyswitches. Hotswappable everything and hopefully a
3d printable case. The keyboard is designed to be assembled using only "Through the hole" components. I plan to print it on black-lead free pcb because I want to use it prior to designing a 3d printable case for it.
<!-- How much is it going to cost? -->
Cost: $37.60
<!-- Tell us a little bit about your design process. What were some challenges? What helped? ***Totally optional*** -->
It was fun to get started on a keyboard pcb, and even more fun to be able to print it for free. The tutorials on the hackclub website and the
entire userbase of reddit and stackoverflow were also crucial with my "stupid" questions.
Binary file added projects/finnboard/cart.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added projects/finnboard/grandtotal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added projects/finnboard/ineditor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added projects/finnboard/schematic.pdf
Binary file not shown.
1 change: 1 addition & 0 deletions projects/finnboard/src/finnkeyboard.kicad_pcb
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

83 changes: 83 additions & 0 deletions projects/finnboard/src/finnkeyboard.kicad_prl
Original file line number Diff line number Diff line change
@@ -0,0 +1,83 @@
{
"board": {
"active_layer": 36,
"active_layer_preset": "All Layers",
"auto_track_width": true,
"hidden_netclasses": [],
"hidden_nets": [],
"high_contrast_mode": 0,
"net_color_mode": 1,
"opacity": {
"images": 0.6,
"pads": 1.0,
"tracks": 1.0,
"vias": 1.0,
"zones": 0.6
},
"selection_filter": {
"dimensions": true,
"footprints": true,
"graphics": true,
"keepouts": true,
"lockedItems": false,
"otherItems": true,
"pads": true,
"text": true,
"tracks": true,
"vias": true,
"zones": true
},
"visible_items": [
0,
1,
2,
3,
4,
5,
8,
9,
10,
11,
12,
13,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
32,
33,
34,
35,
36,
39,
40
],
"visible_layers": "fffffff_ffffffff",
"zone_display_mode": 0
},
"git": {
"repo_password": "",
"repo_type": "",
"repo_username": "",
"ssh_key": ""
},
"meta": {
"filename": "finnkeyboard.kicad_prl",
"version": 3
},
"project": {
"files": []
}
}
Loading