Skip to content

Commit 83d999a

Browse files
committed
adjust build files
1 parent d54f067 commit 83d999a

File tree

6 files changed

+26
-950
lines changed

6 files changed

+26
-950
lines changed

.github/workflows/build.yml

-5
This file was deleted.

.github/workflows/corne_5-column.yml

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
name: 'Corne 5-colume'
2+
on:
3+
workwlow_dispatch:
4+
push:
5+
paths:
6+
- 'corne_5-column.yaml'
7+
- 'config/corne_5-column.conf'
8+
- 'config/corne_5-column.keymap'
9+
- 'config/corne_5-column.yaml'
10+
11+
jobs:
12+
build:
13+
uses: zmkfirmware/zmk/.github/workflows/build-user-config.yml@main
14+
with:
15+
build_matrix_path: swept.yaml
16+
archive_name: swept
17+
drawer:
18+
uses: caksoylar/keymap-drawer/.github/workflows/draw-zmk.yml@main
19+
permissions:
20+
contents: write # allow workflow to commit to the repo
21+
with:
22+
keymap_patterns: "config/orne_5-column.keymap" # path to the keymaps to parse
23+
config_path: "config/corne_5-column.yaml" # config file, ignored if not exists
24+
output_folder: "." # path to save produced SVG and keymap YAML files
25+
parse_args: "" # map of extra args to pass to `keymap parse`, e.g. "corne:'-l Def Lwr Rse' cradio:''"
26+
draw_args: "" # map of extra args to pass to `keymap draw`, e.g. "corne:'-k corne_rotated' cradio:'-k paroxysm'" uses: caksoylar/keymap-drawer/.github/workflows/draw-zmk.yml@maina
File renamed without changes.
File renamed without changes.

keymap.png

-188 KB
Binary file not shown.

0 commit comments

Comments
 (0)