You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for your library! I just got a Teensy 4.0, and was able to use the MouseKeyboardForward.ino sketch with a Dell keyboard right out of the box.
My project is to build an HID remapper for my Apple Magic Keyboard A1843, so I can type Command-C and have the office PC receive Ctrl-C (among other features, such as media keys sending UART commands to my iPod).
For the Magic Keyboard, it didn't work when I first plugged it in. I investigated further, and made the following changes to support typing and modifier keys.
Thank you for your library! I just got a Teensy 4.0, and was able to use the MouseKeyboardForward.ino sketch with a Dell keyboard right out of the box.
My project is to build an HID remapper for my Apple Magic Keyboard A1843, so I can type Command-C and have the office PC receive Ctrl-C (among other features, such as media keys sending UART commands to my iPod).
For the Magic Keyboard, it didn't work when I first plugged it in. I investigated further, and made the following changes to support typing and modifier keys.
C:\Users\burkipe\AppData\Local\Arduino15\packages\teensy\hardware\avr\1.59.0\libraries\USBHost_t36\keyboard.cpp
Now I'm trying to support the CAPS lock LED.
TinyUSB is able to switch on the LED correctly using a Raspberry Pi Pico, by sending the following commands:
On the Teensy,
is sending correctly, but the second IN transaction is STALLing.
How do I ACK the IN transaction from the keyboard?
The text was updated successfully, but these errors were encountered: