diff --git a/README.md b/README.md index c36fb8e4..c96ac1d9 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ The [Bluetooth HID library](BTHID.cpp) allows you to connect HID devices via Blu Currently HID mice and keyboards are supported. -It uses the standard BOOT protocol, but it is very easy to modify it for your device, you simply have do edit the parser. See the example: for more information. +It uses the standard Boot protocol by default, but it able to use the Report protocol as well. You would simply have to call ```setProtocolMode()``` and then parse ```HID_RPT_PROTOCOL``` as an argument. You will then have to modify the parser for your device. See the example: for more information. ### [SPP library](SPP.cpp)