ncs 2.4.2, windows 10, nrf52840
Hello,
I have made some changes to use nrf desktop as mouse and keyboard by adding these lines to configuration/nrf52840dk_nrf52840/prj_keyboard.conf.
ncs 2.4.2, windows 10, nrf52840
Hello,
I have made some changes to use nrf desktop as mouse and keyboard by adding these lines to configuration/nrf52840dk_nrf52840/prj_keyboard.conf.
Hello,
I have not seen this problem before, but to narrow down the problem, please try to increase the priority of your workqueue thread as mentioned here: https://github.com/zephyrproject-rtos/zephyr/issues/49390 , and see if it makes any difference. If not, I will try to see if I can reproduce the issue here.
Kconfig symbol to set the workqueue thread priority:
Thanks,
Vidar
Ok, after poking around some Kconfigs, I have found the problem.
When you CONFIG_SHELL=y, the mouse motion is not generated by default. You need to enable it with shell command "motion_sim start".
Ok, after poking around some Kconfigs, I have found the problem.
When you CONFIG_SHELL=y, the mouse motion is not generated by default. You need to enable it with shell command "motion_sim start".