Demo of 8K HID motion

Hi,

    There are 8K functions in nrf_desktop, but this example is too complicated. My own example is relatively simple. I want to integrate 8K functions. At present, overlay has adjusted in-polling-period-us = <125 >. What macros or definitions or codes need to be added to realize the function of 8K?

    hid_dev_0: hid_dev_0 {
        compatible = "zephyr,hid-device";
        label = "HID0";
        protocol-code = "mouse";
        in-polling-period-us = <125>;
        in-report-size = <64>;
    };
Related