awesome way to compile and flash
This commit is contained in:
parent
e7a95614fa
commit
6f0cd5e025
2 changed files with 11 additions and 0 deletions
4
Dockerfile
Normal file
4
Dockerfile
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
FROM ghcr.io/qmk/qmk_cli
|
||||
RUN qmk setup -y
|
||||
|
||||
|
||||
7
Makefile
Normal file
7
Makefile
Normal 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 .
|
||||
Loading…
Add table
Add a link
Reference in a new issue