Added Copyright Header to Kconfig.defconfig

This commit is contained in:
Kurtis Lew 2020-09-02 07:21:45 -07:00 committed by GitHub
parent 081ae84d0e
commit c2ffeb1cf4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
# Copyright (c) 2020 Pete Johanson, Kurtis Lew
# SPDX-License-Identifier: MIT
if SHIELD_IRIS_LEFT
@ -11,4 +13,4 @@ if SHIELD_IRIS_RIGHT
config ZMK_KEYBOARD_NAME
default "Iris Right"
endif
endif