From 08706f06389434c45be071bee84e7749e2d3598d Mon Sep 17 00:00:00 2001 From: toddmok <91770979+toddmok@users.noreply.github.com> Date: Tue, 30 Nov 2021 20:54:53 -0600 Subject: [PATCH] comment fix --- app/boards/shields/redox/Kconfig.defconfig | 7 ++----- app/boards/shields/redox/Kconfig.shield | 7 ++----- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/app/boards/shields/redox/Kconfig.defconfig b/app/boards/shields/redox/Kconfig.defconfig index b41ed4b3..06554def 100644 --- a/app/boards/shields/redox/Kconfig.defconfig +++ b/app/boards/shields/redox/Kconfig.defconfig @@ -1,8 +1,5 @@ -/* - * Copyright (c) 2021 The ZMK Contributors - * - * SPDX-License-Identifier: MIT - */ +# Copyright (c) 2021 The ZMK Contributors +# SPDX-License-Identifier: MIT if SHIELD_REDOX_LEFT config ZMK_KEYBOARD_NAME diff --git a/app/boards/shields/redox/Kconfig.shield b/app/boards/shields/redox/Kconfig.shield index 589b17cb..2df91c11 100644 --- a/app/boards/shields/redox/Kconfig.shield +++ b/app/boards/shields/redox/Kconfig.shield @@ -1,8 +1,5 @@ -/* - * Copyright (c) 2021 The ZMK Contributors - * - * SPDX-License-Identifier: MIT - */ +# Copyright (c) 2021 The ZMK Contributors +# SPDX-License-Identifier: MIT config SHIELD_REDOX_LEFT def_bool $(shields_list_contains,redox_left)