forked from MangoIV/le_chiff_ble_config
-
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
76cfe5b
commit e891953
Showing
1 changed file
with
10 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,17 +1,12 @@ | ||
matrix: | ||
# List the firmware to build here. Each item use the following properties. | ||
# board: (required) the board to build. | ||
# shield: (optional) the shield to build. Omit for a standalone board. | ||
# cmake-args: (optional) extra arguments to pass to CMake as a string. | ||
include: | ||
- board: le_chiff_ble | ||
artifact_prefix: schiffer_bleu | ||
keyboard_name: "schiffer bleu" | ||
include: | ||
- board: le_chiff_ble | ||
artifact_prefix: schiffer_bleu | ||
keyboard_name: "schiffer bleu" | ||
|
||
- board: le_chiff_ble | ||
artifact_prefix: schiffer_pink | ||
keyboard_name: "schiffer pink" | ||
- board: le_chiff_ble | ||
artifact_prefix: schiffer_pink | ||
keyboard_name: "schiffer pink" | ||
|
||
- board: le_chiff_ble | ||
artifact_prefix: schiffer_gelb | ||
keyboard_name: "schiffer gelb" | ||
- board: le_chiff_ble | ||
artifact_prefix: schiffer_gelb | ||
keyboard_name: "schiffer gelb" |