Skip to content

Commit

Permalink
Migrate to modular ZMK firmware
Browse files Browse the repository at this point in the history
  • Loading branch information
urob committed Aug 1, 2024
1 parent 22acd60 commit c8b4369
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
7 changes: 4 additions & 3 deletions config/base.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,11 @@ ZMK_TAP_DANCE(num_dance,
tapping-term-ms = <200>;
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>;
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
ZMK_TRI_STATE(smart_mouse,
Expand Down
8 changes: 7 additions & 1 deletion config/west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,16 @@ manifest:
projects:
- name: zmk
remote: urob
revision: main
revision: going-modular
import: app/west.yml
- name: zmk-helpers
remote: urob
revision: main
- name: zmk-auto-layer
remote: urob
revision: main
- name: zmk-tri-state
remote: urob
revision: main
self:
path: config

0 comments on commit c8b4369

Please sign in to comment.