From 3b8244e4662c4f01f049c0d6ee1e2fa1c2de3779 Mon Sep 17 00:00:00 2001 From: Brandon Xie <30637265+xiushak@users.noreply.github.com> Date: Sun, 3 Oct 2021 23:23:54 -0400 Subject: feat(shields): Add Naked60BMP shield --- app/boards/shields/naked60/Kconfig.defconfig | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 app/boards/shields/naked60/Kconfig.defconfig (limited to 'app/boards/shields/naked60/Kconfig.defconfig') diff --git a/app/boards/shields/naked60/Kconfig.defconfig b/app/boards/shields/naked60/Kconfig.defconfig new file mode 100644 index 0000000..ff5978b --- /dev/null +++ b/app/boards/shields/naked60/Kconfig.defconfig @@ -0,0 +1,9 @@ +# Copyright (c) 2020 The ZMK Contributors +# SPDX-License-Identifier: MIT + +if SHIELD_NAKED60 + +config ZMK_KEYBOARD_NAME + default "Naked60BMP" + +endif \ No newline at end of file -- cgit v1.2.3