Skip to content

lower tapping term and add find one hand key #11

lower tapping term and add find one hand key

lower tapping term and add find one hand key #11

Workflow file for this run

# Example for using the keymap-drawer ZMK user config workflow
name: Draw ZMK keymaps
on:
workflow_dispatch: # can be triggered manually
push: # automatically run on changes to following paths
paths:
- "config/*.keymap"
jobs:
draw:
uses: caksoylar/keymap-drawer/.github/workflows/draw-zmk.yml@main
permissions:
contents: write # allow workflow to commit to the repo
with:
keymap_patterns: "config/*.keymap" # path to the keymaps to parse
output_folder: "keymap-drawer" # path to save produced SVG and keymap YAML files