tmk / tmk_core

TMK keyboard library
161 stars 59 forks source link

Use TMK for virtual devices #32

Closed ivanjermakov closed 4 years ago

ivanjermakov commented 4 years ago

Instead of scanning matrix, receive state changes from existing event device. Run TMK on PC, instead of keyboard controller. Send reports to virtual devices, for example to linux kernel module uinput. So TMK can be ran for any non-programmable input device. I am not requesting this as a feature, but I would like to hear some feedback and ideas on how this can be implemented around TMK.