Skip to content

Commit

Permalink
add correct instructions for the rgbled widget
Browse files Browse the repository at this point in the history
  • Loading branch information
ctranstrum committed Oct 18, 2024
1 parent 1da2b53 commit 405d7fd
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,21 @@ manifest:
remotes:
- name: zmkfirmware
url-base: https://github.com/zmkfirmware
- name: ctranstrum # <-- new entry
- name: ctranstrum # <-- add this for the keyboard
url-base: https://github.com/ctranstrum
- name: caksoylar # <-- and this for the LED
url-base: https://github.com/caksoylar
projects:
- name: zmk
remote: zmkfirmware
revision: main
import: app/west.yml
- name: lintilla # <-- new entry
- name: lintilla # <-- add this for the keyboard
remote: ctranstrum
revision: zmk
- name: zmk-rgbled-widget # <-- and this for the LED
remote: caksoylar
revision: main
self:
path: config
```
Expand Down

0 comments on commit 405d7fd

Please sign in to comment.