keyboardio / KeyboardioHID

A HID library for Arduino
MIT License
34 stars 17 forks source link

Alternative workaround for the GD32 `void*` -> `uint16_t*` cast problem #84

Closed gedankenexperimenter closed 2 years ago

gedankenexperimenter commented 2 years ago

This is an alternative to #83, with the code changes confined to the method implementations in the affected source files. It has the benefit of not affecting the virtual HID code in Kaleidoscope, and I think it's much easier to follow than the union approach.