https://github.com/connorbp/usb_host_passthrough
https://github.com/connorbp/usb_host_passthrough
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/connorbp/usb_host_passthrough
- Owner: ConnorBP
- Created: 2023-01-30T04:42:38.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-05T02:09:42.000Z (about 1 year ago)
- Last Synced: 2025-04-05T03:19:03.338Z (about 1 year ago)
- Language: C++
- Size: 30.3 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Teensy 4.0 / 4.1 usb host passthrough
This is a simplistic initial version of my USB host passthrough device for the teensy. You can plug in a keyboard and mouse into it and let it passthrough the input at exceptionally fast speed so that it is un-noticable. These inputs can then be modified by incomming commands over serial, or by an algorithim in the code if you so choose to add one.
# NOTE:
The code in this repository requires you to apply the following patches to your teensy core source [https://github.com/ConnorBP/teensy4-core-custom](https://github.com/ConnorBP/teensy4-core-custom)
The fixes there correct some bugs with state resets and integer overflows in the core library.
# License
No warrenties or licenses are given, use at own risk.
No selling, and give credit.