Comment by sulicat

Comment by sulicat a day ago

2 replies

I'm making an HID translation dongle.

In programming mode, its a flash drive you can put LUA scripts on.

In run mode, you can select a lua script to run. Lua scripts can take HID input and produce HID output.

All open source, hardware and software: https://github.com/cedarhacks/ReMapper

It can do things like keyboard -> joystick mapping, key logging, macros, mouse wiggling etc etc

p2edwards a day ago

Hey cool! I've been wanting something like this for a while.

Would it be able to take multiple inputs?

  • sulicat a day ago

    There's plans for a future iteration to be able to (I want to decouple multiple keyboard inputs!).

    However in the git repo and prototype, ATM it's 1 input 1 output.