Skip to content

Commit

Permalink
Updated corne.keymap
Browse files Browse the repository at this point in the history
  • Loading branch information
keymap-editor[bot] committed Sep 3, 2024
1 parent 5bcb3a9 commit b7c3273
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions config/corne.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
*/

#include <behaviors.dtsi>
#include <dt-bindings/zmk/keys.h>
#include <dt-bindings/zmk/bt.h>
#include <dt-bindings/zmk/keys.h>
#include <dt-bindings/zmk/outputs.h>

#define DEFAULT 0
Expand All @@ -15,7 +15,7 @@
#define NAV 3

/ {
behaviors {
behaviors {
htp: homerow_mods {
compatible = "zmk,behavior-hold-tap";
label = "HOMEROW_MODS";
Expand All @@ -27,43 +27,43 @@
};
};

keymap {
compatible = "zmk,keymap";
keymap {
compatible = "zmk,keymap";

default_layer {
bindings = <
default_layer {
bindings = <
&kp TAB &htp LS(Q) Q &htp LS(W) W &htp LS(F) F &htp LS(P) P &htp LS(G) G &htp LS(J) J &htp LS(L) L &htp LS(U) U &htp LS(Y) Y &htp LS(SEMI) SEMI &kp ESC
&kp LALT &htp LS(A) A &htp LS(R) R &htp LS(S) S &htp LS(T) T &htp LS(D) D &htp LS(H) H &htp LS(N) N &htp LS(E) E &htp LS(I) I &htp LS(O) O &htp LS(SQT) SQT
&kp LSHFT &htp LS(Z) Z &htp LS(X) X &htp LS(C) C &htp LS(V) V &htp LS(B) B &htp LS(K) K &htp LS(M) M &htp SEMI COMMA &htp LS(DOT) DOT &htp LS(FSLH) FSLH &mo 1
&kp BSPC &htp LCTL BSPC &kp RET &kp RET &lt 2 SPC &mo 3
>;
};
>;
};

system {
bindings = <
&kp F8 &kp F1 &kp F2 &kp F3 &trans &trans &trans &trans &trans &trans &trans &kp F8
system {
bindings = <
&kp F8 &kp F1 &kp F2 &kp F3 &trans &trans &trans &trans &trans &trans &kp F2 &kp F8
&trans &trans &trans &trans &trans &trans &out OUT_TOG &trans &kp C_VOL_UP &kp C_VOL_DN &kp C_MUTE &trans
&trans &trans &trans &trans &trans &trans &bt BT_CLR &bt BT_SEL 0 &bt BT_SEL 1 &bt BT_SEL 2 &bt BT_SEL 3 &bt BT_SEL 4
&trans &trans &trans &trans &trans &trans
>;
};

symbols {
bindings = <
symbols {
bindings = <
&kp GRAVE &htp LS(N1) N1 &htp LS(N2) N2 &htp LS(N3) N3 &htp LS(N4) N4 &htp LS(N5) N5 &htp LS(N6) N6 &htp LS(N7) N7 &htp LS(N8) N8 &htp LS(N9) N9 &htp LS(N0) N0 &trans
&kp PIPE &kp EQUAL &kp MINUS &kp UNDER &kp COLON &kp TILDE &kp PG_UP &kp LEFT &kp UP &kp DOWN &kp RIGHT &trans
&kp BSLH &kp GT &kp PLUS &kp RBRC &kp SEMI &kp GRAVE &kp PG_DN &kp DEL &trans &trans &trans &trans
&trans &trans &trans &trans &trans &trans
>;
};

brackets {
bindings = <
brackets {
bindings = <
&kp GRAVE &htp LS(N1) N1 &htp LS(N2) N2 &htp LS(N3) N3 &htp LS(N4) N4 &htp LS(N5) N5 &htp LS(N6) N6 &htp LS(N7) N7 &htp LS(N8) N8 &htp LS(N9) N9 &htp LS(N0) N0 &trans
&trans &kp LT &kp LBRC &kp LBKT &kp LPAR &kp COLON &kp PG_UP &kp LEFT &kp UP &kp DOWN &kp RIGHT &trans
&trans &kp GT &kp RBRC &kp RBKT &kp RPAR &kp UNDER &kp PG_DN &kp DEL &trans &trans &trans &trans
&trans &trans &trans &trans &trans &trans
>;
};
};
};
};

0 comments on commit b7c3273

Please sign in to comment.