fix(boards): Add flash/settings for XIAO BLE
* Ensure flash/NVS/settings configs are enabled.
This commit is contained in:
parent
41dc774848
commit
eca37b6219
1 changed files with 7 additions and 0 deletions
|
@ -6,3 +6,10 @@ CONFIG_UART_INTERRUPT_DRIVEN=n
|
|||
CONFIG_ZMK_USB=y
|
||||
CONFIG_ZMK_BLE=y
|
||||
|
||||
|
||||
CONFIG_MPU_ALLOW_FLASH_WRITE=y
|
||||
CONFIG_NVS=y
|
||||
CONFIG_SETTINGS_NVS=y
|
||||
CONFIG_FLASH=y
|
||||
CONFIG_FLASH_PAGE_LAYOUT=y
|
||||
CONFIG_FLASH_MAP=y
|
Loading…
Reference in a new issue