Skip to content
This repository has been archived by the owner on Aug 26, 2024. It is now read-only.

Latest commit

 

History

History
23 lines (14 loc) · 717 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 717 Bytes

ZMK config

for 3x6 Corne-ish Zen and 3x6 Rollow

keymap

3x6 keymap

build

Ensure docker is available. On macos, see https://github.com/abiosoft/colima. Then:

$ docker/docker.sh make init|update|build

The script will use a volume to store intermediate build state. init needs to be run once, update once or whenever dependencies need refreshing, build for building the firmware.

Only the left side image gets build by default. To build both sides, define ZBE_SIDES="left right" in the environment:

$ ZBE_SIDES="left right" docker/docker.sh make build