Draw ZMK keymaps #166
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Draw keymap diagrams using keymap-drawer ZMK user config workflow | ||
name: Draw ZMK keymaps | ||
on: | ||
workflow_dispatch: | ||
push: | ||
paths: | ||
- 'config/*.keymap' | ||
- 'config/includes/*.dtsi' | ||
- keymap-drawer/config.yaml | ||
- .github/workflows/draw-keymaps.yml | ||
jobs: | ||
draw: | ||
uses: caksoylar/keymap-drawer/.github/workflows/draw-zmk.yml@ci-better-failures | ||
Check failure on line 14 in .github/workflows/draw-keymaps.yml
|
||
with: | ||
keymap_patterns: 'config/*.keymap' | ||
config_path: keymap-drawer/config.yaml | ||
output_folder: keymap-drawer | ||
install_branch: main | ||
amend_commit: true | ||
draw_args: "corneish_zen:'--ghost-keys 20 24 25 29 30 35' hummingbird:'-k zamazingo'" | ||
json_path: keymap-drawer/layouts | ||
# fail_on_error: true | ||
debug_mode: true |