Added automatic generation of keymap visualization

This commit is contained in:
2024-06-04 12:42:21 +01:00
parent 13c93fee73
commit 493abc225b
4 changed files with 329 additions and 0 deletions

16
pyproject.toml Normal file
View File

@@ -0,0 +1,16 @@
[tool.poetry]
name = "qmk-firmware"
version = "0.1.0"
description = ""
authors = ["Your Name <you@example.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
keymap-drawer = "^0.17.0"
pyyaml = "^6.0.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"