diff options
author | innovaker <66737976+innovaker@users.noreply.github.com> | 2020-11-18 22:15:00 +0000 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-11-20 22:25:28 -0500 |
commit | 67a6646cd76d3db43734d2be990f6fdf9fb204b3 (patch) | |
tree | 7c2a1fcb28077ab116daf0fa66679f3b644d4c07 /app/drivers/zephyr | |
parent | d50f4afc7e5640990ea90f71249904bb45a0bb9c (diff) |
chore: add copyright to core Kconfig
Diffstat (limited to 'app/drivers/zephyr')
-rw-r--r-- | app/drivers/zephyr/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/drivers/zephyr/Kconfig b/app/drivers/zephyr/Kconfig index 6b177fb..b8b2b1b 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 |