Closed herdlevar closed 8 months ago
Hi @herdlevar, you can download the firmware here.
I would still recommend that you install Docker if you want to customize the firmware. Once you have it installed you can use build-conundrum.sh script to build the firmware.
Or just use this snippet below:
docker build -t thock/conundrum .
docker run -v $PWD:/qmk_firmware -v $PWD/.build:/qmk_firmware/.build -it thock/conundrum
I am having trouble building the project as I don't have the necessary dev environment. Can someone please provide a release build so that others and myself can download that instead of having to build the project? Thanks!