Hi all.
I want to run the NRF52 dev kit as an HID keyboard, and I've got that working nicely thanks to the keyboard BLE peripheral in the SDK samples, but I also want to be able to configure the HW via some custom characteristics (I think I need my own service for that).
I want the hardware to pair to android, iphone, pc, etc as a keyboard with no additional setup for the user, but IF they want to configure the hardware via my custom service they can via either a generic BLE app or a custom one I will make.
Is this possible? To have a bog-standard keyboard HID ble peripheral, that can be customized via a custom service? If so, please can you point me at some information that will help me add this to the keyboard example from the SDK.
Thanks.