/* | |
* Copyright (c) 2023 Nordic Semiconductor ASA | |
* | |
* SPDX-License-Identifier: Apache-2.0 | |
*/ | |
/ { | |
hid_dev_0: hid_dev_0 { | |
compatible = "zephyr,hid-device"; | |
interface-name = "HID0"; | |
protocol-code = "none"; | |
in-polling-period-us = <1000>; | |
in-report-size = <64>; | |
}; | |
}; |