Skip to content

ci: update all the tasks #69

ci: update all the tasks

ci: update all the tasks #69

Workflow file for this run

name: Draw ZMK keymaps
on:
workflow_dispatch:
push:
paths:
- "**.keymap"
- "**.dtsi"
- .github/workflows/draw-keymaps.yml
- "keymap_drawer.config.yaml"
jobs:
draw:
uses: dhruvinsh/keymap-drawer/.github/workflows/draw-zmk.yml@main
with:
keymap_patterns: "config/*.keymap"
config_path: "keymap_drawer.config.yaml"
output_folder: assets
install_branch: main
amend_commit: true
parse_args: "lynx:'-c 10 -z config/lynx.keymap' calypso:'-c 10 -z config/calypso.keymap'"
draw_args: "lynx:'-k ferris/sweep -l LAYOUT_split_3x5_2' calypso:'-k corne_rotated -l LAYOUT_split_3x5_3'"