Open andruhon opened 3 months ago
https://github.com/vial-kb/vial-qmk/blob/vial/quantum/qmk_settings.c#L165,Change QS.auto_shift = 0; to QS.auto_shift = 1;
Thank you @Solodros ! This change seems to solve the issue. I have created a PR using AUTO_SHIFT_ENABLE instead of 0
I have the following rules.mk in my layout
When QMK_SETTINGS is
no
, autoshift works as expected, once QMK_SETTINGS is enabled it does not work after flashing and has to be enabled from UI.I would expect the default configuration to be picked up.