feat(metadata): Add metadata to the mouse_key_press behavior (#2950)

Adds metadata to the mouse key press behavior so that mouse buttons can be
configured through studio
This commit is contained in:
George Norton
2025-06-02 19:32:18 +01:00
committed by GitHub
parent 9da5d3ba82
commit 239baa4875
2 changed files with 28 additions and 1 deletions

View File

@@ -14,6 +14,7 @@
mkp: mouse_key_press {
compatible = "zmk,behavior-mouse-key-press";
#binding-cells = <1>;
display-name = "Mouse Key Press";
};
};