Skip to content

init

init #1

Workflow file for this run

name: "Draw Keymap"
on:
workflow_dispatch:
push:
paths:
- "config/glove43tb.keymap"
- "keymap_drawer.config.yaml"
- "config/glove43tb.dtsi"
jobs:
draw:
uses: caksoylar/keymap-drawer/.github/workflows/draw-zmk.yml@f9cf9d3677368a7fb1dc505c51b8156fafa66fe2
permissions:
contents: write
with:
commit_message: "[Draw] ${{ github.event.head_commit.message || 'Update keymap drawing' }}"
amend_commit: false
keymap_patterns: "config/*.keymap"
json_path: "config"
config_path: "keymap_drawer.config.yaml" # config file, ignored if not exists
output_folder: "keymap-drawer"
destination: "both"