Skip to content

Commit

Permalink
Fix up the README.
Browse files Browse the repository at this point in the history
  • Loading branch information
petejohanson committed Dec 21, 2023
1 parent b712cd9 commit fb1e81f
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,22 @@ Should you desire to track ZMK `main` (or some other branch of ZMK), simply edit
```
manifest:
remotes:
- name: zmkfirmware
url-base: https://github.com/zmkfirmware
- name: petejohanson
url-base: https://github.com/petejohanson
projects:
- name: zmk
remote: zmkfirmware
revision: main
import: app/west.yml
- name: blank-slate-zmk-module
remote: petejohanson
revision: main
self:
path: config
```

And then comment out the line in `config/lpgalaxy_blank_slate.conf`:

```
# CONFIG_ZMK_PM_SOFT_OFF=y
```

0 comments on commit fb1e81f

Please sign in to comment.