Skip to content

Commit

Permalink
Add num-word
Browse files Browse the repository at this point in the history
  • Loading branch information
englmaxi authored Sep 21, 2024
1 parent edfbbb0 commit fbef007
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
9 changes: 7 additions & 2 deletions config/keymap/behaviors.dtsi
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#include <behaviors.dtsi>
#include <behaviors/num_word.dtsi>
#include <behaviors/rgbled_widget.dtsi>

// overwrites
Expand All @@ -18,7 +19,11 @@

&lt {
flavor = "balanced";
};
};

&num_word {
continue-list = <BSPC DEL DE_DOT DE_COMMA DE_PLUS, DE_MINUS, DE_STAR, DE_FSLH, DE_EQUAL>;
};


// hold-tap
Expand Down Expand Up @@ -47,7 +52,7 @@
#binding-cells = <2>;
flavor = "balanced";
tapping-term-ms = <220>;
bindings = <&mo>, <&ad_e>;
bindings = <&num_word>, <&ad_e>;
};

ht_qu: hold_tap_qu {
Expand Down
3 changes: 3 additions & 0 deletions config/west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ manifest:
- name: zmk-tri-state
remote: urob
revision: main
- name: zmk-auto-layer
remote: urob
revision: main
- name: zmk-dongle-display
remote: englmaxi
revision: main
Expand Down

0 comments on commit fbef007

Please sign in to comment.