diff --git a/app/boards/shields/eek/Kconfig.defconfig b/app/boards/shields/eek/Kconfig.defconfig index 6eb1ae73..ded2753f 100644 --- a/app/boards/shields/eek/Kconfig.defconfig +++ b/app/boards/shields/eek/Kconfig.defconfig @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2020 The ZMK Contributors + * + * SPDX-License-Identifier: MIT + */ + if SHIELD_EEK config ZMK_KEYBOARD_NAME diff --git a/app/boards/shields/eek/Kconfig.shield b/app/boards/shields/eek/Kconfig.shield index 1bfbf563..5a8eb0ec 100644 --- a/app/boards/shields/eek/Kconfig.shield +++ b/app/boards/shields/eek/Kconfig.shield @@ -1,2 +1,8 @@ +/* + * 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