Load leader-key as module
This commit is contained in:
parent
8f59409f1d
commit
649c9d756d
2 changed files with 4 additions and 0 deletions
|
@ -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>
|
||||
|
|
|
@ -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`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue