Skip to content

Commit

Permalink
add minimal workflow for keymap drawer
Browse files Browse the repository at this point in the history
  • Loading branch information
stijnveenman committed Jul 13, 2024
1 parent 54d710f commit 6110d8c
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/draw.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Draw ZMK keymaps
on:
workflow_dispatch:
push:
paths:
- "config/*.keymap"
- "config/*.dtsi"
- "keymap_drawer.config.yaml"

jobs:
draw:
uses: stijnveenman/keymap-drawer/.github/workflows/draw-zmk.yml@feature/west-init
# use below once https://github.com/caksoylar/keymap-drawer/pull/107 has been merged
# uses: caksoylar/keymap-drawer/.github/workflows/draw-zmk.yml@main
with:
keymap_patterns: "config/cradio.keymap"
config_path: 'keymap_drawer.config.yaml'
destination: 'artifact'
west_config_path: './config/'
# install repo and branch can be removed once https://github.com/caksoylar/keymap-drawer/pull/105 has been merged
install_repo: 'https://github.com/stijnveenman/keymap-drawer.git'
install_branch: 'feature/additional_includes'
3 changes: 3 additions & 0 deletions keymap_drawer.config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
parse_config:
zmk_additional_includes:
- "zmk-helpers/include"

0 comments on commit 6110d8c

Please sign in to comment.