Create readme

This commit is contained in:
2024-02-28 01:29:09 +01:00
parent dfbc54cb15
commit 00533d609c
6 changed files with 19 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
# Abyss
A 32 key split keyboard with a low pinky column.
## Build log
At first, I played with keycaps and cardboard to figure out what my layout should look like and then used
[ergogen](https://github.com/ergogen/ergogen) to create nice key shapes simply by editing some yml.
![Cardboard](./screens/first-cardboard.png)
![Ergogen outlines](./screens/ergogen-outlines.png)
## Why?
I used the layout bellow from a moonlander, but I felt the pinky column was way too high, and it was a pain to reach the `l` on the right hand.
I also did not use a lot of the keys and wanted to learn a bit of electronics, so I decided to create a keyboard.
![Moonlander layout](./screens/moonlander-layout.png)
Binary file not shown.

After

Width:  |  Height:  |  Size: 509 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 321 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 97 KiB

+1
View File
@@ -4,5 +4,6 @@ pkgs.mkShell {
kicad
nodejs
freecad
blender
];
}