diff --git a/app/boards/shields/settings_reset/settings_reset.conf b/app/boards/shields/settings_reset/settings_reset.conf index 4ed84df856a..d4b2acd839b 100644 --- a/app/boards/shields/settings_reset/settings_reset.conf +++ b/app/boards/shields/settings_reset/settings_reset.conf @@ -2,3 +2,5 @@ CONFIG_SETTINGS=y CONFIG_ZMK_SETTINGS_RESET_ON_START=y # Disable BLE so splits don't try to re-pair until normal firmware is flashed. CONFIG_ZMK_BLE=n +# Disable displays so status screens that rely on BLE do not fail the build. +CONFIG_ZMK_DISPLAY=n