Skip to content

Commit

Permalink
Oct 11 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
keymap-editor[bot] committed Oct 11, 2024
1 parent b562ada commit 630162c
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions config/corne.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,24 @@

label = "ONENOTE";
};

Onenote_macro: Onenot_macro {
compatible = "zmk,behavior-macro";
#binding-cells = <0>;
bindings = <&kp K &kp LC(K) &kp LC(V) &kp RET>;
label = "ONENOT_MACRO";
};
};

behaviors {
Onenote_behavior: Onenote_behavior {
compatible = "zmk,behavior-hold-tap";
label = "ONENOTE_BEHAVIOR";
bindings = <&Onenote_macro>, <&kp>;

#binding-cells = <2>;
tapping-term-ms = <200>;
};
};

keymap {
Expand Down

0 comments on commit 630162c

Please sign in to comment.