af9d6e9b05
tapping_term_ms -> tapping-term-ms quick_tap_ms -> quick-tap-ms The old style works, although it's deprecated.
18 lines
331 B
Text
18 lines
331 B
Text
/*
|
|
* Copyright (c) 2020 The ZMK Contributors
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*/
|
|
|
|
/ {
|
|
behaviors {
|
|
/omit-if-no-ref/ mt: behavior_mod_tap {
|
|
compatible = "zmk,behavior-hold-tap";
|
|
label = "MOD_TAP";
|
|
#binding-cells = <2>;
|
|
flavor = "hold-preferred";
|
|
tapping-term-ms = <200>;
|
|
bindings = <&kp>, <&kp>;
|
|
};
|
|
};
|
|
};
|