Skip to content

Three hex digits, I guess? #7

Three hex digits, I guess?

Three hex digits, I guess? #7

Workflow file for this run

---
name: Draw ZMK Keymaps
on:
workflow_dispatch:
push:
paths:
- "config/*.keymap"
- "config/*.dtsi"
- "keymap_drawer.config.yaml"
jobs:
draw:
uses: caksoylar/keymap-drawer/.github/workflows/draw-zmk.yml@main
permissions:
contents: write
with:
keymap_patterns: "config/*.keymap"
config_path: "keymap_drawer.config.yaml"
output_folder: "keymap-drawer"
parse_args: ""
draw_args: ""
west_config_path: "config"