From 6a9a6e6d8edaae5f3e5bc37033a9391bc66e786a Mon Sep 17 00:00:00 2001 From: Nigel Rodriguez Date: Sat, 24 Oct 2020 12:21:15 +0800 Subject: Add Boardsource 3x4 shield --- app/boards/shields/boardsource3x4/Kconfig.shield | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 app/boards/shields/boardsource3x4/Kconfig.shield (limited to 'app/boards/shields/boardsource3x4/Kconfig.shield') diff --git a/app/boards/shields/boardsource3x4/Kconfig.shield b/app/boards/shields/boardsource3x4/Kconfig.shield new file mode 100644 index 0000000..2e9e228 --- /dev/null +++ b/app/boards/shields/boardsource3x4/Kconfig.shield @@ -0,0 +1,9 @@ +/* + * Copyright (c) 2020 The ZMK Contributors + * + * SPDX-License-Identifier: MIT + */ + +config SHIELD_BOARDSOURCE3X4 + def_bool $(shields_list_contains,boardsource3x4) + -- cgit v1.2.3