Browse Source

Fix wrong comment tokens

xmkb
Nigel Rodriguez 4 years ago
parent
commit
9d624740d9
  1. 8
      app/boards/shields/boardsource3x4/Kconfig.defconfig
  2. 7
      app/boards/shields/boardsource3x4/Kconfig.shield

8
app/boards/shields/boardsource3x4/Kconfig.defconfig

@ -1,9 +1,5 @@ @@ -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

7
app/boards/shields/boardsource3x4/Kconfig.shield

@ -1,8 +1,5 @@ @@ -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)

Loading…
Cancel
Save