Skip to content

Commit

Permalink
fix(boards): Make &bootloader work on nrf52 for now.
Browse files Browse the repository at this point in the history
* Use `NRF_STORE_REBOOT_TYPE_GPREGRET` to get bootloader behavior
  to work for now until retained bootmode is implemented.
  • Loading branch information
petejohanson committed Jan 3, 2024
1 parent c4dc6c5 commit 52741ac
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions app/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 52741ac

Please sign in to comment.