Personal Graphite and Vestnik keymap compiled from one semantic model to ZMK, QMK, and keymap-drawer.
keymap/layers.toml: keys and layerskeymap/behaviors.toml: timings, combos, and behaviorskeymap/keymap.toml: layer order and OS actionskeymap/profiles.json: authoritative target, board, shield, and physical-layout registry
Run local checks and inspect supported/default backends in the pinned Nix shell:
nix develop -c just check
nix develop -c just targetsFirmware setup and compilation require Zephyr SDK 0.17.0:
nix develop -c just setup luna
nix develop -c just build luna
nix develop -c just build aurora wiredjust lists every command. Generated keymap sources live under .cache/keymap/; firmware builds live under build/; drawings live under draw/generated/. Firmware output is not committed or proof of flashing. Manifests pin every west project to a full commit SHA; scripts/check rejects floating revisions.