We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59aa1b3 commit 4f51718Copy full SHA for 4f51718
examples/zephyr-subsys-usb-hid-mouse/zephyr/app.overlay
@@ -7,9 +7,9 @@
7
/ {
8
hid_dev_0: hid_dev_0 {
9
compatible = "zephyr,hid-device";
10
- interface-name = "HID0";
11
- protocol-code = "keyboard";
12
- in-report-size = <64>;
+ label = "HID0";
+ protocol-code = "none";
13
in-polling-period-us = <1000>;
+ in-report-size = <64>;
14
};
15
0 commit comments