Skip to content

Trying combo.held instead of combo-separate for the fill color change #6

Trying combo.held instead of combo-separate for the fill color change

Trying combo.held instead of combo-separate for the fill color change #6

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"