grblHAL / iMXRT1062

grblHAL driver for NXP iMXRT1062 (Teensy 4.x)
Other
51 stars 39 forks source link

Using native USB host port as HID input for wireless keyboards #78

Open karoria opened 10 months ago

karoria commented 10 months ago

Hi @terjeio I was wondering if I can use native USB host port of Teensy4.1 to connect wireless keyboard dongle and make it work like a pendant. This will save i2c keypad pins which can be used for some other tasks. You can point me how to do that if it is possible. Regards Ravi

terjeio commented 10 months ago

You will have to add host mode support, I have no idea of how much work it will be.

karoria commented 10 months ago

Thanks for quick response. I will study more on host mode.