Skip to content

Commit 91ce743

Browse files
committed
Update pics
1 parent ee39aa3 commit 91ce743

8 files changed

+19
-15
lines changed

42-height.png

625 KB
Loading

42-pcb-close-up.jpg

-640 KB
Binary file not shown.

42-pcb.jpg

-887 KB
Binary file not shown.

42-pcb.png

1.01 MB
Loading

42.jpg

-1.86 MB
Binary file not shown.

42.png

826 KB
Loading

README.md

+18-14
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

33
A 40% mechanical keyboard.
44

5+
## Features
6+
7+
- 40% – Each key is at most one unit of distance from where the finger that
8+
should press it rests. In other words there's no awkward reaching for keys
9+
that are placed far from the home row.
10+
- Staggered columns - Because a comfortable keyboard should follow the shape of
11+
your hands.
12+
- Low profile - The PCB supports Choc (PG1350) switch mounts as well as Cherry MX/Alps.
13+
14+
## Pics
15+
16+
- Finished keyboard
17+
<br/><img alt="v3.1 picture" src="./42.png" width="400">
18+
- PCB
19+
<br/><img alt="v3.1 PCB picture" src="./42-pcb.png" width="400">
20+
- Height comparison between v3 and v3.1
21+
<br/><img alt="height comparison between v3 and v3.1" src="./42-height.png" width="400">
22+
523
## Project Structure
624

725
- [Build](./build/README.md) – Build log, bill of materials, tips on where to
@@ -27,24 +45,10 @@ option where I would learn the most.
2745
Needs and knowledge changed over time, so I made different iterations to add new
2846
features and account for the lessons learned from previous builds.
2947

30-
## Features
31-
32-
- 40% – Each key is at most one unit of distance from where the finger that
33-
should press it rests. In other words there's no awkward reaching for keys
34-
that are placed far from the home row.
35-
- Staggered columns - Because a comfortable keyboard should follow the shape of
36-
your hands.
37-
- Low profile - The PCB supports Choc (PG1350) switch mounts as well as Cherry MX/Alps.
38-
3948
## Feedback
4049

4150
If you have some feedback or questions, feel free to [create an issue](https://github.com/nglgzz/42/issues/new). Your input is more than welcome!
4251

43-
## Pics
44-
45-
Pictures for the current version will come soon. In the meantime, you can check
46-
the previous versions.
47-
4852
## Previous Versions
4953

5054
- [version 3](https://github.com/nglgzz/42/tree/rev-3)

firmware/config.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@
3838
/* Locking resynchronize hack */
3939
#define LOCKING_RESYNC_ENABLE
4040

41-
#define TAPPING_TERM 100
41+
#define TAPPING_TERM 150

0 commit comments

Comments
 (0)