Make Zephyr-3.2 the default

This commit is contained in:
urob 2023-04-06 08:14:15 -04:00
parent 99c207c95e
commit 28c7a82f46
3 changed files with 6 additions and 2 deletions

View file

@ -7,7 +7,7 @@ manifest:
projects: projects:
- name: zmk - name: zmk
remote: urob remote: urob
revision: main-3.2 revision: main
import: app/west.yml import: app/west.yml
self: self:
path: config path: config

View file

@ -4,6 +4,10 @@ This is my personal [ZMK firmware](https://github.com/zmkfirmware/zmk/) configur
It consists of a 34-keys base layout that is re-used for various boards, including my It consists of a 34-keys base layout that is re-used for various boards, including my
Corneish Zen and an Advantage 360 pro. Corneish Zen and an Advantage 360 pro.
This branch is updated for the latest ZMK using Zephyr 3.2. A legacy version
compatible with Zephyr 3.0 is available
[here](https://github.com/urob/zmk-config/tree/main-zephyr-3.0).
## Highlights ## Highlights
- clean keymap + unicode setup using helper macros from - clean keymap + unicode setup using helper macros from

View file

@ -73,7 +73,7 @@ while [[ $# -gt 0 ]]; do
done done
# Set defaults # Set defaults
[[ -z $ZEPHYR_VERSION ]] && ZEPHYR_VERSION="3.0" [[ -z $ZEPHYR_VERSION ]] && ZEPHYR_VERSION="3.2"
[[ -z $RUNWITH_DOCKER ]] && RUNWITH_DOCKER="true" [[ -z $RUNWITH_DOCKER ]] && RUNWITH_DOCKER="true"
[[ -z $OUTPUT_DIR ]] && OUTPUT_DIR="$WINHOME/Downloads" [[ -z $OUTPUT_DIR ]] && OUTPUT_DIR="$WINHOME/Downloads"