Skip to content

Commit

Permalink
feat: ergänzt Layer für Colemak DH
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelmejaeger committed Dec 10, 2024
1 parent 7ea084c commit c407af2
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion config/cradio.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,16 @@
key-positions = <20 21 22>;
bindings = <&sl L_FKEYS>;
};
combo_qwerty {
timeout-ms = <30>;
key-positions = <0 1 2 3>;
bindings = <&to 0>;
};
combo_colemak_dh {
timeout-ms = <30>;
key-positions = <20 21 22 23>;
bindings = <&to 6>;
};
};

/*
Expand All @@ -250,7 +260,7 @@

keymap {
compatible = "zmk,keymap";
0_querty {
0_qwerty {
bindings = <
&lt L_MM Q &kp W &kp E &kp R &kp T &kp Y &kp U &kp I &kp O &kp P
&hml LALT A &hml LGUI S &hmls LSHIFT D &hml LCTRL F &kp G &kp H &hmr RCTRL J &hmrs RSHFT K &hmr RGUI L &hmr LALT SEMICOLON
Expand Down Expand Up @@ -305,4 +315,13 @@
};

};

6_colemak_dh {
bindings = <
&lt L_MM Q &kp W &kp F &kp P &kp B &kp J &kp L &kp U &kp Y &kp SEMICOLON
&hml LALT A &hml LGUI R &hmls LSHIFT S &hml LCTRL T &kp G &kp M &hmr RCTRL N &hmrs RSHFT E &hmr RGUI I &hmr LALT O
&kp Z &kp X &kp C &hmla RALT D &kp V &kp K &hmra RALT H &kp COMMA &kp DOT &kp SLASH
&lt L_FKEYS SPC &lt L_NUMSYM SPC &lt L_NAV BSPC &lt L_BLE BSPC
>;
};
};

0 comments on commit c407af2

Please sign in to comment.