mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-19 20:45:18 -05:00
Enable ZMK_BOOTMODE_MAGIC_VALUE_BOOTLOADER_TYPE_ADAFRUIT_NRF52 for nRF52833, add nrf52833_uf2_boot_mode.dtsi as a copy of the nRF52840 file for easy inclusion. Enable retention for all nrfmicro subvariants (as this is the only in-tree board that uses the nRF52833). This fixes &bootloader for nRF52833 boards post-4.1 upgrade.
13 lines
377 B
Plaintext
13 lines
377 B
Plaintext
# nrfmicro board configuration
|
|
|
|
# Copyright (c) 2020 The ZMK Contributors
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
config BOARD_NRFMICRO
|
|
select SOC_NRF52840_QIAA if BOARD_NRFMICRO_NRF52840
|
|
select SOC_NRF52840_QIAA if BOARD_NRFMICRO_NRF52840_FLIPPED
|
|
select SOC_NRF52833_QIAA if BOARD_NRFMICRO_NRF52833
|
|
imply RETAINED_MEM
|
|
imply RETENTION
|
|
imply RETENTION_BOOT_MODE
|