223edf05ad
* Use extra comptible = "zmk,behavior-global" to add behaviors to global bindings for event notification. * Implement mod-tap, as a keymap binding and global one to skip tap if other keycode pressed while held.
9 lines
164 B
Text
9 lines
164 B
Text
/ {
|
|
behaviors {
|
|
mt: behavior_mod_tap {
|
|
compatible = "zmk,behavior-mod-tap", "zmk,behavior-global";
|
|
label = "MOD_TAP";
|
|
#binding-cells = <2>;
|
|
};
|
|
};
|
|
};
|