Skip to content

Commit 33386ec

Browse files
authored
updated for v2
1 parent 58f8ca0 commit 33386ec

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Egboard
22

33
A column staggered ortholinear keyboard powered by the Raspberry Pi Pico running Rust!
4-
![top](https://github.com/ArchUsr64/egboard/assets/83179501/86e5122f-7d14-4ca2-91a6-49251adbade7)
4+
![top_compressed](https://github.com/ArchUsr64/egboard/assets/83179501/a38c7ab2-6e2d-4140-8c67-bd22cb1abe27)
55

66
## Features
77
- Mouse Input
@@ -10,7 +10,7 @@ A column staggered ortholinear keyboard powered by the Raspberry Pi Pico running
1010
- One-shot modifiers
1111

1212
## Typing Test:
13-
https://github.com/ArchUsr64/egboard/assets/83179501/e7029c53-4c0d-4cbe-ae44-c0f4a8198730
13+
https://github.com/ArchUsr64/egboard/assets/83179501/ff6934fe-465e-4626-92a0-021e62bb25d1
1414

1515
## Bulding the firmware
1616
Pre-built `uf2` is available at [releases](https://github.com/ArchUsr64/egboard/releases)
@@ -38,9 +38,9 @@ The hardware files required to generate the top and bottom plates can be found [
3838
| Part | Quantity | Description |
3939
| - | - | - |
4040
| Raspberry Pi Pico | 1 | Microcontroller that powers the whole thing |
41-
| M3 screw | 36 | Used to mount the top and bottom plates together |
41+
| M3 screw | 40 | Used to mount the top and bottom plates together |
4242
| M2 screw | 4 | Used to mount the raspberry pi pico to the top plate |
43-
| M3 standoff | 18 | Provide spacing between the top and bottom plate to house the electronics |
43+
| M3 standoff | 20 | Provide spacing between the top and bottom plate to house the electronics |
4444
| Switch | 38 | Key switches mounted to the top plate (both 3-pin and 5-pin work)|
4545
| Keycaps | 38 | Keycaps for the switches |
4646
| Diodes | 38 | Required to achieve n-key rollover |
@@ -84,6 +84,3 @@ Each `Layer` comprises of a 30 element array for the finger cluster and 8 elemen
8484
![layer2](https://github.com/ArchUsr64/egboard/assets/83179501/5976e590-767e-4085-8efe-f26f360f40ee)
8585
#### Layer 3
8686
![layer3](https://github.com/ArchUsr64/egboard/assets/83179501/8cf56c59-4d1a-41af-80f8-365680e011fc)
87-
88-
## Project report:
89-
View on [google drive](https://drive.google.com/file/d/1Uriu8rilq74pMCr6YEYRT7JyN7HJisrl/view?usp=sharing)

0 commit comments

Comments
 (0)