From fb1e81ffd208f689dea359e4150f0259089ef866 Mon Sep 17 00:00:00 2001 From: Peter Johanson Date: Wed, 20 Dec 2023 19:22:34 -0800 Subject: [PATCH] Fix up the README. --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0caf998a..3823d458 100644 --- a/README.md +++ b/README.md @@ -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 +```