First commit: create keymap and keymap_ergol

This commit is contained in:
2025-07-27 14:38:56 +02:00
commit 27cb5b8d48
4 changed files with 143 additions and 0 deletions

10
Makefile Normal file
View File

@@ -0,0 +1,10 @@
all: keymap.svg keymap_ergol.svg
.venv:
uv venv
.venv/bin/keymap: .venv
uv pip install keymap-drawer
%.svg: %.yaml .venv/bin/keymap
uv run keymap draw $< -s Base > $@