Skip to content

Commit

Permalink
manual easy-motion combo attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
piskov authored Sep 21, 2024
1 parent 61f4b71 commit 1608506
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions config/adv360.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,12 @@
};

macros {
easy_mot: easy_mot {
compatible = "zmk,behavior-macro";
#binding-cells = <0>;
bindings = <&macro_tap &kp NON_US_BACKSLASH &kp NON_US_BACKSLASH>;
label = "EASY_MOTION";
};
};

combos {
Expand All @@ -79,6 +85,11 @@
bindings = <&kp LC(X)>;
key-positions = <47 48>;
};

vimmotion {
bindings = <&easy_mot>;
key-positions = <65 70>;
};
};

keymap {
Expand Down

0 comments on commit 1608506

Please sign in to comment.