Browse Source

chore: add copyright to core Kconfig

xmkb
innovaker 4 years ago committed by Pete Johanson
parent
commit
67a6646cd7
  1. 3
      app/Kconfig
  2. 3
      app/boards/Kconfig
  3. 3
      app/drivers/zephyr/Kconfig

3
app/Kconfig

@ -1,3 +1,6 @@ @@ -1,3 +1,6 @@
# Copyright (c) 2020 The ZMK Contributors
# SPDX-License-Identifier: MIT
mainmenu "ZMK Firmware"
menu "ZMK"

3
app/boards/Kconfig

@ -1 +1,4 @@ @@ -1 +1,4 @@
# Copyright (c) 2020 The ZMK Contributors
# SPDX-License-Identifier: MIT
rsource "shields/*/Kconfig.shield"

3
app/drivers/zephyr/Kconfig

@ -1,3 +1,6 @@ @@ -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

Loading…
Cancel
Save