An open API service indexing awesome lists of open source software.

https://github.com/zigotica/zmk-config

Userspace for the open-source ZMK keyboard firmware.
https://github.com/zigotica/zmk-config

keymap-drawer prsten zmk zmk-config zmk-keymap zmk-userspace

Last synced: 7 months ago
JSON representation

Userspace for the open-source ZMK keyboard firmware.

Awesome Lists containing this project

README

          

# zmk-config

[![Build ZMK firmware](https://github.com/zigotica/zmk-config/actions/workflows/build.yml/badge.svg)](https://github.com/zigotica/zmk-config/actions/workflows/build.yml)

> [!WARNING]\
> Under active development, incomplete documentation. Use at your own risk.

This is my personal [zmk-config](https://zmk.dev/) for my ergo keyboards.

## Boards and Keymaps

z34: for simplicity purposes, I am reusing the cradio shield which is also a direct pin 34 keys split keyboard.
zigotica's PRSTEN layout graphical representation

_(keymap image created with [caksoylar/keymap-drawer](https://github.com/caksoylar/keymap-drawer))_

## Utilities

I added a pre-commit hook (you have to run `./bin/setup`) that parses all the keymaps and generates an SVG for each keyboard and also a specific SVG for each of their layers. I could've used the workflows to generate the complete SVG, but I want to document each of the layers separately (pending).

## Inspiration

- [caksoylar/zmk-config](https://github.com/caksoylar/zmk-config)
- [englmaxi/zmk-config](https://github.com/englmaxi/zmk-config)
- [minusfive/zmk-config](https://github.com/minusfive/zmk-config)
- [urob/zmk-config](https://github.com/urob/zmk-config)