keyboardio / KeyboardioHID

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

Delay appending the HID descriptors until .begin() #62

Closed algernon closed 4 years ago

algernon commented 4 years ago

To be able to better control when and in which order HID descriptors are appended, delay doing so until calling .begin(), at least for NKRO-keyboard and Consumer- and SystemControl. The Mouse class was already doing the same.

This is a pre-requisite for #59.

algernon commented 4 years ago

FWIW, this is not dependent on keyboardio/Kaleidoscope#771, nor any other PR. But a followup for keyboardio/Kaleidoscope#771 will depend on this.