Mark a36926391a | ||
---|---|---|
.vscode | ||
docker | ||
keyboards | ||
.editorconfig | ||
.gitignore | ||
.gitmodules | ||
Makefile | ||
README.md |
README.md
Betalupi QMK environment
This repository contains my keyboards' firmware and everything you need to build it. It includes a docker container for building QMK firmware, since QMK installation modifies my computer a bit more than I'd like.
Usage
You do not need a local install of QMK to build this firmware. You'll need docker, but there's a good chance you have that installed anyway.
make docker
make
make upload
Read Makefile
for details.