diff options
author | Mega Mind <68985133+megamind4089@users.noreply.github.com> | 2020-10-03 17:35:17 +0800 |
---|---|---|
committer | Mega Mind <68985133+megamind4089@users.noreply.github.com> | 2020-10-05 21:23:38 +0800 |
commit | e2299836bccf21bf56a4d34c5ed2f53a2fa21da2 (patch) | |
tree | ec8c47c9abf07e8dfedc2cb933a0723d767eed7a /app/boards/shields/m60 | |
parent | 9d06c730ba8b70429ecb67d3ff502ed1fde584bd (diff) |
Update contributors in all keymap files
Diffstat (limited to 'app/boards/shields/m60')
-rw-r--r-- | app/boards/shields/m60/Kconfig.defconfig | 4 | ||||
-rw-r--r-- | app/boards/shields/m60/Kconfig.shield | 2 | ||||
-rw-r--r-- | app/boards/shields/m60/m60.keymap | 6 | ||||
-rw-r--r-- | app/boards/shields/m60/m60.overlay | 1 |
4 files changed, 13 insertions, 0 deletions
diff --git a/app/boards/shields/m60/Kconfig.defconfig b/app/boards/shields/m60/Kconfig.defconfig index e358a58..56695b9 100644 --- a/app/boards/shields/m60/Kconfig.defconfig +++ b/app/boards/shields/m60/Kconfig.defconfig @@ -1,3 +1,7 @@ +# +# Copyright (c) 2020 The ZMK Contributors +# SPDX-License-Identifier: MIT +# if SHIELD_M60 diff --git a/app/boards/shields/m60/Kconfig.shield b/app/boards/shields/m60/Kconfig.shield index 4ed58c4..47a28e2 100644 --- a/app/boards/shields/m60/Kconfig.shield +++ b/app/boards/shields/m60/Kconfig.shield @@ -1,5 +1,7 @@ +# # Copyright (c) 2020 The ZMK Contributors # SPDX-License-Identifier: MIT +# config SHIELD_M60 def_bool $(shields_list_contains,m60) diff --git a/app/boards/shields/m60/m60.keymap b/app/boards/shields/m60/m60.keymap index aa0fa75..16ad247 100644 --- a/app/boards/shields/m60/m60.keymap +++ b/app/boards/shields/m60/m60.keymap @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2020 The ZMK Contributors + * + * SPDX-License-Identifier: MIT + */ + #include <behaviors.dtsi> #include <dt-bindings/zmk/keys.h> #include <dt-bindings/zmk/bt.h> diff --git a/app/boards/shields/m60/m60.overlay b/app/boards/shields/m60/m60.overlay index c20d452..babae2d 100644 --- a/app/boards/shields/m60/m60.overlay +++ b/app/boards/shields/m60/m60.overlay @@ -3,6 +3,7 @@ * * SPDX-License-Identifier: MIT */ + #include <dt-bindings/zmk/matrix-transform.h> / { |