mirror of
https://github.com/babariviere/zmk-config.git
synced 2025-06-28 09:45:51 +00:00
feat: add combos
This commit is contained in:
parent
93d831512a
commit
0451100e33
3 changed files with 102 additions and 3 deletions
|
@ -2,12 +2,15 @@ manifest:
|
|||
remotes:
|
||||
- name: zmkfirmware
|
||||
url-base: https://github.com/zmkfirmware
|
||||
# Additional modules containing boards/shields/custom code can be listed here as well
|
||||
# See https://docs.zephyrproject.org/3.2.0/develop/west/manifest.html#projects
|
||||
- name: urob
|
||||
url-base: https://github.com/urob
|
||||
projects:
|
||||
- name: zmk
|
||||
remote: zmkfirmware
|
||||
revision: main
|
||||
import: app/west.yml
|
||||
- name: zmk-helpers
|
||||
remote: urob
|
||||
revision: v2
|
||||
self:
|
||||
path: config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue