diff options
author | Nigel Rodriguez <anr.rod@gmail.com> | 2020-10-24 12:40:49 +0800 |
---|---|---|
committer | Nigel Rodriguez <anr.rod@gmail.com> | 2020-10-24 12:40:49 +0800 |
commit | 9d624740d9227d8a6bbc2918e782edd3f22145fb (patch) | |
tree | bfcc963648cfb67800c93c48dcdb82cb10249392 /app/boards/shields/boardsource3x4/Kconfig.shield | |
parent | 6a9a6e6d8edaae5f3e5bc37033a9391bc66e786a (diff) |
Fix wrong comment tokens
Diffstat (limited to 'app/boards/shields/boardsource3x4/Kconfig.shield')
-rw-r--r-- | app/boards/shields/boardsource3x4/Kconfig.shield | 7 |
1 files changed, 2 insertions, 5 deletions
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) |