summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/build.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/bin/build.sh b/bin/build.sh
index 0e3eb10..2f6c8cd 100755
--- a/bin/build.sh
+++ b/bin/build.sh
@@ -7,14 +7,10 @@ TIMESTAMP=$(date -u +"%Y%m%d%H%M%S")
# West Build (left)
west build -s zmk/app -d build/left -b adv360_left -- -DZMK_CONFIG="${PWD}/config"
-# Adv360 Left DTS File
-cat -n build/left/zephyr/adv360_left.dts.pre.tmp
# Adv360 Left Kconfig file
cat build/left/zephyr/.config | grep -v "^#" | grep -v "^$"
# West Build (right)
west build -s zmk/app -d build/right -b adv360_right -- -DZMK_CONFIG="${PWD}/config"
-# Adv360 Right DTS File
-cat -n build/right/zephyr/adv360_right.dts.pre.tmp
# Adv360 Right Kconfig file
cat build/right/zephyr/.config | grep -v "^#" | grep -v "^$"
# Rename zmk.uf2