Skip to content

Commit

Permalink
refactor moudle
Browse files Browse the repository at this point in the history
  • Loading branch information
tokyo2006 committed Dec 14, 2024
1 parent 4ab3a21 commit 4583962
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/draw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,12 @@ jobs:
contents: write
with:
commit_message: "[Draw] ${{ github.event.head_commit.message }}"
destination: "commit"
fail_on_error: ${{ fromJSON(true) }} of extra args to pass to `keymap draw`, e.g. "corne:'-k corne_rotated' cradio:'-k paroxysm'"
amend_commit: false
install_branch: "main"
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"
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'"
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
zmk,kscan = &mock_kscan;
zephyr,display = &oled;
};
mock_kscan: kscan_0 {
mock_kscan: kscan_1 {
compatible = "zmk,kscan-mock";
columns = <0>;
rows = <0>;
Expand Down

0 comments on commit 4583962

Please sign in to comment.