From 3b8244e4662c4f01f049c0d6ee1e2fa1c2de3779 Mon Sep 17 00:00:00 2001 From: Brandon Xie <30637265+xiushak@users.noreply.github.com> Date: Sun, 3 Oct 2021 23:23:54 -0400 Subject: feat(shields): Add Naked60BMP shield --- app/boards/shields/naked60/Kconfig.shield | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 app/boards/shields/naked60/Kconfig.shield (limited to 'app/boards/shields/naked60/Kconfig.shield') diff --git a/app/boards/shields/naked60/Kconfig.shield b/app/boards/shields/naked60/Kconfig.shield new file mode 100644 index 0000000..6105368 --- /dev/null +++ b/app/boards/shields/naked60/Kconfig.shield @@ -0,0 +1,5 @@ +# Copyright (c) 2020 The ZMK Contributors +# SPDX-License-Identifier: MIT + +config SHIELD_NAKED60 + def_bool $(shields_list_contains,naked60) -- cgit v1.2.3