Hi,
I was wondering if it is possible to create a program that can control mouse movement as well as perform some keyboard button functionality at the same time?
Hi,
I was wondering if it is possible to create a program that can control mouse movement as well as perform some keyboard button functionality at the same time?
Hi,
I still haven't tackled the issue. Need help...
Hi,
I still haven't tackled the issue. Need help...
Hi Hari,
You would need to add a descriptor in the code.
I would suggest that you begin with the mouse example as reference.
To answer your past question, you would need to make one for keyboard as well.
ble_hids_init_t hids_init_obj_keyboard; ble_hids_init_t hids_init_obj_mouse;
(You could also check out this tutorial, just to give you an idea how to make a custom service)