Skip to content

Commit

Permalink
fix west.yml instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
ctranstrum committed Oct 1, 2024
1 parent 15893f9 commit 94d5aa5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ manifest:
- name: zmkfirmware
url-base: https://github.com/zmkfirmware
- name: ctranstrum # <-- new entry
url-base: https://github.com/
url-base: https://github.com/ctranstrum
projects:
- name: zmk
remote: zmkfirmware
revision: main
import: app/west.yml
- name: lintilla # <-- new entry
remote: ctranstum
remote: ctranstrum
revision: zmk
self:
path: config
Expand Down Expand Up @@ -60,7 +60,7 @@ include:

To customize the keymap for your Lintilla board, you can copy the
[default keymap][keymap] from this repo to the `config` directory of
your zmk config repo.
your zmk config repo and edit it from there.

[keymap]: https://github.com/ctranstrum/lintilla/tree/zmk/boards/shields/lintilla/lintilla.keymap
[lintilla]: https://github.com/ctranstrum/lintilla
Expand Down

0 comments on commit 94d5aa5

Please sign in to comment.