lancaster-university / codal-core

MIT License
12 stars 27 forks source link

Don't send the report when updating modifier #123

Open pelikhan opened 4 years ago

pelikhan commented 4 years ago

I'm trying to get our HID driver to work and issue global hotkeys. OBS detect the key+modifiers in the application but not globally. I suspect that we send our reports in chunks which much confuse it?

https://github.com/lancaster-university/codal-core/blob/5357bc58fdfd406da2b036ed3f13713383ca6d49/source/drivers/HIDKeyboard.cpp#L539