From 649c9d756db60ae92520323927c7bca1e8d60d95 Mon Sep 17 00:00:00 2001 From: urob <978080+urob@users.noreply.github.com> Date: Sun, 24 Nov 2024 23:32:29 -0500 Subject: [PATCH] Load leader-key as module --- config/base.keymap | 1 + config/west.yml | 3 +++ 2 files changed, 4 insertions(+) diff --git a/config/base.keymap b/config/base.keymap index f1ce6d6..79bbdbd 100644 --- a/config/base.keymap +++ b/config/base.keymap @@ -1,5 +1,6 @@ #include #include // requires auto-layer module +#include // requires leader-key module #include #ifdef CONFIG_WIRELESS #include diff --git a/config/west.yml b/config/west.yml index ce19a1b..f4e7f3a 100644 --- a/config/west.yml +++ b/config/west.yml @@ -37,6 +37,9 @@ manifest: - name: zmk-tri-state revision: main path: modules/tri-state + - name: zmk-leader-key + revision: main + path: modules/leader-key # ZMK with Zephyr namespaced under /zmk. This requires that ZMK imports # Zephyr with a path other than `zephyr` (as in `going-modular`).