summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkshay <[email protected]>2022-07-03 13:56:33 +0100
committerAkshay <[email protected]>2022-07-03 13:56:33 +0100
commitf2597ab5e4d46c42db5ee155c8896f3b549c73e7 (patch)
treec4450d3f3de59244a22fe41a4d351b2e4fce88f6
parent7ce43aa9ee819b2f9439e6e4d77534ad718bec17 (diff)
add layers
-rw-r--r--config/cradio.keymap32
1 files changed, 28 insertions, 4 deletions
diff --git a/config/cradio.keymap b/config/cradio.keymap
index e2d2cd5..691354d 100644
--- a/config/cradio.keymap
+++ b/config/cradio.keymap
@@ -29,10 +29,34 @@
29 compatible = "zmk,keymap"; 29 compatible = "zmk,keymap";
30 default_layer { 30 default_layer {
31 bindings = < 31 bindings = <
32 &kp Q &kp W &kp F &kp P &kp G &kp J &kp L &kp U &kp Y &kp SCLN 32 &kp Q &kp W &kp F &kp P &kp G &kp J &kp L &kp U &kp Y &kp SCLN
33 &kp A &kp R &kp S &kp T &kp D &kp H &kp N &kp E &kp I &kp O 33 &kp A &kp R &kp S &kp T &kp D &kp H &kp N &kp E &kp I &kp O
34 &kp Z &kp X &kp C &kp V &kp B &kp K &kp M &kp CMMA &kp DOT &kp FSLH 34 &kp Z &kp X &kp C &kp V &kp B &kp K &kp M &kp CMMA &kp DOT &kp FSLH
35 &kp TAB &kp SPC &kp RET &kp BSPC 35 &kp TAB &lt NAV SPC &lt NUM RET &lt SYM BSPC
36 >;
37 };
38 nav_layer {
39 bindings = <
40 &trans &trans &trans &trans &trans &trans &kp LBRC &kp RBRC &kp LPAR &kp RPAR
41 &trans &trans &trans &trans &trans &kp LEFT &kp DOWN &kp UP &kp RIGHT &trans
42 &trans &trans &trans &trans &trans &trans &kp LBKT &kp RBKT &trans &trans
43 &trans &trans &trans &trans
44 >;
45 };
46 num_layer {
47 bindings = <
48 &trans &trans &trans &trans &trans &trans &kp LBRC &kp RBRC &kp LPAR &kp RPAR
49 &trans &trans &trans &trans &trans &kp LEFT &kp DOWN &kp UP &kp RIGHT &trans
50 &trans &trans &trans &trans &trans &trans &kp LBKT &kp RBKT &trans &trans
51 &trans &trans &trans &trans
52 >;
53 };
54 sym_layer {
55 bindings = <
56 &trans &trans &trans &trans &trans &trans &kp LBRC &kp RBRC &kp LPAR &kp RPAR
57 &trans &trans &trans &trans &trans &kp LEFT &kp DOWN &kp UP &kp RIGHT &trans
58 &trans &trans &trans &trans &trans &trans &kp LBKT &kp RBKT &trans &trans
59 &trans &trans &trans &trans
36 >; 60 >;
37 }; 61 };
38 }; 62 };