Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
michalrom089 committed Jan 3, 2025
1 parent f3ab3cc commit 18b5ff6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build-inputs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@

name: 'Build Inputs'
on:
push:
branches:
- master
workflow_dispatch:
inputs:
board:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/keymap-drawer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ jobs:
amend_commit: true
keymap_patterns: "config/caldera.keymap" # path to the keymaps to parse
config_path: "keymap-drawer/config_keymap-drawer.yaml" # config file, ignored if not exists
output_folder: "" # path to save produced SVG and keymap YAML files
draw_args: "" # map of extra args to pass to `keymap draw`, e.g. "corne:'-k corne_rotated' cradio:'-k paroxysm'"
output_folder: "keymap-drawer" # path to save produced SVG and keymap YAML files
parse_args: ""
draw_args: ""

0 comments on commit 18b5ff6

Please sign in to comment.