Releases: jfedor2/hid-remapper
Releases · jfedor2/hid-remapper
r2023-01-19
- Multiple layer-activating sticky mappings on different layers with the same trigger button should now work. In particular this can be used to implement a "layer cycle" button, for example to emulate a DPI cycle button on a mouse.
- The user button on the Feather nRF52840 board should now work.
r2023-01-14
- It is now possible to define macros and trigger them through mappings. This allows for previously impossible things like mapping a button to double-click or having one key type some text.
- Mappings can now be present on more than one layer, which could reduce the number of mappings required in some configurations.
- Unmapped input passthrough now also works on layers other than 0 and can be enabled or disabled on each layer individually.
- Layer activating mappings are no longer implicitly present on all layers, but they are still forced to be present on the layer they activate.
- Some bugs related to sticky mapping handling were fixed.
r2022-12-29
This release makes it easier to flash B-side firmware on the custom boards. OpenOCD/picoprobe and non-standard USB cables are no longer required. Now you just flash the A side with remapper_board.uf2
and then click "Flash B side" on the web config tool. In the future it would be nice to eliminate that last step and make it automatic.
(It also works on the dual Pico version, but you have to connect two additional wires: GPIO2 on board A to SWCLK on board B and GPIO3 on board A to SWDIO on board B.)
r2022-12-16
r2022-12-16