Skip to content

Commit

Permalink
Created combos to access layers 1 and 2. Returned Esc to the right Th…
Browse files Browse the repository at this point in the history
…umb Cluster
  • Loading branch information
keymap-editor[bot] committed Sep 25, 2024
1 parent 24d1df0 commit ef184af
Showing 1 changed file with 27 additions and 8 deletions.
35 changes: 27 additions & 8 deletions config/klor.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,15 @@
#binding-cells = <0>;
bindings = <&to 1>, <&to 2>;
};

comma_slash_cmdZ: comma_slash_cmdZ {
compatible = "zmk,behavior-mod-morph";
label = "COMMA_SLASH_CMDZ";
bindings = <&comma_slash>, <&kp Z>;

#binding-cells = <0>;
mods = <(MOD_LGUI)>;
};
};

combos {
Expand Down Expand Up @@ -224,6 +233,16 @@
key-positions = <26 25>;
require-prior-idle-ms = <150>;
};

to_layer1 {
bindings = <&to 1>;
key-positions = <37 43>;
};

to_layer2 {
bindings = <&to 2>;
key-positions = <43 38>;
};
};

keymap {
Expand All @@ -236,10 +255,10 @@

engram {
bindings = <
&B_Ampersand &kp Y &o_masculine_ordinal &U_underscore &kp PT_APOSTROPHE &question_exclamation &L_pipe &kp D &kp W &kp J
&trans &shift_C_Cecedilha LEFT_SHIFT 0 &left_hand_hm LEFT_ALT I &left_hand_hm LEFT_COMMAND E &control_A_feminine_ordinal &comma_slash &dot_colon &H_hashtag &kp T &S_dollar &kp N &trans
&trans &kp V &kp X &kp G &kp K &kp Z &kp C_PLAY &kp C_PAUSE &kp Q &kp R &kp M &kp F &P_percentage &trans
&backspace_delete &lt 1 SPACE &lt 2 TAB &trans &trans &kp ENTER &ultimate_shift &to_layers
&B_Ampersand &kp Y &o_masculine_ordinal &U_underscore &kp PT_APOSTROPHE &question_exclamation &L_pipe &kp D &kp W &kp J
&trans &shift_C_Cecedilha LEFT_SHIFT 0 &left_hand_hm LEFT_ALT I &left_hand_hm LEFT_COMMAND E &control_A_feminine_ordinal &comma_slash_cmdZ &dot_colon &H_hashtag &kp T &S_dollar &kp N &trans
&trans &kp V &kp X &kp G &kp K &kp Z &kp C_PLAY &kp C_PAUSE &kp Q &kp R &kp M &kp F &P_percentage &trans
&backspace_delete &lt 1 SPACE &lt 2 TAB &trans &trans &kp ENTER &ultimate_shift &kp ESC
>;

sensor-bindings = <&inc_dec_kp C_VOL_UP C_VOL_DN &inc_dec_kp C_NEXT C_PREV>;
Expand All @@ -248,10 +267,10 @@

Nav_Productivity {
bindings = <
&kp F2 &kp LG(F) &kp LG(LS(L)) &kp LA(PT_PERIOD) &kp LA(PT_N4) &kp C_AC_SCROLL_UP &kp HOME &kp UP_ARROW &kp END &kp PAGE_UP
&trans &trans &trans &trans &trans &kp LA(PT_N3) &kp C_AC_SCROLL_DOWN &kp LEFT_ARROW &kp DOWN_ARROW &kp RIGHT_ARROW &kp PAGE_DOWN &trans
&trans &kp LG(R) &kp LG(N) &kp LG(T) &kp LG(W) &kp LG(Q) &trans &trans &key_repeat &mkp LCLK &mkp RCLK &mkp MCLK &trans &trans
&trans &trans &trans &trans &trans &trans &trans &to 0
&kp F2 &kp LG(F) &kp LG(LS(L)) &kp LA(PT_PERIOD) &kp LA(PT_N4) &trans &kp HOME &kp UP_ARROW &kp END &kp PAGE_UP
&trans &trans &trans &trans &trans &kp LA(PT_N3) &trans &kp LEFT_ARROW &kp DOWN_ARROW &kp RIGHT_ARROW &kp PAGE_DOWN &trans
&trans &kp LG(R) &kp LG(N) &kp LG(T) &kp LG(W) &kp LG(Q) &trans &trans &key_repeat &mkp LCLK &mkp RCLK &mkp MCLK &trans &trans
&trans &trans &trans &trans &trans &trans &trans &to 0
>;

label = "Nav Prod";
Expand Down

0 comments on commit ef184af

Please sign in to comment.