summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNigel Rodriguez <anr.rod@gmail.com>2020-10-24 12:40:49 +0800
committerNigel Rodriguez <anr.rod@gmail.com>2020-10-24 12:40:49 +0800
commit9d624740d9227d8a6bbc2918e782edd3f22145fb (patch)
treebfcc963648cfb67800c93c48dcdb82cb10249392
parent6a9a6e6d8edaae5f3e5bc37033a9391bc66e786a (diff)
Fix wrong comment tokens
-rw-r--r--app/boards/shields/boardsource3x4/Kconfig.defconfig8
-rw-r--r--app/boards/shields/boardsource3x4/Kconfig.shield7
2 files changed, 4 insertions, 11 deletions
diff --git a/app/boards/shields/boardsource3x4/Kconfig.defconfig b/app/boards/shields/boardsource3x4/Kconfig.defconfig
index c03703b..4c55aab 100644
--- a/app/boards/shields/boardsource3x4/Kconfig.defconfig
+++ b/app/boards/shields/boardsource3x4/Kconfig.defconfig
@@ -1,9 +1,5 @@
-/*
- * Copyright (c) 2020 The ZMK Contributors
- *
- * SPDX-License-Identifier: MIT
- */
-
+# Copyright (c) 2020 The ZMK Contributors
+# SPDX-License-Identifier: MIT
if SHIELD_BOARDSOURCE3X4
diff --git a/app/boards/shields/boardsource3x4/Kconfig.shield b/app/boards/shields/boardsource3x4/Kconfig.shield
index 2e9e228..cda55d0 100644
--- a/app/boards/shields/boardsource3x4/Kconfig.shield
+++ b/app/boards/shields/boardsource3x4/Kconfig.shield
@@ -1,8 +1,5 @@
-/*
- * Copyright (c) 2020 The ZMK Contributors
- *
- * SPDX-License-Identifier: MIT
- */
+# Copyright (c) 2020 The ZMK Contributors
+# SPDX-License-Identifier: MIT
config SHIELD_BOARDSOURCE3X4
def_bool $(shields_list_contains,boardsource3x4)