diff options
-rw-r--r-- | app/src/display/Kconfig | 2 | ||||
-rw-r--r-- | app/src/display/widgets/Kconfig | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/app/src/display/Kconfig b/app/src/display/Kconfig index 2e8cd2c..95b5d47 100644 --- a/app/src/display/Kconfig +++ b/app/src/display/Kconfig @@ -1,3 +1,5 @@ +# Copyright (c) 2020 The ZMK Contributors +# SPDX-License-Identifier: MIT menuconfig ZMK_DISPLAY bool "Enable ZMK Display" diff --git a/app/src/display/widgets/Kconfig b/app/src/display/widgets/Kconfig index 000e0dc..01bc587 100644 --- a/app/src/display/widgets/Kconfig +++ b/app/src/display/widgets/Kconfig @@ -1,3 +1,5 @@ +# Copyright (c) 2020 The ZMK Contributors +# SPDX-License-Identifier: MIT menu "ZMK Display Widgets" |