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 Dec 4, 2023
1 parent 0d722e3 commit 03bdce0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ config BT_DIS_MODEL
config BT_DIS_MANUF
default "ZMK Project"

# Hardware specific overrides

# Default on for our usage until boards implement retained bootmode.
config NRF_STORE_REBOOT_TYPE_GPREGRET
default y

menu "HID"

choice ZMK_HID_REPORT_TYPE
Expand Down

0 comments on commit 03bdce0

Please sign in to comment.