refactor(boards): Add boot mode support to nice!60 board

Enable boot mode for nice!60 board.
This commit is contained in:
Peter Johanson 2025-08-19 00:34:27 -06:00
parent dd0c8676bb
commit 47941a2b06
2 changed files with 4 additions and 0 deletions

View File

@ -3,3 +3,6 @@
config BOARD_NICE60
select SOC_NRF52840_QIAA
imply RETAINED_MEM
imply RETENTION
imply RETENTION_BOOT_MODE

View File

@ -6,6 +6,7 @@
/dts-v1/;
#include <nordic/nrf52840_qiaa.dtsi>
#include <common/nordic/nrf52840_uf2_boot_mode.dtsi>
#include <dt-bindings/led/led.h>
#include <dt-bindings/zmk/matrix_transform.h>