generated from zmkfirmware/unified-zmk-config-template
-
Notifications
You must be signed in to change notification settings - Fork 9
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
Showing
7 changed files
with
43 additions
and
52 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
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# This file determines which shields will be built for which boards. | ||
# By default, only the settings_reset firmware will be built for boards that have been tested with MechWild shields. Some others have been added commented out, so you can see the format. | ||
# Remove the boards and/or shields you don't need, and add/uncomment the ones you do need. | ||
|
||
# ADVANCED: | ||
# You can use the `cmake-args` property to pass flags to the build command, and `artifact-name` to assign a name to | ||
# distinguish build outputs from each other: | ||
# - board: nice_nano_v2 | ||
# shield: corne_left | ||
# cmake-args: -DCONFIG_ZMK_USB_LOGGING=y | ||
# artifact-name: corne_left_with_logging | ||
--- | ||
board: [blackpill_f401cc, blackpill_f411ce] | ||
shield: [bb40, bb65, bbpad, obe, waka60] | ||
snippet: ["studio-rpc-usb-uart blackpill-storage"] |
This file was deleted.
Oops, something went wrong.
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
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
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
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
board: [nice_nano_v2, nrfmicro_11, nrfmicro_13, adafruit_kb2040, sparkfun_pro_micro_rp2040, proton_c] | ||
shield: [murphpad, bde_rev2] | ||
snippet: [studio-rpc-usb-uart] | ||
|
||
include: | ||
- board: nice_nano_v2 | ||
shield: mokulua_left | ||
snippet: studio-rpc-usb-uart | ||
- board: nice_nano_v2 | ||
shield: mokulua_right |