From dd149519661eadf64e6cf312ee743df0d2821346 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Fri, 23 Oct 2020 20:52:55 -0700 Subject: [PATCH] Remove DEFAULT_SKETCH --- bin/kaleidoscope-builder | 4 ---- etc/kaleidoscope-builder.conf | 5 ----- 2 files changed, 9 deletions(-) diff --git a/bin/kaleidoscope-builder b/bin/kaleidoscope-builder index 15e5711b..9c8e5b10 100755 --- a/bin/kaleidoscope-builder +++ b/bin/kaleidoscope-builder @@ -779,10 +779,6 @@ fi SKETCH="$1" shift -if [ "${SKETCH}" = "default" ]; then - SKETCH="${DEFAULT_SKETCH}" -fi - cmds="" # shellcheck disable=2034 diff --git a/etc/kaleidoscope-builder.conf b/etc/kaleidoscope-builder.conf index 4ec8e035..4193f4ed 100644 --- a/etc/kaleidoscope-builder.conf +++ b/etc/kaleidoscope-builder.conf @@ -1,10 +1,5 @@ # -*- shell-script -*- -## NEEDS: SKETCH -## Should be included when the current directory is the dir of the Sketch. - -: "${SKETCH:=${DEFAULT_SKETCH}}" - ######## ######## Keyboard hardware definitions ########