9 lines
228 B
Text
9 lines
228 B
Text
/ {
|
|
behaviors {
|
|
/omit-if-no-ref/ mkp: behavior_mouse_key_press {
|
|
compatible = "zmk,behavior-mouse-key-press";
|
|
label = "MOUSE_KEY_PRESS";
|
|
#binding-cells = <1>;
|
|
};
|
|
};
|
|
};
|