From 49c47c0ff2b1478dd9a08d67a10836efc6d94593 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Sun, 15 Nov 2020 18:44:08 -0800 Subject: [PATCH] Remove historical code that forces the board to have a default to the model01 --- bin/kaleidoscope-builder | 9 --------- 1 file changed, 9 deletions(-) diff --git a/bin/kaleidoscope-builder b/bin/kaleidoscope-builder index 367baa64..dc6c0269 100755 --- a/bin/kaleidoscope-builder +++ b/bin/kaleidoscope-builder @@ -242,15 +242,6 @@ fi # shellcheck disable=SC1090 -if [[ -z "${ARCH}" && -n "${FQBN}" ]]; then - ARCH=$(echo "${FQBN}" | sed -n -e 's/^[^:]\+:\([^:]\+\).*/\1/p') -fi - -: "${BOARD:=model01}" -: "${ARCH:=avr}" -: "${FQBN:=keyboardio:${ARCH}:${BOARD}}" - - if [ $# -eq 1 ]; then cmd="$(echo "$1" | tr '-' '_')" "cmd_${cmd}"