blob: 499010390cf953bda38241b5d1630d5607ef5047 (
plain)
1
2
3
4
5
6
7
8
9
|
# 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
|