-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbuild.yaml
65 lines (60 loc) · 1.83 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
# Build matrix configurations
---
include:
# Aurora Sweep
# - board: nice_nano_v2
# shield: splitkb_aurora_sweep_left nice_view_adapter nice_view
# artifact-name: sweep-left
# - board: nice_nano_v2
# shield: splitkb_aurora_sweep_right nice_view_adapter nice_view
# artifact-name: sweep-right
# Totem with OLED dongle
- board: seeeduino_xiao_ble
shield: totem_dongle dongle_display
artifact-name: totem-dongle
- board: seeeduino_xiao_ble
shield: totem_left
artifact-name: totem-left
- board: seeeduino_xiao_ble
shield: totem_right
artifact-name: totem-right
# Klor with OLED dongle
- board: seeeduino_xiao_ble
shield: klor_dongle dongle_display
artifact-name: klor-dongle
- board: nice_nano_v2
shield: klor_left
artifact-name: klor-left
- board: nice_nano_v2
shield: klor_right
artifact-name: klor-right
# Kyria rev 3.1 with OLED dongle
- board: seeeduino_xiao_ble
shield: trikyria_dongle dongle_display
artifact-name: kyria-dongle
- board: nice_nano_v2
shield: trikyria_left
artifact-name: kyria-left
- board: nice_nano_v2
shield: trikyria_right
artifact-name: kyria-right
# Lintilla
- board: seeeduino_xiao_ble
shield: lintilla_dongle prospector_adapter
artifact-name: lintilla-dongle
- board: seeeduino_xiao_ble
shield: lintilla_left_central rgbled_adapter
artifact-name: lintilla-left-central
- board: seeeduino_xiao_ble
shield: lintilla_left_peripheral rgbled_adapter
artifact-name: lintilla-left-peripheral
- board: seeeduino_xiao_ble
shield: lintilla_right_peripheral rgbled_adapter
artifact-name: lintilla-right
# Settings Reset
- board: nice_nano_v2
shield: settings_reset
artifact-name: nano-reset
- board: seeeduino_xiao_ble
shield: settings_reset
artifact-name: xiao-reset