fix(boards): Make &bootloader
work on nrf52 for now.
* Use `NRF_STORE_REBOOT_TYPE_GPREGRET` to get bootloader behavior to work for now until retained bootmode is implemented.
This commit is contained in:
parent
3968d9febd
commit
8e9b4fa57c
1 changed files with 11 additions and 0 deletions
11
app/Kconfig
11
app/Kconfig
|
@ -37,6 +37,17 @@ config BT_DIS_MODEL
|
|||
config BT_DIS_MANUF
|
||||
default "ZMK Project"
|
||||
|
||||
# Hardware specific overrides
|
||||
|
||||
if SOC_SERIES_NRF52X
|
||||
|
||||
# Default on for our usage until boards implement retained bootmode.
|
||||
config NRF_STORE_REBOOT_TYPE_GPREGRET
|
||||
bool
|
||||
default y
|
||||
|
||||
endif
|
||||
|
||||
menu "HID"
|
||||
|
||||
choice ZMK_HID_REPORT_TYPE
|
||||
|
|
Loading…
Add table
Reference in a new issue