Load leader-key as module

This commit is contained in:
urob 2024-11-24 23:32:29 -05:00
parent 8f59409f1d
commit 649c9d756d
2 changed files with 4 additions and 0 deletions

View file

@ -1,5 +1,6 @@
#include <behaviors.dtsi>
#include <behaviors/num_word.dtsi> // requires auto-layer module
#include <behaviors/leader_key.dtsi> // requires leader-key module
#include <dt-bindings/zmk/keys.h>
#ifdef CONFIG_WIRELESS
#include <dt-bindings/zmk/bt.h>

View file

@ -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`).