Migrate to modular ZMK firmware

This commit is contained in:
urob 2024-08-01 12:48:57 -04:00
parent 22acd6066b
commit c8b436964e
2 changed files with 11 additions and 4 deletions

View file

@ -120,10 +120,11 @@ ZMK_TAP_DANCE(num_dance,
tapping-term-ms = <200>; tapping-term-ms = <200>;
bindings = <&num_word>, <&sl NUM>; // reverse this for sticky-num on single tap bindings = <&num_word>, <&sl NUM>; // reverse this for sticky-num on single tap
) )
&num_word { // num-word, requires PR #1451 ZMK_AUTO_LAYER(num_word,
layers = <NUM>; layers = <NUM>;
continue-list = <BSPC DEL DOT COMMA PLUS MINUS STAR FSLH EQUAL>; ignore-numbers;
}; continue-list = <BACKSPACE DELETE DOT COMMA PLUS MINUS STAR FSLH EQUAL>;
)
// smart-mouse, requires PR #1366 // smart-mouse, requires PR #1366
ZMK_TRI_STATE(smart_mouse, ZMK_TRI_STATE(smart_mouse,

View file

@ -7,10 +7,16 @@ manifest:
projects: projects:
- name: zmk - name: zmk
remote: urob remote: urob
revision: main revision: going-modular
import: app/west.yml import: app/west.yml
- name: zmk-helpers - name: zmk-helpers
remote: urob remote: urob
revision: main revision: main
- name: zmk-auto-layer
remote: urob
revision: main
- name: zmk-tri-state
remote: urob
revision: main
self: self:
path: config path: config