Compare commits

...

5 commits

Author SHA1 Message Date
2338ee4de3 Permitir tildes 2022-11-09 16:58:52 -03:00
ce80d77142 Hacer stickys durar mas 2022-11-09 16:57:31 -03:00
3e62afb421 Indent 2022-11-08 15:20:34 -03:00
efda638d5e Increase esc combo timeout 2022-11-08 15:20:17 -03:00
82f2a3293b caps word 2022-11-08 13:12:46 -03:00

View file

@ -24,6 +24,10 @@
tapping-term-ms = <150>; tapping-term-ms = <150>;
quick-tap-ms = <0>; quick-tap-ms = <0>;
}; };
&sk {
release-after-ms = <2000>;
quick-release;
};
/ { / {
combos { combos {
@ -54,12 +58,12 @@
//COMBO(equal, &kp EQUAL, 12 23, 100) //COMBO(equal, &kp EQUAL, 12 23, 100)
COMBO(enter, &kp ENTER, 13 23, 120) COMBO(enter, &kp ENTER, 13 23, 120)
COMBO(escape, &kp ESC, 20 12 13, 120) COMBO(escape, &kp ESC, 20 12 13, 180)
COMBO(reset_left, &bootloader, 0 1 2 3, 100) COMBO(reset_left, &bootloader, 0 1 2 3, 100)
COMBO(reset_right, &bootloader, 6 7 8 9, 100) COMBO(reset_right, &bootloader, 6 7 8 9, 100)
COMBO(caps_word, &caps_word, 10 19, 40) COMBO(caps_word, &caps_word, 20 21 22 13, 180)
}; };
behaviors { behaviors {
@ -131,7 +135,7 @@
mod_layer { mod_layer {
bindings = < bindings = <
&none &none &kp C_VOL_UP &kp C_VOL_DN &kp C_MUTE &none &none &kp TAB &none &bootloader &none &sk RALT &kp C_VOL_UP &kp C_VOL_DN &kp C_MUTE &none &none &kp TAB &none &bootloader
&sk LSHFT &sk LALT &sk LCTRL &sk LGUI &kp BACKSPACE &kp LEFT &kp DOWN &kp UP &kp RIGHT &none &sk LSHFT &sk LALT &sk LCTRL &sk LGUI &kp BACKSPACE &kp LEFT &kp DOWN &kp UP &kp RIGHT &none
&out OUT_TOG &bt BT_SEL 3 &bt BT_SEL 2 &bt BT_CLR &kp PRINTSCREEN &kp HOME &kp PG_DN &kp PG_UP &kp END &kp RETURN &out OUT_TOG &bt BT_SEL 3 &bt BT_SEL 2 &bt BT_CLR &kp PRINTSCREEN &kp HOME &kp PG_DN &kp PG_UP &kp END &kp RETURN
&trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans