awesome way to compile and flash

This commit is contained in:
Osman Faruk Bayram 2024-09-28 16:15:04 +03:00
parent e7a95614fa
commit 6f0cd5e025
2 changed files with 11 additions and 0 deletions

7
Makefile Normal file
View file

@ -0,0 +1,7 @@
all:
echo started compiling
docker run --rm -it --privileged -v /dev:/dev -w /qmk_firmware -v .:/qmk_firmware/keyboards/crkbd/keymaps/osbm-config:z -e SKIP_GIT= -e SKIP_VERSION= -e MAKEFLAGS= qmk-cli make crkbd/rev1:osbm-config:flash
build-image:
docker build -t qmk-cli .