forked from hitsmaxft/zmk-keyboard-cornix
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild.yaml
More file actions
57 lines (53 loc) · 1.75 KB
/
build.yaml
File metadata and controls
57 lines (53 loc) · 1.75 KB
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
# This file generates the GitHub Actions matrix
# For simple board + shield combinations, add them
# to the top level board and shield arrays, for more
# control, add individual board + shield combinations to
# the `include` property, e.g:
#
# board: [ "nice_nano_v2" ]
# shield: [ "corne_left", "corne_right" ]
# include:
# - board: bdn9_rev2
# - board: nice_nano_v2
# shield: reviung41
#
---
include:
# Dongles for cornix
# dongle screen not yet supports zephyr4
# - board: nice_nano
# shield: cornix_dongle_adapter cornix_dongle_eyelash dongle_display
# snippet: studio-rpc-usb-uart nrf52840-nosd
# artifact-name: cornix_dongle_nosd
# - board: nice_nano
# shield: settings_reset
# snippet: studio-rpc-usb-uart nrf52840-nosd
# artifact-name: reset_nicenano_nosd
# - board: nice_nano
# shield: cornix_dongle_adapter dongle_screen
# snippet: studio-rpc-usb-uart
# artifact-name: cornix_dongle_zds_nano
# - artifact-name: cornix_dongle
# board: xiao_ble//zmk
# # shield: cornix_dongle_adapter dongle_screen
# shield: cornix_dongle
# snippet: studio-rpc-usb-uart
# # Use cornix with dongle
# - artifact-name: cornix_left_for_dongle_nosd
# board: cornix_ph_left
# # shield: cornix_indicator
# cmake-args: -DCONFIG_ZMK_SPLIT=y -DCONFIG_ZMK_SPLIT_ROLE_CENTRAL=n
# Use cornix without dongle
- artifact-name: cornix_left_default_nosd
board: cornix_left
# shield: cornix_indicator
# zmk studio
snippet: studio-rpc-usb-uart
cmake-args: -DCONFIG_ZMK_STUDIO=y
- artifact-name: cornix_right_nosd
board: cornix_right
# shield: cornix_indicator
- artifact-name: cornix_reset
board: cornix_right
shield: settings_reset
snippet: studio-rpc-usb-uart nrf52840-nosd