From 16e1f8249b2484bffc3d3422268e11f49c767ffd Mon Sep 17 00:00:00 2001 From: Sadek Baroudi Date: Sun, 12 May 2024 03:44:06 -0700 Subject: [PATCH] vulpes minora automated build support --- bin/fp_build.sh | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/bin/fp_build.sh b/bin/fp_build.sh index 2558833355..85f7bf47b5 100755 --- a/bin/fp_build.sh +++ b/bin/fp_build.sh @@ -58,6 +58,21 @@ get_valid_keyboards() { fi done + # special case for vulpes minora byomcu + if [[ -e "${line}/byomcu/fp_build.json" ]]; then + echo -n "${line}/byomcu " + fi + + # special case for vulpes minora rp2040zero + if [[ -e "${line}/rp2040zero" ]]; then + echo -n "${line}/rp2040zero " + fi + + # special case for vulpes minora xivik + if [[ -e "${line}/xivik" ]]; then + echo -n "${line}/xivik " + fi + # if we have a second parameter, then we don't want to recurse again if [ "$#" -lt 2 ]; then # now check for byomcu version, repeating the logic above