mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-21 13:35:17 -05:00
7 lines
249 B
Plaintext
7 lines
249 B
Plaintext
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
|