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

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