Compare commits

..

2 commits

Author SHA1 Message Date
61b60da4c0 Usar ZMK upstream 2022-08-19 12:18:44 +02:00
92379d1538 keymap: Volver a cambiar modtap 2022-08-19 12:18:29 +02:00
2 changed files with 8 additions and 10 deletions

View file

@ -62,12 +62,11 @@
label = "LEFT_POSITIONAL_HOLD_TAP"; label = "LEFT_POSITIONAL_HOLD_TAP";
#binding-cells = <2>; #binding-cells = <2>;
flavor = "tap-preferred"; flavor = "tap-preferred";
tapping-term-ms = <200>; tapping-term-ms = <150>;
quick-tap-ms = <200>; quick-tap-ms = <0>;
global-quick-tap;
bindings = <&kp>, <&kp>; bindings = <&kp>, <&kp>;
// hold-trigger-key-positions = <5 6 7 8 9 15 16 17 18 19 25 26 27 28 29 30 31 32 33 34 35>; // hold-trigger-key-positions = <5 6 7 8 9 15 16 17 18 19 25 26 27 28 29 30 31 32 33 34 35>;
hold-trigger-key-positions = <5 6 7 8 9 10 11 12 13 15 16 17 18 19 25 26 27 28 29 30 31 32 33 34 35>; // hold-trigger-key-positions = <5 6 7 8 9 10 11 12 13 15 16 17 18 19 25 26 27 28 29 30 31 32 33 34 35>;
}; };
rhm: right_hand_positional_hold_tap { rhm: right_hand_positional_hold_tap {
@ -75,12 +74,11 @@
label = "RIGHT_POSITIONAL_HOLD_TAP"; label = "RIGHT_POSITIONAL_HOLD_TAP";
#binding-cells = <2>; #binding-cells = <2>;
flavor = "tap-preferred"; flavor = "tap-preferred";
tapping-term-ms = <200>; tapping-term-ms = <150>;
quick-tap-ms = <200>; quick-tap-ms = <0>;
global-quick-tap;
bindings = <&kp>, <&kp>; bindings = <&kp>, <&kp>;
// hold-trigger-key-positions = <0 1 2 3 4 10 11 12 13 14 20 21 22 23 24 30 31 32 33 34 35>; // hold-trigger-key-positions = <0 1 2 3 4 10 11 12 13 14 20 21 22 23 24 30 31 32 33 34 35>;
hold-trigger-key-positions = <0 1 2 3 4 10 11 12 13 14 16 17 18 19 20 21 22 23 24 30 31 32 33 34 35>; // hold-trigger-key-positions = <0 1 2 3 4 10 11 12 13 14 16 17 18 19 20 21 22 23 24 30 31 32 33 34 35>;
}; };
conditional_layers { conditional_layers {

View file

@ -6,8 +6,8 @@ manifest:
url-base: https://github.com/andrewjrae url-base: https://github.com/andrewjrae
projects: projects:
- name: zmk - name: zmk
remote: andrewjrae remote: zmkfirmware
revision: global-quick-tap # revision: global-quick-tap
import: app/west.yml import: app/west.yml
self: self:
path: config path: config