2020-11-12 08:10:29 +11:00
|
|
|
/*
|
|
|
|
* Copyright (c) 2020 The ZMK Contributors
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: MIT
|
|
|
|
*/
|
|
|
|
|
2020-06-22 11:43:44 +10:00
|
|
|
/ {
|
|
|
|
behaviors {
|
|
|
|
mt: behavior_mod_tap {
|
2020-09-01 22:37:37 +10:00
|
|
|
compatible = "zmk,behavior-hold-tap";
|
2020-06-22 11:43:44 +10:00
|
|
|
label = "MOD_TAP";
|
|
|
|
#binding-cells = <2>;
|
2020-09-01 22:37:37 +10:00
|
|
|
flavor = "hold-preferred";
|
|
|
|
tapping_term_ms = <200>;
|
|
|
|
bindings = <&kp>, <&kp>;
|
2020-06-22 11:43:44 +10:00
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|