diff options
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 |