Skip to content

Commit

Permalink
add svg in config
Browse files Browse the repository at this point in the history
  • Loading branch information
tokyo2006 committed Mar 1, 2024
1 parent 9f7ee10 commit ba70097
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/keymap_drawer.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Draw ZMK keymaps
on:
workflow_dispatch:
push:
paths:
- ".github/workflows/keymap_draser.yml"
- "keymap-drawer/config.yaml"
- "config/**"

jobs:
draw:
uses: caksoylar/keymap-drawer/.github/workflows/draw-zmk.yml@main
permissions:
contents: write
with:
commit_message: "[Draw] ${{ github.event.head_commit.message }}"
amend_commit: false
install_branch: "main"
keymap_patterns: "config/*.keymap"
config_path: "keymap-drawer/config.yaml"
json_path: "boards/shields/cygnus"
output_folder: "keymap-drawer"
destination: "both"
parse_args: "" # map of extra args to pass to `keymap parse`, e.g. "corne:'-l Def Lwr Rse' cradio:''"
draw_args: "" # map of extra args to pass to `keymap draw`, e.g. "corne:'-k corne_rotated' cradio:'-k paroxysm'"

0 comments on commit ba70097

Please sign in to comment.