Skip to content

Commit

Permalink
fix: Add fix for bootloader behavior.
Browse files Browse the repository at this point in the history
* Until boards move to bootmode via retention subsystem,
  enable `NRF_STORE_REBOOT_TYPE_GPREGRET` by default.
  • Loading branch information
petejohanson committed Dec 4, 2023
1 parent b2301a7 commit 8c8929e
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 Tweaks

# Enable by default until boards move to retention subsystem
config NRF_STORE_REBOOT_TYPE_GPREGRET
default y

menu "HID"

choice ZMK_HID_REPORT_TYPE
Expand Down

0 comments on commit 8c8929e

Please sign in to comment.