Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert zaphod-config to a module. #17

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
Zaphod and Zaphod Lite ZMK Config
=================================

This configuration may be used independently as a ZMK config as
described in https://zmk.dev/docs/development/build-flash#building-from-zmk-config-folder
or it can be included as a module.

Using This Config as a Module
-----------------------------

Add this repository to your `config/west.yml` in the `remotes` and
`projects` sections, adding the following snippets alongside the
entries that are already there.

```yaml
remotes:
- name: zaphod
url-base: https://github.com/petejohanson
projects:
- name: zaphod-config
remote: zaphod
revision: main
```
5 changes: 5 additions & 0 deletions zephyr/module.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
name: zephyr-config
amacleod marked this conversation as resolved.
Show resolved Hide resolved
build:
settings:
board_root: .
Loading