diff options
author | Cem Aksoylar <[email protected]> | 2024-11-09 17:54:07 -0800 |
---|---|---|
committer | Pete Johanson <[email protected]> | 2024-11-12 18:38:33 -0700 |
commit | b0f5789b128f0f5599341398898fdb0e0407b2d3 (patch) | |
tree | 4672598b260cd1f55e23fc7781e73fd080b83500 | |
parent | 2a5b73f294deb2bec220e172eae7b490efac3274 (diff) | |
download | zmk-b0f5789b128f0f5599341398898fdb0e0407b2d3.tar.gz zmk-b0f5789b128f0f5599341398898fdb0e0407b2d3.zip |
fix: Disable display feature for settings_reset
-rw-r--r-- | app/boards/shields/settings_reset/settings_reset.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/boards/shields/settings_reset/settings_reset.conf b/app/boards/shields/settings_reset/settings_reset.conf index 4ed84df856..d4b2acd839 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 |