r2024-05-23
github-actions
released this
23 May 20:55
·
47 commits
to master
since this release
- HID Remapper now supports the boot keyboard protocol. It means it should work (as a keyboard only) in some places it previously didn't, like BIOS-es and bootloaders, especially on older computers.
- Expressions can now have
/* comments */
. They are not saved on device, so if you save the configuration to a device and then load, they will be lost. They are however preserved if you export the configuration to a JSON file and later import it. - "Switch gamepad" now emulates a Horipad controller. It should make no difference on a Switch, but on PC it should now have correct button/axis mapping by default in some places like Chrome and Steam.
- Expressions longer than 255 operations should now be saved correctly.