Skip to content

try to get keymap drawer working for Lintilla #16

try to get keymap drawer working for Lintilla

try to get keymap drawer working for Lintilla #16

Workflow file for this run

name: Draw ZMK keymaps
on:
workflow_dispatch: # can be triggered manually
push: # automatically run on changes to following paths
paths:
- "config/*.keymap"
- "config/*.dtsi"
- "keymap_drawer.config.yaml"
jobs:
draw:
uses: caksoylar/keymap-drawer/.github/workflows/draw-zmk.yml@main
permissions:
contents: write # allow workflow to commit to the repo
with:
keymap_patterns: "config/*.keymap" # path to the keymaps to parse
config_path: "keymap_drawer.config.yaml" # config file, ignored if not found
west_config_path: config
output_folder: "images" # path to save produced SVG and keymap YAML files
parse_args: "" # map of extra args to pass to `keymap parse`
draw_args: "lintilla:'--dts-layout lintilla/boards/shields/lintilla/lintilla-layouts.dtsi'" # map of extra args to pass to `keymap draw`