From 0de8b10394b2928665b8c7511be150dce824a7ce Mon Sep 17 00:00:00 2001 From: MangoIV Date: Thu, 31 Dec 2020 19:37:23 +0100 Subject: [PATCH] repaired comments --- app/boards/shields/eek/Kconfig.defconfig | 10 +++++----- app/boards/shields/eek/Kconfig.shield | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/app/boards/shields/eek/Kconfig.defconfig b/app/boards/shields/eek/Kconfig.defconfig index ded2753f..e97428ad 100644 --- a/app/boards/shields/eek/Kconfig.defconfig +++ b/app/boards/shields/eek/Kconfig.defconfig @@ -1,8 +1,8 @@ -/* - * Copyright (c) 2020 The ZMK Contributors - * - * SPDX-License-Identifier: MIT - */ +# +# Copyright (c) 2020 The ZMK Contributors +# +# SPDX-License-Identifier: MIT +# if SHIELD_EEK diff --git a/app/boards/shields/eek/Kconfig.shield b/app/boards/shields/eek/Kconfig.shield index 5a8eb0ec..220b63ea 100644 --- a/app/boards/shields/eek/Kconfig.shield +++ b/app/boards/shields/eek/Kconfig.shield @@ -1,8 +1,8 @@ -/* - * Copyright (c) 2020 The ZMK Contributors - * - * SPDX-License-Identifier: MIT - */ + # + # Copyright (c) 2020 The ZMK Contributors + # + # SPDX-License-Identifier: MIT + # config SHIELD_EEK def_bool $(shields_list_contains,eek) \ No newline at end of file