summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkshay <[email protected]>2022-10-17 17:29:10 +0100
committerAkshay <[email protected]>2022-10-17 17:29:10 +0100
commit0e30787cf293fe8b751675e9b162ea240d5ca2dc (patch)
tree9c6bde05f0f922a59e3a140f3ecee42bc0bbf824
parent48d4fe6786ae67a177dda2be4ec6e43bf1770e4b (diff)
add krita base
-rw-r--r--config/cradio.keymap17
1 files changed, 17 insertions, 0 deletions
diff --git a/config/cradio.keymap b/config/cradio.keymap
index f621c82..9d3bafe 100644
--- a/config/cradio.keymap
+++ b/config/cradio.keymap
@@ -17,6 +17,9 @@
17#define SYM 3 17#define SYM 3
18#define FUN 4 18#define FUN 4
19 19
20/* krita base */
21#define KRB 5
22
20 23
21&mt { 24&mt {
22 flavor = "tap-preferred"; 25 flavor = "tap-preferred";
@@ -52,6 +55,11 @@
52 key-positions = <0 1>; 55 key-positions = <0 1>;
53 bindings = <&out OUT_BLE>; 56 bindings = <&out OUT_BLE>;
54 }; 57 };
58 combo_krita {
59 timeout-ms = <100>;
60 key-positions = <0 10 20>;
61 bindings = <&tog KRB>;
62 };
55 }; 63 };
56 64
57 keymap { 65 keymap {
@@ -100,5 +108,14 @@
100 &trans &trans &trans &kp N0 108 &trans &trans &trans &kp N0
101 >; 109 >;
102 }; 110 };
111
112 krita_base_layer {
113 bindings = <
114 &kp M &trans &kp BSLH &kp LBKT &kp RBKT &trans &trans &trans &trans &trans
115 &trans &trans &kp F &kp I &kp O &trans &trans &trans &trans &trans
116 &kp LC(S) &trans &kp P &kp K &kp L &trans &trans &trans &trans &trans
117 &kp LS(LC(Z) &kp LC(Z) &trans &trans
118 >;
119 };
103 }; 120 };
104}; 121};