Skip to content

Commit

Permalink
test zephyr 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kuolemax authored Apr 3, 2023
1 parent a81d72d commit 725746a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ on: [push, pull_request, workflow_dispatch]

jobs:
build:
uses: zmkfirmware/zmk/.github/workflows/build-user-config.yml@main
# uses: zmkfirmware/zmk/.github/workflows/build-user-config.yml@main
uses: petejohanson/zmk/.github/workflows/build-user-config.yml@zephyr/3.1-upgrade
12 changes: 6 additions & 6 deletions config/west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ manifest:
url-base: https://github.com/zmkfirmware
- name: kuolemax
url-base: https://github.com/kuolemax
- name: infused-kim
url-base: https://github.com/infused-kim
- name: zephyr-3
url-base: https://github.com/petejohanson
projects:
- name: zmk
remote: zmkfirmware
revision: main
# remote: infused-kim
# revision: my-changes/split-encoder
# remote: zmkfirmware
# revision: main
remote: zephyr-3
revision: zephyr/3.1-upgrade
# remote: kuolemax
# revision: encoder-fix
import: app/west.yml
Expand Down

0 comments on commit 725746a

Please sign in to comment.