- 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.