* Add HID report/descriptor for a new report with mouse buttons, and x/y/wheel deltas. * New mouse key press behavior for press/release of mouse keys. * Add constants for HID main item values (e.g. data/array/absolute) * Define and use constants for our HID report IDs.
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>;
|
|
};
|
|
};
|
|
};
|