Upgrade to Zephyr 3.5

This commit is contained in:
urob 2024-02-09 21:47:15 -05:00
parent 9f9fc0600e
commit b5212cbba5
7 changed files with 19 additions and 53 deletions

View file

@ -55,7 +55,7 @@ while [[ $# -gt 0 ]]; do
done
# Set defaults
[[ -z $ZEPHYR_VERSION ]] && ZEPHYR_VERSION="3.0"
[[ -z $ZEPHYR_VERSION ]] && ZEPHYR_VERSION="3.5"
[[ -z $HOST_ZMK_DIR ]] && HOST_ZMK_DIR="$HOME/zmk"
[[ -z $HOST_CONFIG_DIR ]] && HOST_CONFIG_DIR="$HOME/zmk-config"