Skip to content

Commit

Permalink
fix issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tokyo2006 committed Mar 1, 2024
1 parent 3e3a5cc commit 1f264a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/keymap_drawer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
amend_commit: false
install_branch: "main"
keymap_patterns: "config/*.keymap"
json_path: "boards/shields/cygnus"
json_path: "config"
output_folder: "keymap-drawer"
destination: "both"
parse_args: "" # map of extra args to pass to `keymap parse`, e.g. "corne:'-l Def Lwr Rse' cradio:''"
draw_args: "-o '{split: true, rows: 3,columns: 5,thumbs: 3}" # map of extra args to pass to `keymap draw`, e.g. "corne:'-k corne_rotated' cradio:'-k paroxysm'"
draw_args: "" # map of extra args to pass to `keymap draw`, e.g. "corne:'-k corne_rotated' cradio:'-k paroxysm'"

0 comments on commit 1f264a9

Please sign in to comment.