5 ms·
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
by sulicat 10mo ago
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 https://github.com/cedarhacks/ReMapper
It can do things like keyboard -> joystick mapping, key logging, macros, mouse wiggling etc etc
- p2edwards 10mo agoHey cool! I've been wanting something like this for a while. Would it be able to take multiple inputs?
- sulicat 10mo agoThere'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.