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

blahajergo #340

Merged
merged 6 commits into from
Feb 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
25 changes: 25 additions & 0 deletions projects/blahajergo/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
name: "Vincent Phan"
slack_handle: "@chinh4thepro"
github_handle: "@chinh4thepro"
---

# Blahajboard
## Summary
A wireless 56-key split ortholinear keyboard named after everyone's favorite shark.

The main project repository can be found here https://github.com/chinh4thepro/blahajergo.

## Plan
The keyboard will use the nice!nano v2 (or any other compatible MCU) using the nRF52840 microcontroller. It'll be equipped with kalih choc v1 hotswap sockets, and oled displays. The board costs ~50 USD with the cheapest shipping selected and ~18 dollars without shipping. I plan to make the case utilizing 3d printing or stacked lazer cut acrylic sheets.

## Design
I had designed a different keyboard PCB before hand, but it was a while back and I wanted to try something different. So I decided on a split ortholinear keyboard for fun.

Here are some resources I used:
- https://www.youtube.com/watch?v=6Z49bynRqj8
- https://www.youtube.com/@BenVallack
- https://www.youtube.com/@joe_scotto
- https://nicekeyboards.com/docs/nice-nano/pinout-schematic
- https://flatfootfox.com/ergogen-introduction
- https://www.youtube.com/watch?v=OwbWVQkONH4
Binary file added projects/blahajergo/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/blahajergo/gerber.zip
Binary file not shown.
Binary file added projects/blahajergo/schematic.pdf
Binary file not shown.
34,721 changes: 34,721 additions & 0 deletions projects/blahajergo/src/blahajergo.kicad_pcb

Large diffs are not rendered by default.

77 changes: 77 additions & 0 deletions projects/blahajergo/src/blahajergo.kicad_prl
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
{
"board": {
"active_layer": 44,
"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": false,
"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
},
"meta": {
"filename": "blahajergo.kicad_prl",
"version": 3
},
"project": {
"files": []
}
}
Loading