Skip to content

Commit

Permalink
blahajergo (#340)
Browse files Browse the repository at this point in the history
* add project blahajergo

* fix cost

* fix cost and image

* fix cart image (again)

* cleanup unnecessary files

---------

Co-authored-by: Karmanyaah Malhotra <karmanyaah.git@malhotra.cc>
Co-authored-by: Karmanyaah Malhotra <karmanyaah.gh@malhotra.cc>
  • Loading branch information
3 people authored Feb 12, 2024
1 parent df0a557 commit c1c37a7
Show file tree
Hide file tree
Showing 9 changed files with 41,223 additions and 0 deletions.
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

0 comments on commit c1c37a7

Please sign in to comment.