Open numerys opened 2 years ago
I'm also curious about this possibility (any controller, just being able to do USB-based chaining at all, as opposed to TRRS etc, or more preferably a way to act like a usb hub with one or more arbitrary devices plugged in). I don't mind doing a little programming but I'm a little out of my element here [as a web developer by day] and want to avoid wasting time on unrealistic ideas.
For that I would like to use 2 x Teensy 4.1. For each side one Teensy. Is it possible to use the internal usb-port of T4.1 with kint? That would be my main-concern. I guess the compilation / installation will be ok, but what are your thoughts about the usb-port of the T4.1? Is there any chance to daisy-chain?
kint is just a hardware board, so I think your question should read “is it possible to use the second USB port on the Teensy 4.1 with QMK” (because you’ll likely use your own board).
QMK uses ChibiOS, which in turn uses NXP‘s SDK. While the NXP SDK supports both USB ports, ChibiOS doesn’t, and QMK doesn’t either.
Adding the required support requires decent familiarity with how USB stacks work (and how NXP’s works in particular), and even then will take weeks to months.
Hence, I don’t think it’s a good idea to use USB for connecting the two controllers.
My recommendation would be to use a different way of connecting the two controllers. What speaks against TRRS?
that's a helpful answer from my perspective, thanks!
the use i had in mind was to have things like a yubikey or fingerprint reader mounted on the keyboard.
For that, I recommend using a USB hub.
As it happens, I have published a design that you can build: https://michael.stapelberg.ch/posts/2018-04-17-kinx-usb-hub/
ooh _very_ helpful!
-------- Original Message -------- On Dec 31, 2021, 5:45 PM, Michael Stapelberg < @.***> wrote:
For that, I recommend using a USB hub.
As it happens, I have published a design that you can build: https://michael.stapelberg.ch/posts/2018-04-17-kinx-usb-hub/
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>
I want to build a split keyboard which daisy-chains (eg. computer---kb_left---kb_right---mouse) and I would like to use mainline-qmk (python3 -m pip install --user qmk).
For that I would like to use 2 x Teensy 4.1. For each side one Teensy. Is it possible to use the internal usb-port of T4.1 with kint? That would be my main-concern. I guess the compilation / installation will be ok, but what are your thoughts about the usb-port of the T4.1? Is there any chance to daisy-chain?