Skip to content

Commit

Permalink
afdsfaasdttfffffffffff
Browse files Browse the repository at this point in the history
  • Loading branch information
haShinui committed May 17, 2024
1 parent 2e3456f commit c26f34a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/corne.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
display-name = "Num&ger";
bindings = <
&kp TAB &kp N1 &kp N2 &kp N3 &kp N4 &kp N5 &kp N6 &kp N7 &kp NUMBER_8 &kp N9 &kp N0 &kp BSPC
&kp BACKSPACE &deae &deoe &deue &kp LC(Z) &kp LC(Y) &word_left &kp LEFT &kp UP &kp DOWN_ARROW &kp RIGHT &word_right
&kp BACKSPACE &deae &deoe &deue &kp LC(Z) &kp LC(Y) &kp LC(LEFT) &kp LEFT &kp UP &kp DOWN_ARROW &kp RIGHT &word_right
&kp DELETE &fr_a &fr_eb &fr_i_o &fr_u_c &kp CAPSLOCK &kp LEFT_WIN &kp C_AC_HOME &kp PAGE_UP &kp PAGE_DOWN &kp END &trans
&trans &trans &none &kp SPACE &kp LEFT_SHIFT &tap_ct
>;
Expand Down
4 changes: 2 additions & 2 deletions config/german.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,12 @@ ZMK_COMBO(layer_3, &tog 3, 0 1, ALL, 25)

ZMK_BEHAVIOR(word_left, macro,
wait-ms = <100>;
tap-ms = <5>;
tap-ms = <40>;
bindings = <&kp LCTRL &kp LEFT>;
)
ZMK_BEHAVIOR(word_right, macro,
wait-ms = <100>;
tap-ms = <5>;
tap-ms = <40>;
bindings = <&kp LCTRL &kp RIGHT>;
)

Expand Down

0 comments on commit c26f34a

Please sign in to comment.