diff options
| author | Victor <lucachi.victor@gmail.com> | 2023-07-21 21:47:51 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-21 21:47:51 +0300 |
| commit | 384d0cbce7c439e460694d42f5b3d85aafd4fde3 (patch) | |
| tree | c3a3bf62c746a0f82c77636182e4f3085561c9ee | |
| parent | 4129017978879fcd4f87e0cd521b597dee925771 (diff) | |
| download | zmk-config-384d0cbce7c439e460694d42f5b3d85aafd4fde3.tar.gz zmk-config-384d0cbce7c439e460694d42f5b3d85aafd4fde3.zip | |
fix merged, moving to mainline zmk
| -rw-r--r-- | config/west.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/west.yml b/config/west.yml index 033dd3b..adc97b7 100644 --- a/config/west.yml +++ b/config/west.yml @@ -1,11 +1,11 @@ manifest: remotes: - name: zmkfirmware - url-base: https://github.com/petejohanson + url-base: https://github.com/zmkfirmware projects: - name: zmk remote: zmkfirmware - revision: bluetooth/split-peripheral-slot-clearing-fix + revision: main import: app/west.yml self: - path: config + path: config \ No newline at end of file |