diff options
author | Mango The Fourth <40720523+MangoIV@users.noreply.github.com> | 2021-01-01 15:33:19 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-01 14:33:19 +0000 |
commit | 5752b4fbda757768e5356a99750066df53aee0a7 (patch) | |
tree | 0e6b114bfe21cb85d024a49efaf1fb3a7397a370 /app/boards/shields/eek/Kconfig.defconfig | |
parent | 2b4fda6948970ef236791472c0f3e461a23abf33 (diff) |
feat(shields): add eek shield
PR: #529
Diffstat (limited to 'app/boards/shields/eek/Kconfig.defconfig')
-rw-r--r-- | app/boards/shields/eek/Kconfig.defconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/app/boards/shields/eek/Kconfig.defconfig b/app/boards/shields/eek/Kconfig.defconfig new file mode 100644 index 0000000..65d69b7 --- /dev/null +++ b/app/boards/shields/eek/Kconfig.defconfig @@ -0,0 +1,12 @@ +# +# Copyright (c) 2020 The ZMK Contributors +# +# SPDX-License-Identifier: MIT +# + +if SHIELD_EEK + +config ZMK_KEYBOARD_NAME + default "eek! ~ Keyboard" + +endif
\ No newline at end of file |