Add keymap-drawer workflow
I haven't tuned the output. For now this is just a demonstration of the workflow.
This commit is contained in:
parent
c65ef715d9
commit
63222cc2dd
8 changed files with 32 additions and 3 deletions
10
readme.md
10
readme.md
|
@ -31,7 +31,7 @@ compatible with Zephyr 3.0 is available
|
|||
- nix-based [local build environment](#local-development-workspace) -- simply
|
||||
`cd` into your workspace and start building without any setup
|
||||
|
||||

|
||||

|
||||
|
||||
## Timeless homerow mods
|
||||
|
||||
|
@ -359,6 +359,14 @@ pristine build can be triggered with `just build all -p`.
|
|||
(For this particular example, there is also a `just clean` recipe, which clears
|
||||
the build cache. To list all available recipes, type `just`.)
|
||||
|
||||
#### Drawing the keymap
|
||||
|
||||
The build environment packages
|
||||
[keymap-drawer](https://github.com/caksoylar/keymap-drawer). `just draw` parses
|
||||
`base.keymap` and draws it to `draw/base.svg`. I haven't gotten around to
|
||||
tweaking the output yet, so for now this is just a demonstration of how to set
|
||||
things up.
|
||||
|
||||
#### Hacking the firmware
|
||||
|
||||
To make changes to the ZMK source or any of the modules, simply edit the files
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue