Skip to content

Commit f3f2c6f

Browse files
authored
Create draw-keymaps.yml
1 parent fb63d31 commit f3f2c6f

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

.github/workflows/draw-keymaps.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Draw ZMK keymaps
2+
3+
on:
4+
workflow_dispatch:
5+
push:
6+
paths:
7+
- "config/crosses.keymap"
8+
- "keymap_drawer.config.yaml"
9+
10+
jobs:
11+
draw:
12+
13+
uses: caksoylar/keymap-drawer/.github/workflows/draw-zmk.yml@main
14+
permissions:
15+
contents: write
16+
with:
17+
keymap_patterns: "config/crosses.keymap"
18+
output_folder: "img"
19+
config_path: "keymap_drawer.config.yaml"

0 commit comments

Comments
 (0)