mirror of https://github.com/zmkfirmware/zmk.git
refactor(boards): Add boot mode support to nice!60 board
Enable boot mode for nice!60 board.
This commit is contained in:
parent
dd0c8676bb
commit
47941a2b06
|
|
@ -3,3 +3,6 @@
|
|||
|
||||
config BOARD_NICE60
|
||||
select SOC_NRF52840_QIAA
|
||||
imply RETAINED_MEM
|
||||
imply RETENTION
|
||||
imply RETENTION_BOOT_MODE
|
||||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue