forked from kofal.net/zmk
refactor: replace quick_tap_ms with quick-tap-ms
* The underscore form of this property is deprecated.
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
#define SYM_L 4
|
#define SYM_L 4
|
||||||
|
|
||||||
// Using layer taps on thumbs, having quick tap as well helps w/ repeating space/backspace
|
// Using layer taps on thumbs, having quick tap as well helps w/ repeating space/backspace
|
||||||
< { quick_tap_ms = <200>; };
|
< { quick-tap-ms = <200>; };
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
behaviors {
|
behaviors {
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
#define SYM_L 3
|
#define SYM_L 3
|
||||||
|
|
||||||
// Using layer taps on thumbs, having quick tap as well helps w/ repeating space/backspace
|
// Using layer taps on thumbs, having quick tap as well helps w/ repeating space/backspace
|
||||||
< { quick_tap_ms = <200>; };
|
< { quick-tap-ms = <200>; };
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
behaviors {
|
behaviors {
|
||||||
|
|||||||
@@ -13,8 +13,8 @@
|
|||||||
#define RSE 2
|
#define RSE 2
|
||||||
#define ADJ 3
|
#define ADJ 3
|
||||||
|
|
||||||
< { quick_tap_ms = <200>; };
|
< { quick-tap-ms = <200>; };
|
||||||
&mt { quick_tap_ms = <200>; };
|
&mt { quick-tap-ms = <200>; };
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
keymap {
|
keymap {
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
compatible = "zmk,behavior-hold-tap";
|
compatible = "zmk,behavior-hold-tap";
|
||||||
#binding-cells = <2>;
|
#binding-cells = <2>;
|
||||||
tapping-term-ms = <200>;
|
tapping-term-ms = <200>;
|
||||||
quick_tap_ms = <0>;
|
quick-tap-ms = <0>;
|
||||||
flavor = "tap-preferred";
|
flavor = "tap-preferred";
|
||||||
bindings = <&kp>, <&kp>;
|
bindings = <&kp>, <&kp>;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user