Skip to content

Commit

Permalink
chore: simplify structure
Browse files Browse the repository at this point in the history
  • Loading branch information
zeljkobekcic committed Jul 13, 2024
1 parent 000604f commit 68875e8
Show file tree
Hide file tree
Showing 15 changed files with 1 addition and 152 deletions.
148 changes: 0 additions & 148 deletions boards/shields/temper/temper.keymap

This file was deleted.

2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ yq -o=json -I=0 '.include[]' "$ZMK_EXTRA_MODULES_PATH/build.yaml" | while read l
board=$(echo $line | jq -r '.board')
shield=$(echo $line | jq -r '.shield')

west build -d "build/$shield-$board" -b $board --pristine -- -DZMK_CONFIG="$ZMK_CONFIG_PATH" -DSHIELD=$shield -DZMK_EXTRA_MODULES="$ZMK_EXTRA_MODULES_PATH"
west build -d "build/$shield-$board" -b $board --pristine -- -DZMK_CONFIG="$ZMK_CONFIG_PATH" -DSHIELD=$shield # -DZMK_EXTRA_MODULES="$ZMK_EXTRA_MODULES_PATH"
cp "build/$shield-$board/zephyr/zmk.uf2" "$OUTPUT_DIRECTORY/$shield-$board.uf2"
done

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 0 additions & 3 deletions zephyr/module.yml

This file was deleted.

0 comments on commit 68875e8

Please sign in to comment.