From 405d7fd6362fc77ad208af789811211967251dc7 Mon Sep 17 00:00:00 2001 From: Chad Transtrum Date: Fri, 18 Oct 2024 08:35:13 -0700 Subject: [PATCH] add correct instructions for the rgbled widget --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 910ce12..044e9b2 100644 --- a/README.md +++ b/README.md @@ -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 ```