Skip to content

Commit d3b8eac

Browse files
committed
use zmk board variants
Needed with commit 6690d53 of zmk
1 parent 49afb61 commit d3b8eac

File tree

8 files changed

+80
-22
lines changed

8 files changed

+80
-22
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
out/*
2+
zmk-workspace/*
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/ {
2+
aliases {
3+
indicator-led = &blue_led;
4+
};
5+
6+
leds {
7+
status = "okay";
8+
};
9+
};
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/ {
2+
aliases {
3+
indicator-led = &blue_led;
4+
};
5+
6+
leds {
7+
status = "okay";
8+
};
9+
};
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/ {
2+
aliases {
3+
indicator-led = &blue_led;
4+
};
5+
6+
leds {
7+
status = "okay";
8+
};
9+
};
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/ {
2+
aliases {
3+
indicator-led = &led2;
4+
};
5+
6+
leds {
7+
status = "okay";
8+
};
9+
};
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/ {
2+
aliases {
3+
indicator-led = &blue_led;
4+
};
5+
6+
leds {
7+
status = "okay";
8+
};
9+
};
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/ {
2+
aliases {
3+
indicator-led = &led2;
4+
};
5+
6+
leds {
7+
status = "okay";
8+
};
9+
};

build.yaml

Lines changed: 24 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -2,109 +2,111 @@
22
---
33
include:
44
# akohekohe
5-
- board: xiao_ble
5+
- board: xiao_ble//zmk
66
shield: akohekohe rgbled_adapter
77
snippet: common-config studio-rpc-usb-uart
88
artifact-name: akohekohe
99

10-
- board: xiao_ble
10+
- board: xiao_ble//zmk
1111
shield: akohekohe rgbled_adapter
1212
snippet: common-config zmk-usb-logging studio-rpc-usb-uart
1313
cmake-args: -DCONFIG_LOG_PROCESS_THREAD_STARTUP_DELAY_MS=8000
1414
artifact-name: akohekohe_with_logging
1515

1616
# cosmo
17-
- board: xiao_ble
17+
- board: xiao_ble//zmk
1818
shield: cosmo_dongle dongle_display
1919
snippet: common-config studio-rpc-usb-uart
2020
artifact-name: cosmo_dongle
21-
- board: nice_nano@2
21+
- board: nice_nano//zmk
2222
shield: cosmo_left rgbled_adapter
2323
snippet: common-config studio-rpc-usb-uart
2424
artifact-name: cosmo_central_left
25-
- board: nice_nano@2
25+
- board: nice_nano//zmk
2626
shield: cosmo_left rgbled_adapter
2727
snippet: common-config
2828
cmake-args: -DCONFIG_ZMK_SPLIT_ROLE_CENTRAL=n
2929
artifact-name: cosmo_peripheral_left
30-
- board: nice_nano@2
30+
- board: nice_nano//zmk
3131
shield: cosmo_right rgbled_adapter
3232
snippet: common-config
3333
artifact-name: cosmo_peripheral_right
3434

35-
- board: xiao_ble
35+
- board: xiao_ble//zmk
3636
shield: cosmo_dongle dongle_display
3737
snippet: common-config zmk-usb-logging studio-rpc-usb-uart
3838
cmake-args: -DCONFIG_LOG_PROCESS_THREAD_STARTUP_DELAY_MS=8000
3939
artifact-name: cosmo_dongle_with_logging
40-
- board: nice_nano@2
40+
- board: nice_nano//zmk
4141
shield: cosmo_left rgbled_adapter
4242
snippet: common-config zmk-usb-logging studio-rpc-usb-uart
4343
cmake-args: -DCONFIG_LOG_PROCESS_THREAD_STARTUP_DELAY_MS=8000
4444
artifact-name: cosmo_central_left_with_logging
4545

4646
# rommana
47-
- board: xiao_ble
47+
- board: xiao_ble//zmk
4848
shield: rommana_dongle dongle_display
4949
snippet: common-config studio-rpc-usb-uart
5050
artifact-name: rommana_dongle
51-
- board: xiao_ble
51+
- board: xiao_ble//zmk
5252
shield: rommana_left rgbled_adapter
5353
snippet: common-config studio-rpc-usb-uart
5454
artifact-name: rommana_central_left
55-
- board: xiao_ble
55+
- board: xiao_ble//zmk
5656
shield: rommana_left rgbled_adapter
5757
snippet: common-config
5858
cmake-args: -DCONFIG_ZMK_SPLIT_ROLE_CENTRAL=n
5959
artifact-name: rommana_peripheral_left
60-
- board: xiao_ble
60+
- board: xiao_ble//zmk
6161
shield: rommana_right rgbled_adapter
6262
snippet: common-config
6363
artifact-name: rommana_peripheral_right
6464

65-
- board: xiao_ble
65+
- board: xiao_ble//zmk
6666
shield: rommana_dongle dongle_display
6767
snippet: common-config zmk-usb-logging studio-rpc-usb-uart
6868
cmake-args: -DCONFIG_LOG_PROCESS_THREAD_STARTUP_DELAY_MS=8000
6969
artifact-name: rommana_dongle_with_logging
70-
- board: xiao_ble
70+
- board: xiao_ble//zmk
7171
shield: rommana_left rgbled_adapter
7272
snippet: common-config zmk-usb-logging studio-rpc-usb-uart
7373
cmake-args: -DCONFIG_LOG_PROCESS_THREAD_STARTUP_DELAY_MS=8000
7474
artifact-name: rommana_central_left_with_logging
7575

7676
# sweep
77-
- board: xiao_ble
77+
- board: xiao_ble//zmk
7878
shield: sweep_dongle dongle_display
7979
snippet: common-config studio-rpc-usb-uart
8080
artifact-name: sweep_dongle
81-
- board: nice_nano@2
81+
- board: nice_nano//zmk
8282
shield: sweep_left led_indicator
8383
snippet: common-config studio-rpc-usb-uart
8484
artifact-name: sweep_central_left
85-
- board: nice_nano@2
85+
- board: nice_nano//zmk
8686
shield: sweep_left led_indicator
8787
snippet: common-config
8888
cmake-args: -DCONFIG_ZMK_SPLIT_ROLE_CENTRAL=n
8989
artifact-name: sweep_peripheral_left
90-
- board: nice_nano@2
90+
- board: nice_nano//zmk
9191
shield: sweep_right led_indicator
9292
snippet: common-config
9393
artifact-name: sweep_peripheral_right
9494

95-
- board: xiao_ble
95+
- board: xiao_ble//zmk
9696
shield: sweep_dongle dongle_display
9797
snippet: common-config zmk-usb-logging studio-rpc-usb-uart
9898
cmake-args: -DCONFIG_LOG_PROCESS_THREAD_STARTUP_DELAY_MS=8000
9999
artifact-name: sweep_dongle_with_logging
100-
- board: nice_nano@2
100+
- board: nice_nano//zmk
101101
shield: sweep_left led_indicator
102102
snippet: common-config zmk-usb-logging studio-rpc-usb-uart
103103
cmake-args: -DCONFIG_LOG_PROCESS_THREAD_STARTUP_DELAY_MS=8000
104104
artifact-name: sweep_central_left_with_logging
105105

106106
# reset
107-
- board: xiao_ble
107+
- board: xiao_ble//zmk
108108
shield: settings_reset
109-
- board: nice_nano@2
109+
artifact-name: settings_reset_xiao_ble
110+
- board: nice_nano//zmk
110111
shield: settings_reset
112+
artifact-name: settings_reset_nice_nano

0 commit comments

Comments
 (0)