WootingKb / wooting-rgb-sdk

Customize colors on Wooting Keyboard #WootDev
Mozilla Public License 2.0
62 stars 15 forks source link

Fix Windows DLL exports and add HID read methods to WootingUSB #41

Closed BigBrainAFK closed 3 years ago

BigBrainAFK commented 3 years ago

This PR fixes the missing exports in the Wooting USB header. It also adds 3 new functions for reading the HID result. 2 of these functions are just reading the result separately with and without timeout. The third function is a send feature function with included response written into a pointer handed to the function.

I have also improved the debug logs a tiny bit to reflect what features are send in logs.