github jfedor2/hid-remapper r2024-01-03

latest releases: r2024-06-27, r2024-05-29, r2024-05-23...
8 months ago
  • Per-device mappings. You can now configure a mapping to only apply to a device connected to a certain port on a USB hub and have separate mappings for different devices.
  • "DPAD" expression operation. This simplifies the expressions needed to map four keys or buttons to a game controller d-pad. For example to make the arrow keys on a keyboard work as a d-pad you might use an expression like this:
0x00070050 input_state_binary
0x0007004f input_state_binary
0x00070052 input_state_binary
0x00070051 input_state_binary
dpad
  • Single Pico variant is again a "copy-to-RAM" binary, with some parts of the code kept in flash to save memory.

Don't miss a new hid-remapper release

NewReleases is sending notifications on new releases.