rename ht to mt #114
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
name: Draw ZMK keymaps | |
on: | |
workflow_dispatch: | |
push: | |
paths: | |
- ".github/workflows/draw-keymaps.yml" | |
- "config/*.dtsi" | |
- "config/*.keymap" | |
- "config/boards/*/*/*.keymap" | |
- "keymap-drawer/config.yaml" | |
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: true | |
install_branch: "main" | |
keymap_patterns: "config/*.keymap" | |
config_path: "keymap-drawer/config.yaml" | |
output_folder: "keymap-drawer" | |
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'" |