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:
Peter Johanson 2023-12-04 14:39:41 -08:00 committed by Pete Johanson
parent 3968d9febd
commit 8e9b4fa57c

View File

@ -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