mirror of
https://github.com/dnlbauer/zmk-keyboards-corax.git
synced 2026-09-10 14:25:29 +00:00
11 lines
399 B
YAML
11 lines
399 B
YAML
manifest:
|
|
remotes:
|
|
- name: remote-name
|
|
url-base: https://github.com/remote-name
|
|
projects:
|
|
# Together with the above defined remote, this refers to a module located at
|
|
# https://github.com/remote-name/repository-name
|
|
- name: repository-name
|
|
remote: remote-name
|
|
# This points to a west manifest file in the remote module for further imports
|
|
import: west.yml |