From 5752b4fbda757768e5356a99750066df53aee0a7 Mon Sep 17 00:00:00 2001 From: Mango The Fourth <40720523+MangoIV@users.noreply.github.com> Date: Fri, 1 Jan 2021 15:33:19 +0100 Subject: feat(shields): add eek shield PR: #529 --- app/boards/shields/eek/Kconfig.defconfig | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 app/boards/shields/eek/Kconfig.defconfig (limited to 'app/boards/shields/eek/Kconfig.defconfig') 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 -- cgit v1.2.3