Skip to content

Commit

Permalink
add language change for window environment
Browse files Browse the repository at this point in the history
  • Loading branch information
codeyoma committed Jan 3, 2024
1 parent 94132d9 commit 34a75e0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions custom/macros.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,15 @@

MACRO_(nerd_l, 1, 1, PARAM_ZERO, &kp LC(W) &kp H)
MACRO_(nerd_r, 1, 1, PARAM_ZERO, &kp LC(W) &kp U)

lang_change: lang_change {
compatible = "zmk,behavior-macro";
#binding-cells = <0>;
bindings
= <&macro_tap &kp RALT>
, <&macro_tap &tog COLEMAK>
;
};

};
};

0 comments on commit 34a75e0

Please sign in to comment.