Skip to content

Commit 630156e

Browse files
committed
fix (keymap_drawer): add config file
1 parent b7122c7 commit 630156e

4 files changed

Lines changed: 116 additions & 1 deletion

File tree

.github/workflows/keymap-draw.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ jobs:
2121
config_path: 'keymap_drawer.config.yaml' # config file, ignored if not exists
2222
output_folder: 'docs/keymaps' # path to save produced SVG and keymap YAML files
2323
parse_args: '' # map of extra args to pass to `keymap parse`, e.g. "corne:'-l Def Lwr Rse' cradio:''"
24-
draw_args: '' # map of extra args to pass to `keymap draw`, e.g. "corne:'-k corne_rotated' cradio:'-k paroxysm'"
24+
draw_args: ''

config/felerius_blank_slate.json

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
{
2+
"layouts": {
3+
"layout_ortho_4x12_all1u": {
4+
"layout": [
5+
{"matrix": [0, 0], "x": 0, "y": 0},
6+
{"matrix": [0, 1], "x": 1, "y": 0},
7+
{"matrix": [0, 2], "x": 2, "y": 0},
8+
{"matrix": [0, 3], "x": 3, "y": 0},
9+
{"matrix": [0, 4], "x": 4, "y": 0},
10+
{"matrix": [0, 5], "x": 5, "y": 0},
11+
{"matrix": [0, 6], "x": 6, "y": 0},
12+
{"matrix": [0, 7], "x": 7, "y": 0},
13+
{"matrix": [0, 8], "x": 8, "y": 0},
14+
{"matrix": [0, 9], "x": 9, "y": 0},
15+
{"matrix": [0, 10], "x": 10, "y": 0},
16+
{"matrix": [0, 11], "x": 11, "y": 0},
17+
{"matrix": [1, 0], "x": 0, "y": 1},
18+
{"matrix": [1, 1], "x": 1, "y": 1},
19+
{"matrix": [1, 2], "x": 2, "y": 1},
20+
{"matrix": [1, 3], "x": 3, "y": 1},
21+
{"matrix": [1, 4], "x": 4, "y": 1},
22+
{"matrix": [1, 5], "x": 5, "y": 1},
23+
{"matrix": [1, 6], "x": 6, "y": 1},
24+
{"matrix": [1, 7], "x": 7, "y": 1},
25+
{"matrix": [1, 8], "x": 8, "y": 1},
26+
{"matrix": [1, 9], "x": 9, "y": 1},
27+
{"matrix": [1, 10], "x": 10, "y": 1},
28+
{"matrix": [1, 11], "x": 11, "y": 1},
29+
{"matrix": [2, 0], "x": 0, "y": 2},
30+
{"matrix": [2, 1], "x": 1, "y": 2},
31+
{"matrix": [2, 2], "x": 2, "y": 2},
32+
{"matrix": [2, 3], "x": 3, "y": 2},
33+
{"matrix": [2, 4], "x": 4, "y": 2},
34+
{"matrix": [2, 5], "x": 5, "y": 2},
35+
{"matrix": [2, 6], "x": 6, "y": 2},
36+
{"matrix": [2, 7], "x": 7, "y": 2},
37+
{"matrix": [2, 8], "x": 8, "y": 2},
38+
{"matrix": [2, 9], "x": 9, "y": 2},
39+
{"matrix": [2, 10], "x": 10, "y": 2},
40+
{"matrix": [2, 11], "x": 11, "y": 2},
41+
{"matrix": [3, 0], "x": 0, "y": 3},
42+
{"matrix": [3, 1], "x": 1, "y": 3},
43+
{"matrix": [3, 2], "x": 2, "y": 3},
44+
{"matrix": [3, 3], "x": 3, "y": 3},
45+
{"matrix": [3, 4], "x": 4, "y": 3},
46+
{"matrix": [3, 5], "x": 5, "y": 3},
47+
{"matrix": [3, 6], "x": 6, "y": 3},
48+
{"matrix": [3, 7], "x": 7, "y": 3},
49+
{"matrix": [3, 8], "x": 8, "y": 3},
50+
{"matrix": [3, 9], "x": 9, "y": 3},
51+
{"matrix": [3, 10], "x": 10, "y": 3},
52+
{"matrix": [3, 11], "x": 11, "y": 3}
53+
]
54+
}
55+
}
56+
}

