Skip to content

Commit

Permalink
try out different approaches for shifting sch-combo
Browse files Browse the repository at this point in the history
  • Loading branch information
kilipan committed Nov 28, 2023
1 parent e17b4bb commit 02e3e05
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion config/base_zilpzalp.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,11 @@
label = "Macro_sch";
compatible = "zmk,behavior-macro";
#binding-cells = <0>;
bindings = <&macro_tap &kp S &kp C &kp H>;
bindings = <
&macro_tap &kp S
&macro_release &kp LSHIFT
&macro_tap &kp C &kp H
>;
};
macro_shifted_sch: macro_shifted_sch {
label = "Macro_Sch";
Expand Down

0 comments on commit 02e3e05

Please sign in to comment.