-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathbuild.yaml
80 lines (74 loc) · 2.77 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
# This file generates the GitHub Actions matrix
---
include:
# akohekohe
- board: seeeduino_xiao_ble
shield: akohekohe rgbled_adapter
snippet: common-config studio-rpc-usb-uart
artifact-name: akohekohe
- board: seeeduino_xiao_ble
shield: akohekohe rgbled_adapter
snippet: common-config zmk-usb-logging studio-rpc-usb-uart
cmake-args: -DCONFIG_LOG_PROCESS_THREAD_STARTUP_DELAY_MS=8000
artifact-name: akohekohe_with_logging
# rommana
- board: seeeduino_xiao_ble
shield: rommana_dongle dongle_display
snippet: common-config studio-rpc-usb-uart
artifact-name: rommana_dongle
- board: seeeduino_xiao_ble
shield: rommana_left rgbled_adapter
snippet: common-config studio-rpc-usb-uart
artifact-name: rommana_central_left
- board: seeeduino_xiao_ble
shield: rommana_left rgbled_adapter
snippet: common-config
cmake-args: -DCONFIG_ZMK_SPLIT_ROLE_CENTRAL=n
artifact-name: rommana_peripheral_left
- board: seeeduino_xiao_ble
shield: rommana_right rgbled_adapter
snippet: common-config
artifact-name: rommana_peripheral_right
- board: seeeduino_xiao_ble
shield: rommana_dongle dongle_display
snippet: common-config zmk-usb-logging studio-rpc-usb-uart
cmake-args: -DCONFIG_LOG_PROCESS_THREAD_STARTUP_DELAY_MS=8000
artifact-name: rommana_dongle_with_logging
- board: seeeduino_xiao_ble
shield: rommana_left rgbled_adapter
snippet: common-config zmk-usb-logging studio-rpc-usb-uart
cmake-args: -DCONFIG_LOG_PROCESS_THREAD_STARTUP_DELAY_MS=8000
artifact-name: rommana_central_left_with_logging
# sweep
- board: seeeduino_xiao_ble
shield: sweep_dongle dongle_display
snippet: common-config studio-rpc-usb-uart
artifact-name: sweep_dongle
- board: nice_nano_v2
shield: sweep_left led_indicator
snippet: common-config studio-rpc-usb-uart
artifact-name: sweep_central_left
- board: nice_nano_v2
shield: sweep_left led_indicator
snippet: common-config
cmake-args: -DCONFIG_ZMK_SPLIT_ROLE_CENTRAL=n
artifact-name: sweep_peripheral_left
- board: nice_nano_v2
shield: sweep_right led_indicator
snippet: common-config
artifact-name: sweep_peripheral_right
- board: seeeduino_xiao_ble
shield: sweep_dongle dongle_display
snippet: common-config zmk-usb-logging studio-rpc-usb-uart
cmake-args: -DCONFIG_LOG_PROCESS_THREAD_STARTUP_DELAY_MS=8000
artifact-name: sweep_dongle_with_logging
- board: nice_nano_v2
shield: sweep_left led_indicator
snippet: common-config zmk-usb-logging studio-rpc-usb-uart
cmake-args: -DCONFIG_LOG_PROCESS_THREAD_STARTUP_DELAY_MS=8000
artifact-name: sweep_central_left_with_logging
# reset
- board: seeeduino_xiao_ble
shield: settings_reset
- board: nice_nano_v2
shield: settings_reset