Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
carrefinho committed Nov 17, 2024
1 parent e7f68ad commit 567c3d9
Showing 1 changed file with 45 additions and 1 deletion.
46 changes: 45 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,48 @@ This is the ZMK module for [the Forager keyboard](https://github.com/carrefinho/

[ZMK Studio](https://zmk.dev/docs/features/studio) is supported and enabled by default.

Featuring the awesome [zmk-rgbled-widget by caksoylar](https://github.com/caksoylar/zmk-rgbled-widget).
Featuring the awesome [zmk-rgbled-widget by caksoylar](https://github.com/caksoylar/zmk-rgbled-widget).

# Usage

Add these line to `config/west.yml` in your `zmk-config` repository:

```yaml
manifest:
remotes:
- name: zmkfirmware
url-base: https://github.com/zmkfirmware
- name: carrefinho # <---
url-base: https://github.com/carrefinho # <---
- name: caksoylar # <---
url-base: https://github.com/caksoylar # <---
projects:
- name: zmk
remote: zmkfirmware
revision: main
import: app/west.yml
- name: forager-zmk-module # <---
remote: carrefinho # <---
revision: main # <---
- name: zmk-rgbled-widget # <---
remote: caksoylar # <---
revision: main # <---
self:
path: config
```
Then add `forager_left` and `forager_right` shields to your `build.yaml`:

```yaml
---
include:
- board: seeeduino_xiao_ble
shield: forager_left rgbled_adapter
snippet: studio-rpc-usb-uart
- board: seeeduino_xiao_ble
shield: forager_right rgbled_adapter
```

For more information on ZMK Modules and building locally, see [the ZMK docs page on modules.](https://zmk.dev/docs/features/modules)

To customize behavior of the RGB LED, see [rgbled-widget documentation.](https://github.com/caksoylar/zmk-rgbled-widget)

0 comments on commit 567c3d9

Please sign in to comment.