13 lines
248 B
Text
13 lines
248 B
Text
# nice!nano board configuration
|
|
|
|
# Copyright (c) 2020 Pete Johanson
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
config BOARD_GLOVE80_LH
|
|
bool "Glove80 LH"
|
|
depends on SOC_NRF52840_QIAA
|
|
|
|
config BOARD_GLOVE80_RH
|
|
bool "Glove80 RH"
|
|
depends on SOC_NRF52840_QIAA
|
|
|