this repo has no description
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

add krita base

Akshay 0e30787c 48d4fe67

+17
+17
config/cradio.keymap
··· 17 17 #define SYM 3 18 18 #define FUN 4 19 19 20 + /* krita base */ 21 + #define KRB 5 22 + 20 23 21 24 &mt { 22 25 flavor = "tap-preferred"; ··· 51 54 timeout-ms = <20>; 52 55 key-positions = <0 1>; 53 56 bindings = <&out OUT_BLE>; 57 + }; 58 + combo_krita { 59 + timeout-ms = <100>; 60 + key-positions = <0 10 20>; 61 + bindings = <&tog KRB>; 54 62 }; 55 63 }; 56 64 ··· 100 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 };