hlcm

Results 4 issues of hlcm

could anyone tell me the poll rate of this blemouse? And how can i configure it. Thanks a lot!

#205 I recently create a pull request for adding nkrokeyboard support it contains new hid report descriptor template in src/class/hid/hid_device.h, a report payload struct for nkrokeyboard in src/class/hid/hid.h and a...

Feature

nkrokeyboard examples in examples/hid folder, tested on rp pico. and new descriptor template for nkrokeyboard, new report payload for sending report : ) imitate original codes (gamepad, mouse ... etc)...

## change fix setPin() for rp2040. Make it possible for rp2040 to support more than 8 led strips. (as #329 mentioned) ## modification: ~~~cpp #if defined(ARDUINO_ARCH_RP2040) if (!init) { delayMicroseconds(100);...