summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkshay <[email protected]>2022-10-29 12:32:49 +0100
committerAkshay <[email protected]>2022-10-29 12:32:49 +0100
commitefebee917802d0d8a21bcd51e8dec2434217caff (patch)
tree6f9cf4d1d755e4d18033133b9a651957381b9d60
parentd2ed0007ed270c946a3e738322e10faba7628fc2 (diff)
add play layer
-rw-r--r--config/cradio.keymap17
1 files changed, 17 insertions, 0 deletions
diff --git a/config/cradio.keymap b/config/cradio.keymap
index 8495deb..fac2b8d 100644
--- a/config/cradio.keymap
+++ b/config/cradio.keymap
@@ -20,6 +20,9 @@
20/* krita base */ 20/* krita base */
21#define KRB 5 21#define KRB 5
22 22
23/* play */
24#define PLAY 6
25
23 26
24&mt { 27&mt {
25 flavor = "tap-preferred"; 28 flavor = "tap-preferred";
@@ -60,6 +63,11 @@
60 key-positions = <0 10 20>; 63 key-positions = <0 10 20>;
61 bindings = <&tog KRB>; 64 bindings = <&tog KRB>;
62 }; 65 };
66 combo_play {
67 timeout-ms = <100>;
68 key-positions = <9 19 29>;
69 bindings = <&tog PLAY>;
70 };
63 }; 71 };
64 72
65 keymap { 73 keymap {
@@ -117,5 +125,14 @@
117 &kp LS(LC(Z)) &kp LC(Z) &trans &trans 125 &kp LS(LC(Z)) &kp LC(Z) &trans &trans
118 >; 126 >;
119 }; 127 };
128
129 play {
130 bindings = <
131 &kp Q &kp W &kp E &kp R &kp T &kp Y &kp U &kp I &kp O &kp P
132 &kp A &kp S &kp D &kp F &kp G &kp H &kp J &kp UP &kp K &kp L
133 &kp Z &kp X &kp C &kp V &kp B &kp M &kp LEFT &kp DOWN &kp RIGHT &trans
134 &kp TAB &kp SPC &kp RET &kp BSPC
135 >;
136 };
120 }; 137 };
121}; 138};