From 67a6646cd76d3db43734d2be990f6fdf9fb204b3 Mon Sep 17 00:00:00 2001 From: innovaker <66737976+innovaker@users.noreply.github.com> Date: Wed, 18 Nov 2020 22:15:00 +0000 Subject: [PATCH] chore: add copyright to core Kconfig --- app/Kconfig | 3 +++ app/boards/Kconfig | 3 +++ app/drivers/zephyr/Kconfig | 3 +++ 3 files changed, 9 insertions(+) diff --git a/app/Kconfig b/app/Kconfig index 28d2aa2e..484bd798 100644 --- a/app/Kconfig +++ b/app/Kconfig @@ -1,3 +1,6 @@ +# Copyright (c) 2020 The ZMK Contributors +# SPDX-License-Identifier: MIT + mainmenu "ZMK Firmware" menu "ZMK" diff --git a/app/boards/Kconfig b/app/boards/Kconfig index 1c645e6b..fe841c48 100644 --- a/app/boards/Kconfig +++ b/app/boards/Kconfig @@ -1 +1,4 @@ +# Copyright (c) 2020 The ZMK Contributors +# SPDX-License-Identifier: MIT + rsource "shields/*/Kconfig.shield" diff --git a/app/drivers/zephyr/Kconfig b/app/drivers/zephyr/Kconfig index 6b177fb1..b8b2b1be 100644 --- a/app/drivers/zephyr/Kconfig +++ b/app/drivers/zephyr/Kconfig @@ -1,3 +1,6 @@ +# Copyright (c) 2020 The ZMK Contributors +# SPDX-License-Identifier: MIT + config ZMK_KSCAN_GPIO_DRIVER bool "Enable GPIO kscan driver to simulate key presses" default y