You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
VIA_ENABLE = yes
VIAL_ENABLE = yes
LTO_ENABLE = yes
# Enabling QMK settings takes control over things like AUTO_SHIFT_ENABLE
# I didn't yet figured out how to provide defaults for these QMK settings
QMK_SETTINGS = yes
AUTO_SHIFT_ENABLE = yes
RGBLIGHT_ENABLE = no
RGB_MATRIX_ENABLE = no # Can't have RGBLIGHT and RGB_MATRIX at the same time.
MOUSEKEY_ENABLE = yes
OLED_ENABLE = yes
EXTRAKEY_ENABLE = no
COMBO_ENABLE = no
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: