17 lines
435 B
Text
17 lines
435 B
Text
# Copyright (c) 2020 Pete Johanson
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
config SHIELD_LILY58_LEFT
|
|
def_bool $(shields_list_contains,lily58_left)
|
|
|
|
config SHIELD_LILY58_RIGHT
|
|
def_bool $(shields_list_contains,lily58_right)
|
|
|
|
include:
|
|
board: nice_nano_v2
|
|
shield: lily58_left
|
|
shield: lily58_left nice_view_adapter nice_view
|
|
|
|
board: nice_nano_v2
|
|
shield: lily58_right
|
|
shield: lily58_right nice_view_adapter nice_view
|