Comment by ddtaylor
12 hours ago
I had the opposite problem actually I think. I have these small nano teensy USB things that are programmable similar to Arduino, but they have a poor negotiation at start. I was using these to automate keyboard activity, so when plugged in they appear as a USB HID.
This crappy 7 port hub is one of the only ones that "works" to reprogram the chips over USB. Direct connections and other hubs cause it to always appear as a HID and never appear as a thing that can be reprogrammed.
> I was using these to automate keyboard activity,
I’m interested.
I was automatong pressing 1, 2, 3, 4, 5 in a loop with a knob to adjust the loop time. This was to protest Path of Exile potion management requiring you to constantly press that for hours near end game. Also, to be clear, this is not a good potion strategy in terms of being competitive, it's a survival mechanism.
I'm curios why go HW route versus programming a keeb/mouse/ahk macro? For example, that one time I had a build in Diablo 4 where I needed to constantly rotate abilities to maintain it, which I solved with a macro on repeat that was toggled on/off with a button press. Does PoE discourage macro/ahk use?
1 reply →
You can check my own project doing the same. It's a one key keyboard that also can be set to jiggle the mouse a bit.
https://github.com/markomarkovic/nena-ilo-lili
Did you use generative AI to design this? Superpowers plugin? This is cool, but if you did use AI that’s another level of cool :)
https://github.com/markomarkovic/nena-ilo-lili/blob/main/doc...
2 replies →