generated from zmkfirmware/unified-zmk-config-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
85f1e34
commit 15893f9
Showing
1 changed file
with
11 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,18 @@ | ||
include: | ||
# Lintilla | ||
- board: seeeduino_xiao_ble | ||
shield: lintilla_left_central rgbled_adapter | ||
artifact-name: lintilla-left-central | ||
- board: seeeduino_xiao_ble | ||
shield: lintilla_right_peripheral rgbled_adapter | ||
artifact-name: lintilla-right-peripheral | ||
|
||
# Lintilla Dongle | ||
# Lintilla Dongle (optional) | ||
- board: seeeduino_xiao_ble | ||
shield: lintilla_dongle dongle_display | ||
artifact-name: lintilla-dongle | ||
|
||
# Lintilla left can either be a central (no dongle) or peripheral (with 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 | ||
# We already have this board defined above | ||
# but if you comment out the above so you build only the dongle | ||
# you can uncomment this here | ||
# - board: seeeduino_xiao_ble | ||
# shield: lintilla_right_peripheral rgbled_adapter | ||
# artifact-name: lintilla_right_peripheral | ||
|
||
# Lintilla right will always be a peripheral | ||
- board: seeeduino_xiao_ble | ||
shield: lintilla_right_peripheral rgbled_adapter | ||
artifact-name: lintilla-right-peripheral |