Skip to content

Draw ZMK keymaps

Draw ZMK keymaps #16

Workflow file for this run

# Example for using the keymap-drawer ZMK user config workflow
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"
# - 'boards/*/*/*.keymap'
jobs:
draw:
uses: stijnveenman/keymap-drawer/.github/workflows/draw-zmk.yml@feature/west-init
permissions:
contents: write # allow workflow to commit to the repo
with:
keymap_patterns: "config/*.keymap" # path to the keymaps to parse
destination: 'artifact'
install_repo: '[email protected]:stijnveenman/keymap-drawer.git'
install_branch: 'feature/additional_includes'