mirror of
https://github.com/dnlbauer/sofle-zmk-config.git
synced 2026-09-10 22:45:30 +00:00
faster tapdance
This commit is contained in:
@@ -15,6 +15,8 @@
|
|||||||
#define NAV 2
|
#define NAV 2
|
||||||
#define ADJUST 3
|
#define ADJUST 3
|
||||||
|
|
||||||
|
#define TAPTERM 100;
|
||||||
|
|
||||||
&caps_word {
|
&caps_word {
|
||||||
continue-list = <UNDERSCORE MINUS LS(MINUS) UP DOWN LEFT RIGHT BSPC DEL>;
|
continue-list = <UNDERSCORE MINUS LS(MINUS) UP DOWN LEFT RIGHT BSPC DEL>;
|
||||||
};
|
};
|
||||||
@@ -30,7 +32,7 @@
|
|||||||
// faster layertap
|
// faster layertap
|
||||||
< {
|
< {
|
||||||
quick-tap-ms = <0>;
|
quick-tap-ms = <0>;
|
||||||
tapping-term-ms = <150>;
|
tapping-term-ms = <TAPTERM>;
|
||||||
};
|
};
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
@@ -47,7 +49,7 @@
|
|||||||
compatible = "zmk,behavior-tap-dance";
|
compatible = "zmk,behavior-tap-dance";
|
||||||
label = "tdrstl";
|
label = "tdrstl";
|
||||||
#binding-cells = <0>;
|
#binding-cells = <0>;
|
||||||
tapping-term-ms = <200>;
|
tapping-term-ms = <TAPTERM>;
|
||||||
bindings = <&kp F5>, <&reset>;
|
bindings = <&kp F5>, <&reset>;
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -55,7 +57,7 @@
|
|||||||
compatible = "zmk,behavior-tap-dance";
|
compatible = "zmk,behavior-tap-dance";
|
||||||
label = "tdblclear";
|
label = "tdblclear";
|
||||||
#binding-cells = <0>;
|
#binding-cells = <0>;
|
||||||
tapping-term-ms = <200>;
|
tapping-term-ms = <TAPTERM>;
|
||||||
bindings = <&trans>, <&bt BT_CLR>;
|
bindings = <&trans>, <&bt BT_CLR>;
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -63,7 +65,7 @@
|
|||||||
compatible = "zmk,behavior-tap-dance";
|
compatible = "zmk,behavior-tap-dance";
|
||||||
label = "tdrstr";
|
label = "tdrstr";
|
||||||
#binding-cells = <0>;
|
#binding-cells = <0>;
|
||||||
tapping-term-ms = <200>;
|
tapping-term-ms = <TAPTERM>;
|
||||||
bindings = <&kp F6>, <&reset>;
|
bindings = <&kp F6>, <&reset>;
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -71,7 +73,7 @@
|
|||||||
compatible = "zmk,behavior-tap-dance";
|
compatible = "zmk,behavior-tap-dance";
|
||||||
label = "tdcaps";
|
label = "tdcaps";
|
||||||
#binding-cells = <0>;
|
#binding-cells = <0>;
|
||||||
tapping-term-ms = <200>;
|
tapping-term-ms = <TAPTERM>;
|
||||||
bindings = <&caps_word>, <&kp CAPS>;
|
bindings = <&caps_word>, <&kp CAPS>;
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -79,7 +81,7 @@
|
|||||||
compatible = "zmk,behavior-tap-dance";
|
compatible = "zmk,behavior-tap-dance";
|
||||||
label = "tapdance ctrl/capsword";
|
label = "tapdance ctrl/capsword";
|
||||||
#binding-cells = <0>;
|
#binding-cells = <0>;
|
||||||
tapping-term-ms = <200>;
|
tapping-term-ms = <TAPTERM>;
|
||||||
bindings = <&kp LCTRL>, <&caps_word>;
|
bindings = <&kp LCTRL>, <&caps_word>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user