PaulStoffregen / USBHost_t36

USB Host Library for Teensy 3.6 and 4.0
165 stars 85 forks source link

Keyboard rawkeys #37

Closed plugz closed 4 years ago

plugz commented 4 years ago

Hi,

This PR allows registering callbacks that are called on raw key presses/releases. Pressing/Releasing a modifier key will also trigger the callbacks. The raw keycodes are not affected by any modifier key / numlock / capslock.