Commit 1d1ad89 1 parent 8d2030e commit 1d1ad89 Copy full SHA for 1d1ad89
File tree 9 files changed +96
-1512
lines changed
9 files changed +96
-1512
lines changed Original file line number Diff line number Diff line change @@ -23,13 +23,13 @@ jobs:
23
23
runs-on : ubuntu-latest
24
24
steps :
25
25
- name : Checkout
26
- uses : actions/checkout@v3
26
+ uses : actions/checkout@v4
27
27
- name : Setup Pages
28
- uses : actions/configure-pages@v3
28
+ uses : actions/configure-pages@v5
29
29
- name : Upload artifact
30
- uses : actions/upload-pages-artifact@v2
30
+ uses : actions/upload-pages-artifact@v3
31
31
with :
32
32
path : " img/"
33
33
- name : Deploy to GitHub Pages
34
34
id : deployment
35
- uses : actions/deploy-pages@v2
35
+ uses : actions/deploy-pages@v4
Original file line number Diff line number Diff line change 5
5
workflow_dispatch : # can be triggered manually
6
6
push :
7
7
paths :
8
- - " config/* .keymap"
8
+ - " config/corneish_zen .keymap"
9
9
- " config/*.dtsi"
10
10
- " knucklehead/*.dtsi"
11
- - " keymap_drawer.config.yaml"
11
+ - " keymap-drawer/config.yaml"
12
+ - " .github/workflows/draw.yml"
12
13
13
14
# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
14
15
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
@@ -18,14 +19,14 @@ concurrency:
18
19
19
20
jobs :
20
21
draw :
21
- uses : minusfive /keymap-drawer/.github/workflows/draw-zmk.yml@main
22
+ uses : caksoylar /keymap-drawer/.github/workflows/draw-zmk.yml@main
22
23
permissions :
23
24
contents : write
24
25
with :
25
26
install_branch : " main" # branch to install keymap-drawer from
26
- keymap_patterns : " config/* .keymap" # path to the keymaps to parse
27
- config_path : " keymap_drawer. config.yaml" # config file, ignored if not exists
28
- output_folder : " img " # path to save produced SVGs
27
+ keymap_patterns : " config/corneish_zen .keymap" # path to the keymaps to parse
28
+ config_path : " keymap-drawer/ config.yaml" # config file, ignored if it doesn't exist
29
+ output_folder : " keymap-drawer " # path to save produced SVGs
29
30
# commit_message: "Draw: ${{ github.event.head_commit.message }}"
30
31
amend_commit : true # whether to amend the commit or create a new one
31
-
32
+ fail_on_error : true
Original file line number Diff line number Diff line change 5
5
tools /
6
6
.west /
7
7
.DS_Store
8
+ .venv /
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -281,6 +281,7 @@ draw_config:
281
281
.hold {
282
282
dominant-baseline: ideographic;
283
283
fill: var(--color--key--text--hold);
284
+ translate: -25px 4px;
284
285
}
285
286
286
287
/*
@@ -311,7 +312,7 @@ draw_config:
311
312
}
312
313
.combo.hold {
313
314
font-size: 16px;
314
- /* translate: 2px 0px; */
315
+ translate: 0 0;
315
316
}
316
317
317
318
/*
@@ -462,6 +463,10 @@ parse_config:
462
463
tap : $$mdi:backup-restore$$
463
464
" &bootloader " :
464
465
tap : $$mdi:progress-download$$
466
+ " &rst_boot 0 0 " :
467
+ type : bootloader
468
+ tap : $$mdi:backup-restore$$
469
+ hold : $$mdi:progress-download$$
465
470
466
471
# ZMK
467
472
zmk_keycode_map :
@@ -608,14 +613,15 @@ parse_config:
608
613
RSHIFT : $$mdi:apple-keyboard-shift$$
609
614
RSHFT : $$mdi:apple-keyboard-shift$$
610
615
RCMD : $$mdi:apple-keyboard-command$$
611
- # "Meh" key
612
- LS(LC(LALT)) : $$mdi:star-three-points$$
616
+ LS(LC(LALT)) : $$mdi:triangle$$ # Meh
613
617
614
618
# Arrows
615
619
UP : $$mdi:arrow-up-bold$$
616
620
DOWN : $$mdi:arrow-down-bold$$
617
621
LEFT : $$mdi:arrow-left-bold$$
618
622
RIGHT : $$mdi:arrow-right-bold$$
623
+ PG_UP : $$mdi:transfer-up$$
624
+ PG_DN : $$mdi:transfer-down$$
619
625
620
626
# Whitespace
621
627
ENTER :
You can’t perform that action at this time.
0 commit comments