Skip to content

Commit

Permalink
Fixed the trigger for layers 2 and 3
Browse files Browse the repository at this point in the history
  • Loading branch information
keymap-editor[bot] committed Sep 24, 2024
1 parent e39b8fe commit e307976
Showing 1 changed file with 4 additions and 30 deletions.
34 changes: 4 additions & 30 deletions config/klor.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -188,32 +188,6 @@
#binding-cells = <0>;
mods = <(MOD_LALT)>;
};

layer2: layer2 {
compatible = "zmk,behavior-caps-word";
label = "LAYER2";
#binding-cells = <0>;
mods = <(MOD_LCTL|MOD_LSFT|MOD_LALT|MOD_LGUI)>;
continue-list = <LEFT_ARROW UP_ARROW RIGHT_ARROW DOWN_ARROW K_SCROLL_UP K_SCROLL_DOWN HOME END BACKSPACE ENTER>;
};

layer2_space: layer2_space {
compatible = "zmk,behavior-hold-tap";
label = "LAYER2_SPACE";
bindings = <&layer2>, <&kp>;

#binding-cells = <2>;
tapping-term-ms = <180>;
};

layer1_repeat: layer1_repeat {
compatible = "zmk,behavior-hold-tap";
label = "LAYER1_REPEAT";
bindings = <&key_repeat>, <&sl>;

#binding-cells = <2>;
tapping-term-ms = <180>;
};
};

combos {
Expand Down Expand Up @@ -267,10 +241,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 &kp S &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 &layer2_space 0 SPACE &lt 3 TAB &trans &trans &kp ENTER &ultimate_shift &layer1_repeat 1 1
&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 &kp S &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 2 SPACE &lt 3 TAB &trans &trans &kp ENTER &ultimate_shift &sl 1
>;

sensor-bindings = <&inc_dec_kp C_VOL_UP C_VOL_DN &inc_dec_kp C_NEXT C_PREV>;
Expand Down

0 comments on commit e307976

Please sign in to comment.