We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e01e06 commit 706ee5aCopy full SHA for 706ee5a
1 file changed
build.yaml
@@ -19,19 +19,19 @@
19
include:
20
# Dongle (Central) für BLE → USB-HID
21
- board: seeeduino_xiao_ble
22
- shield: sofle_dongle
+ shield: eyelash_sofle_dongle
23
snippet: studio-rpc-usb-uart
24
cmake-args: -DCONFIG_ZMK_SPLIT_ROLE_CENTRAL=y -DCONFIG_ZMK_STUDIO=y -DCONFIG_ZMK_STUDIO_LOCKING=n
25
artifact-name: xiao_dongle
26
27
# Sofle linke Hälfte (Peripheral)
28
- - board: eyelash_sofle
+ - board: eyelash_sofle_left
29
shield: eyelash_sofle_left
30
cmake-args: -DCONFIG_ZMK_SPLIT_ROLE_CENTRAL=n
31
artifact-name: sofle_left
32
33
# Sofle rechte Hälfte (Peripheral)
34
+ - board: eyelash_sofle_right
35
shield: eyelash_sofle_right
36
37
artifact-name: sofle_right
0 commit comments