blob: 6ade68c122d28930317ac874b0c7914c76083584 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# Maker Diary nrf52840 M.2 board configuration
#
# Copyright (c) 2020 The ZMK Contributors
# SPDX-License-Identifier: MIT
#
config BOARD_NRF52840_M2
bool "nrf52480_m2"
depends on SOC_NRF52840_QIAA
|