config/lpgalaxy_blank_slate.json

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
{
2+
"layouts": {
3+
"layout_ortho_4x12_all1u": {
4+
"layout": [
5+
{"matrix": [0, 0], "x": 0, "y": 0},
6+
{"matrix": [0, 1], "x": 1, "y": 0},
7+
{"matrix": [0, 2], "x": 2, "y": 0},
8+
{"matrix": [0, 3], "x": 3, "y": 0},
9+
{"matrix": [0, 4], "x": 4, "y": 0},
10+
{"matrix": [0, 5], "x": 5, "y": 0},
11+
{"matrix": [0, 6], "x": 6, "y": 0},
12+
{"matrix": [0, 7], "x": 7, "y": 0},
13+
{"matrix": [0, 8], "x": 8, "y": 0},
14+
{"matrix": [0, 9], "x": 9, "y": 0},
15+
{"matrix": [0, 10], "x": 10, "y": 0},
16+
{"matrix": [0, 11], "x": 11, "y": 0},
17+
{"matrix": [1, 0], "x": 0, "y": 1},
18+
{"matrix": [1, 1], "x": 1, "y": 1},
19+
{"matrix": [1, 2], "x": 2, "y": 1},
20+
{"matrix": [1, 3], "x": 3, "y": 1},
21+
{"matrix": [1, 4], "x": 4, "y": 1},
22+
{"matrix": [1, 5], "x": 5, "y": 1},
23+
{"matrix": [1, 6], "x": 6, "y": 1},
24+
{"matrix": [1, 7], "x": 7, "y": 1},
25+
{"matrix": [1, 8], "x": 8, "y": 1},
26+
{"matrix": [1, 9], "x": 9, "y": 1},
27+
{"matrix": [1, 10], "x": 10, "y": 1},
28+
{"matrix": [1, 11], "x": 11, "y": 1},
29+
{"matrix": [2, 0], "x": 0, "y": 2},
30+
{"matrix": [2, 1], "x": 1, "y": 2},
31+
{"matrix": [2, 2], "x": 2, "y": 2},
32+
{"matrix": [2, 3], "x": 3, "y": 2},
33+
{"matrix": [2, 4], "x": 4, "y": 2},
34+
{"matrix": [2, 5], "x": 5, "y": 2},
35+
{"matrix": [2, 6], "x": 6, "y": 2},
36+
{"matrix": [2, 7], "x": 7, "y": 2},
37+
{"matrix": [2, 8], "x": 8, "y": 2},
38+
{"matrix": [2, 9], "x": 9, "y": 2},
39+
{"matrix": [2, 10], "x": 10, "y": 2},
40+
{"matrix": [2, 11], "x": 11, "y": 2},
41+
{"matrix": [3, 0], "x": 0, "y": 3},
42+
{"matrix": [3, 1], "x": 1, "y": 3},
43+
{"matrix": [3, 2], "x": 2, "y": 3},
44+
{"matrix": [3, 3], "x": 3, "y": 3},
45+
{"matrix": [3, 4], "x": 4, "y": 3},
46+
{"matrix": [3, 5], "x": 5, "y": 3},
47+
{"matrix": [3, 6], "x": 6, "y": 3},
48+
{"matrix": [3, 7], "x": 7, "y": 3},
49+
{"matrix": [3, 8], "x": 8, "y": 3},
50+
{"matrix": [3, 9], "x": 9, "y": 3},
51+
{"matrix": [3, 10], "x": 10, "y": 3},
52+
{"matrix": [3, 11], "x": 11, "y": 3}
53+
]
54+
}
55+
}
56+
}

keymap_drawer.config.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
draw_config:
2+
dark_mode: auto
3+
n_columns: 1

0 commit comments

Comments
 (0)