diff options
| author | Pete Johanson <peter@peterjohanson.com> | 2020-10-05 09:29:30 -0400 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-05 09:29:30 -0400 | 
| commit | febf2f485df883ef0a025f674f4489042775dcba (patch) | |
| tree | 48a45cbf9929a86d88c4b5bc0c4ffa9aaa9e9327 /app/boards/shields/m60/Kconfig.defconfig | |
| parent | 7d222e15530f2aa634e9cc11e7af3875dd042e97 (diff) | |
| parent | b8cb5f939a3c018af13de7727c15d7765ea1f1c1 (diff) | |
Merge pull request #233 from megamind4089/m60
Shield and board definitions for M60
Diffstat (limited to 'app/boards/shields/m60/Kconfig.defconfig')
| -rw-r--r-- | app/boards/shields/m60/Kconfig.defconfig | 11 | 
1 files changed, 11 insertions, 0 deletions
| diff --git a/app/boards/shields/m60/Kconfig.defconfig b/app/boards/shields/m60/Kconfig.defconfig new file mode 100644 index 0000000..e31d5a5 --- /dev/null +++ b/app/boards/shields/m60/Kconfig.defconfig @@ -0,0 +1,11 @@ +# +# Copyright (c) 2020 The ZMK Contributors +# SPDX-License-Identifier: MIT +# + +if SHIELD_M60 + +config ZMK_KEYBOARD_NAME +	default "m60" + +endif | 
