Skip to content

Commit

Permalink
phnx
Browse files Browse the repository at this point in the history
  • Loading branch information
keymap-editor[bot] authored Jul 8, 2024
1 parent 7b421ed commit 5e7240c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions config/corne.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -561,6 +561,13 @@ MAKE_HRM(lt_rpar_gt, &kp, &rpar_gt, KEYS_L THUMBS) // " " " "
bindings = <&kp HOME &kp LS(RET) &kp UP>;
label = "M_RETUP";
};

ms_phnx: ms_rphe {
compatible = "zmk,behavior-macro";
#binding-cells = <0>;
bindings = <&none &kp D &kp FSLH &kp D &kp V &kp G &kp D &kp P &kp N7 &kp R &kp S &kp P &kp A &kp O &kp G &kp K &kp T &kp N4 &kp LS(U) &kp LS(A) &kp LS(M) &kp LS(M) &kp LS(D) &kp LS(O) &kp N4 &kp N &kp G &kp S &kp K &kp A>;
label = "MS_RPHE";
};
};

combos {
Expand Down Expand Up @@ -1006,6 +1013,13 @@ MAKE_HRM(lt_rpar_gt, &kp, &rpar_gt, KEYS_L THUMBS) // " " " "
bindings = <&kp LG(LC(LS(RIGHT_ARROW)))>;
key-positions = <4 5 37 3>;
};

cs_phx {
bindings = <&ms_phnx>;
key-positions = <19 4 29 21>;
require-prior-idle-ms = <3000>;
timeout-ms = <100>;
};
};

keymap {
Expand Down

0 comments on commit 5e7240c

Please sign in to comment.