-
Notifications
You must be signed in to change notification settings - Fork 833
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
1 parent
df0a557
commit c1c37a7
Showing
9 changed files
with
41,223 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": [] | ||
} | ||
} |
Oops, something went wrong.