Generated keyboard with Typematrix layout and split
Go to file
Leo Batyuk 3b2f77079b Explain the name 2021-09-29 18:55:44 +02:00
output wip 2021-09-29 18:48:42 +02:00
.gitignore Initial commit 2021-09-03 18:29:06 +02:00
Makefile First working version of Makefile 2021-09-18 19:13:39 +02:00
README.md Explain the name 2021-09-29 18:55:44 +02:00
build.sh Wip Makefile 2021-09-16 21:29:22 +02:00
package-lock.json rename 2021-09-29 18:52:35 +02:00
package.json wip 2021-09-29 18:48:42 +02:00
pcb_style.json First working version 2021-09-10 21:19:48 +02:00
samoklava.yaml wip 2021-09-29 18:48:42 +02:00

README.md

samoklava

An autogenerated split 36 key keyboard

left right
left right

A 5x3 split keyboard with 3 thumbs. There is nothing unique about the keyboard layout. It's inspired by Corne and Kyria, and has the exact number of keys needed for the Miryoku layout.

The interesting thing about this keyboard is that it's a declarative design ("samoklava" can be loosely translated as "keyboard that assembles itself" from Russian).

  • Layout is declared using Ergogen
  • The build system uses Ergogen to translate YAML to a KiCad PCB and plate files for FR2 fab or laser cutting
    • TODO pull out these files from the output folder and move them to some other target
  • uses kicad-automation-scripts and FreeRouting to automatically route the traces on the PCB
  • uses KiKit to render PCB previews (see top of this file) and production-ready Gerber files

See the Makefile for more details.