Skip to content

Commit

Permalink
Trying 'tmux_cmd' macro KinesisCorporation#7
Browse files Browse the repository at this point in the history
  • Loading branch information
keymap-editor[bot] committed Sep 22, 2024
1 parent 11f0531 commit ff2deb1
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion config/adv360.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@
label = "TMUX_WIN_CLOSE";
};

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";
};

hm: homerow_mods {
compatible = "zmk,behavior-hold-tap";
label = "HOMEROW_MODS";
Expand Down Expand Up @@ -57,7 +64,7 @@
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 &tmux_win_close &trans &trans &trans &trans &none &none &trans &trans &trans &trans &trans &kp F11
&kp F12 &tmux_cmd LS(X) &trans &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 ff2deb1

Please sign in to comment.