forked from kofal.net/zmk
fix(boards): Add flash/settings for XIAO BLE
* Ensure flash/NVS/settings configs are enabled.
This commit is contained in:
committed by
Pete Johanson
parent
41dc774848
commit
eca37b6219
@@ -6,3 +6,10 @@ CONFIG_UART_INTERRUPT_DRIVEN=n
|
|||||||
CONFIG_ZMK_USB=y
|
CONFIG_ZMK_USB=y
|
||||||
CONFIG_ZMK_BLE=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
|
||||||
Reference in New Issue
Block a user