rastersoft
New member
Hi,
I've been building a keyboard, and I use a Teensy 2.0 on it and teensyduino to program it. The point is that I need the USB serial port too, to implement some features in my keyboard, but in the available configurations, with the serial port enabled, the multimedia keys don't work. Another user explained me that it is because the Atmega32U doesn't have enough endpoints for keyboard + mouse + joystick + serial + multimedia keys.
Based on this, I did a patch to add an extra option that offers Keyboard + mouse + serial + multimedia keys (and I can implement another for Keyboard + joystick + serial + multimedia keys if needed), and it works fine. Now I want to send the patch, but I can't find the github/gitlab repo...
Can someone help me with that?
Thanks.
I've been building a keyboard, and I use a Teensy 2.0 on it and teensyduino to program it. The point is that I need the USB serial port too, to implement some features in my keyboard, but in the available configurations, with the serial port enabled, the multimedia keys don't work. Another user explained me that it is because the Atmega32U doesn't have enough endpoints for keyboard + mouse + joystick + serial + multimedia keys.
Based on this, I did a patch to add an extra option that offers Keyboard + mouse + serial + multimedia keys (and I can implement another for Keyboard + joystick + serial + multimedia keys if needed), and it works fine. Now I want to send the patch, but I can't find the github/gitlab repo...
Can someone help me with that?
Thanks.