diff options
author | innovaker <66737976+innovaker@users.noreply.github.com> | 2021-06-19 10:56:48 +0100 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2021-07-17 17:04:25 -0400 |
commit | 71a85a0c8eeef8d5482ee06f7e06bf35cabbbf9b (patch) | |
tree | 49ae84c3f679a7d9d3ce7d9f79516141c8f52e2d /app | |
parent | 9c1319c4ff37f71e7437219b0f65d045c6971e93 (diff) |
feat: bump `zephyr` to `v2.5.0+zmk-fixes`
PR: https://github.com/zmkfirmware/zmk/pull/736
Diffstat (limited to 'app')
-rw-r--r-- | app/west.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/west.yml b/app/west.yml index ca5efad..cab02a5 100644 --- a/app/west.yml +++ b/app/west.yml @@ -9,7 +9,7 @@ manifest: projects: - name: zephyr remote: zmkfirmware - revision: v2.4.0+zmk-fixes + revision: v2.5.0+zmk-fixes clone-depth: 1 import: # TODO: Rename once upstream offers option like `exclude` or `denylist` |