Skip to content

Commit

Permalink
Setup keymap draw workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
urob committed Jan 19, 2025
1 parent 9c5a54f commit 0aff2d3
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/draw-keymaps.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Draw ZMK keymaps
on:
workflow_dispatch:
push:
paths:
- "config/base.keymap"
- "config/*.dtsi"
- "config/*.h"
- "draw/config.yaml"

jobs:
draw:
uses: caksoylar/keymap-drawer/.github/workflows/draw-zmk.yml@main
permissions:
contents: write
with:
keymap_patterns: "config/base.keymap"
config_path: "draw/config.yaml"
output_folder: "draw"
parse_args: "base: '--virtual-layers Combos'"
draw_args: "base: '-k ferris/sweep'"

0 comments on commit 0aff2d3

Please sign in to comment.