Skip to content

Commit

Permalink
afdsfaasd3333311fffffff
Browse files Browse the repository at this point in the history
  • Loading branch information
haShinui committed May 14, 2024
1 parent be95bb7 commit c2e8147
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
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 A &kp C_AC_REDO &mkp LCLK &kp LEFT &kp UP &kp DOWN_ARROW &kp RIGHT &mkp RCLK
&kp BACKSPACE &deae &deoe &deue &kp K_REDO &kp K_UNDO &mkp LCLK &kp LEFT &kp UP &kp DOWN_ARROW &kp RIGHT &mkp RCLK
&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 &mt LCTRL SPACE &kp LEFT_SHIFT &kp RALT
>;
Expand Down
17 changes: 17 additions & 0 deletions config/german.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,22 @@ ZMK_BEHAVIOR(fr_u_c, tap_dance,
bindings = <&fr_u_circumflex>, <&fr_c_cedilla>;
)

ZMK_BEHAVIOR(deae, tap_dance,
tapping-term-ms = <200>;
bindings = <&kp K_COPY>, <&deae>;
)

ZMK_BEHAVIOR(deoe, tap_dance,
tapping-term-ms = <200>;
bindings = <&kp K_COPY>, <&de_oe>;
)

ZMK_BEHAVIOR(deue, tap_dance,
tapping-term-ms = <200>;
bindings = <&kp K_CUT>, <&de_ue>;
)

/*
ZMK_BEHAVIOR(deae, tap_dance,
tapping-term-ms = <200>;
bindings = <&kp K_COPY>, <&de_ae>;
Expand All @@ -61,3 +77,4 @@ ZMK_BEHAVIOR(deue, tap_dance,
tapping-term-ms = <200>;
bindings = <&kp K_CUT>, <&de_ue>;
)
*/

0 comments on commit c2e8147

Please sign in to comment.