qmk_configurator
qmk_configurator copied to clipboard
Support autoshift
It would be awesome if autoshift could be enabled from the UI, similarly to Oryx, the ZSA configuration tool for their EZ keyboards.
Having the possibility to select the autoshift control keys would be a good addition too, as now I need to manually customise the firmware to have these.
Can someone give context for how much is already in place, versus how much would need to be added?
Is it just adding button placeholders to the UI? Or is it a combination of adding the JSON action (e.g. AutoShift[...]
) and the UI creation button?
Since it's a rules.mk change, this support would needed to be added to QMK cli first, then it could be supported in the UI.
I have a branch I've been working on that adds this (as well as a lot more.) I'm targeting the first develop merge in 2021.
@skullydazed any update on this one?