Skip to content

Commit

Permalink
Trying 'tmux_cmd' KinesisCorporation#4
Browse files Browse the repository at this point in the history
  • Loading branch information
keymap-editor[bot] committed Sep 22, 2024
1 parent b18c4f1 commit 6ffdd27
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions config/adv360.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@
bindings = <&kp RET>;
};

tmux_cmd: tmux_cmd {
compatible = "zmk,behavior-macro-one-param";
#binding-cells = <1>;
bindings = <&kp LC(B) &macro_param_1to1 &kp MACRO_PLACEHOLDER>;
label = "tmux_cmd";
};

#endif

hm: homerow_mods {
Expand Down Expand Up @@ -49,11 +56,11 @@

fn {
bindings = <
&kp F1 &kp F2 &kp F3 &kp F4 &kp F5 &kp F6 &none &mo 0 &kp F7 &kp F8 &kp F9 &kp F10 &kp F11 &kp F12
&kp F12 &trans &kp F10 &trans &trans &trans &none &none &trans &trans &trans &trans &trans &kp F11
&trans &kp F1 &kp F2 &kp F3 &kp F4 &kp F5 &none &trans &trans &trans &trans &none &kp F6 &kp F7 &kp F8 &kp F9 &kp F10 &trans
&trans &kp LS(F1) &kp LS(F2) &kp LS(F3) &kp LS(F4) &kp LS(F5) &trans &trans &kp LS(F6) &kp RS(F7) &kp RS(F8) &kp LS(F9) &kp LS(F10) &trans
&trans &trans &trans &kp C_PREV &kp C_NEXT &trans &trans &trans &trans &trans &kp C_PLAY_PAUSE &kp C_BRIGHTNESS_DEC &kp C_BRIGHTNESS_INC &kp C_VOLUME_DOWN &kp C_VOLUME_UP &trans
&kp F1 &kp F2 &kp F3 &kp F4 &kp F5 &kp F6 &none &mo 0 &kp F7 &kp F8 &kp F9 &kp F10 &kp F11 &kp F12
&kp F12 &tmux_cmd LS(X) &kp F10 &trans &trans &trans &none &none &trans &trans &trans &trans &trans &kp F11
&trans &kp F1 &kp F2 &kp F3 &kp F4 &kp F5 &none &trans &trans &trans &trans &none &kp F6 &kp F7 &kp F8 &kp F9 &kp F10 &trans
&trans &kp LS(F1) &kp LS(F2) &kp LS(F3) &kp LS(F4) &kp LS(F5) &trans &trans &kp LS(F6) &kp RS(F7) &kp RS(F8) &kp LS(F9) &kp LS(F10) &trans
&trans &trans &trans &kp C_PREV &kp C_NEXT &trans &trans &trans &trans &trans &kp C_PLAY_PAUSE &kp C_BRIGHTNESS_DEC &kp C_BRIGHTNESS_INC &kp C_VOLUME_DOWN &kp C_VOLUME_UP &trans
>;
};

Expand Down

0 comments on commit 6ffdd27

Please sign in to comment.