Skip to content

Commit

Permalink
try to fix macro for easymotion
Browse files Browse the repository at this point in the history
  • Loading branch information
keymap-editor[bot] committed Sep 21, 2024
1 parent f42924a commit 15e3a0c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/adv360.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
bindings = <&kp RET>;
};

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

Expand Down Expand Up @@ -88,7 +88,7 @@
};

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

0 comments on commit 15e3a0c

Please sign in to comment.