You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qmk_firmware/docker-compose.yml

11 lines
279 B
YAML

# specify keyboard / keymap / subproject (if req) and run `docker compose up`
# will install all deps into a docker container and build firmware, cross platform
# Only prereq is docker
qmk:
build: .
environment:
keymap: adam
keyboard: ergodox
volumes:
- .:/qmk