-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathbuild.yaml
39 lines (33 loc) · 1.18 KB
/
build.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
---
include:
- board: nice_nano_v2
shield: settings_reset
# ---- Sofle ----
- board: nice_nano_v2
shield: sofle_dongle dongle_display_091_oled
snippet: studio-rpc-usb-uart
cmake-args: -DCONFIG_ZMK_STUDIO=y
artifact-name: sofle_dongle
- board: nice_nano_v2
shield: sofle_left custom_nice_view_adapter custom_nice_view
snippet: studio-rpc-usb-uart
cmake-args: -DCONFIG_ZMK_STUDIO=y -DCONFIG_ZMK_SPLIT_ROLE_CENTRAL=y
artifact-name: sofle_central_left
- board: nice_nano_v2
shield: sofle_left custom_nice_view_adapter custom_nice_view
cmake-args: -DCONFIG_ZMK_SPLIT_ROLE_CENTRAL=n
artifact-name: sofle_peripheral_left
- board: nice_nano_v2
shield: sofle_right custom_nice_view_adapter custom_nice_view
cmake-args: -DCONFIG_ZMK_SPLIT_ROLE_CENTRAL=n
artifact-name: sofle_peripheral_right
# ---- Corne ----
- board: nice_nano_v2
shield: corne_left
snippet: studio-rpc-usb-uart
cmake-args: -DCONFIG_ZMK_STUDIO=y -DCONFIG_ZMK_SPLIT_ROLE_CENTRAL=y
artifact-name: corne_central_left
- board: nice_nano_v2
shield: corne_right
cmake-args: -DCONFIG_ZMK_SPLIT_ROLE_CENTRAL=n
artifact-name: corne_peripheral_right