Hi,
I'm still debugging a few things on a custom keyboard project which uses nRF Desktop with nRF Connect v 2.1.0.
It seems like caps lock is handled automatically and it works, but the customer noticed that num lock wasn't resulting in numbers being sent instead of the default behavior for our keys. Which keys are supposed send which number when in num lock mode are nonstandard and custom to our keyboard - for instance when num lock is on we want the "K" key to send the number 2.
Does nRF Desktop have a way to specify which alternate keys are sent when num lock is active - or do I have to somehow detect from the HID output report that it is active and intercept and fake out the keypresses (which I've already done for some customized function key behavior)?
Thanks,
Glen