Skip to content

Commit 50368d2

Browse files
fix: update build.yaml to consolidate shield definitions and correct artifact names
1 parent da85d00 commit 50368d2

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

build.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,12 @@
2020
---
2121
include:
2222
- board: nice_nano_v2
23-
shield: corne_left
24-
build-shield: nice_view_adapter
23+
shield: corne_left nice_view_adapter
2524
cmake-args:
2625
- -DCONFIG_ZMK_STUDIO=y
2726
- -DCONFIG_ZMK_USB=y
2827
snippet: studio-rpc-usb-uart
29-
artifact-name: corne_left_with_studio
28+
artifact-name: corne_left
3029
- board: nice_nano_v2
31-
shield: corne_right
32-
build-shield: nice_view_adapter
30+
shield: corne_right nice_view_adapter
3331
artifact-name: corne_right

config/corne.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=1800000
1313
CONFIG_BT_CTLR_TX_PWR_PLUS_8=y
1414

1515
# Change board name
16-
CONFIG_ZMK_KEYBOARD_NAME="Corne Keyboard"
16+
CONFIG_ZMK_KEYBOARD_NAME="CorneKeyboard"
1717

1818
# Enable ZMK Studio integration
1919
CONFIG_ZMK_STUDIO=y

0 commit comments

Comments
 (0)