mass disable CAPS_WORD_ENABLE, LAYER_LOCK_ENABLE, REPEAT_KEY_ENABLE on failing keyboards

This commit is contained in:
Ilya Zhuravlev 2025-06-29 16:00:28 -06:00
parent f5eb9a8e92
commit 06c5bacdd6
172 changed files with 575 additions and 21 deletions

View file

@ -6,3 +6,7 @@ ENCODER_MAP_ENABLE = yes
# Firmware is too big, enable optimization
LTO_ENABLE = yes # Enable LTO
QMK_SETTINGS = no # Disable QMK settings
CAPS_WORD_ENABLE = no
LAYER_LOCK_ENABLE = no
REPEAT_KEY_ENABLE = no

View file

@ -5,3 +5,7 @@ ENCODER_MAP_ENABLE = yes
COMBO_ENABLE = no
KEY_OVERRIDE_ENABLE = no
CAPS_WORD_ENABLE = no
LAYER_LOCK_ENABLE = no
REPEAT_KEY_ENABLE = no