PaulStoffregen / USBHost_t36

USB Host Library for Teensy 3.6 and 4.0
167 stars 86 forks source link

new function hooks in KeyboardController class #18

Open kunzjacq opened 6 years ago

kunzjacq commented 6 years ago

in KeyboardController class:

With these changes (and a few changes in core), it is easy to make a keyboard passthrough on the teensy 3.6.

Macrosii commented 6 years ago

Thanks for this the modifiersChangedFunction was exactly what I wanted and works as stated. Paul - please merge if you have time.

gdsports commented 6 years ago

The reportReaderFunction works as described. This makes it very easy to create a keyboard pass through/proxy.

cyberluke commented 3 years ago

Why is it still open? Merge it to master please.