From d7ea270775563f788711930c4d36d21db123606c Mon Sep 17 00:00:00 2001 From: DonPavlov <1541649+DonPavlov@users.noreply.github.com> Date: Thu, 20 Oct 2022 15:38:38 +0000 Subject: [PATCH] add kconfig files for BlueHand --- app/boards/shields/bluehand/Kconfig.defconfig | 9 +++++++++ app/boards/shields/bluehand/Kconfig.shield | 5 +++++ 2 files changed, 14 insertions(+) create mode 100644 app/boards/shields/bluehand/Kconfig.defconfig create mode 100644 app/boards/shields/bluehand/Kconfig.shield diff --git a/app/boards/shields/bluehand/Kconfig.defconfig b/app/boards/shields/bluehand/Kconfig.defconfig new file mode 100644 index 00000000..ce7e8e76 --- /dev/null +++ b/app/boards/shields/bluehand/Kconfig.defconfig @@ -0,0 +1,9 @@ +# Copyright (c) 2022 The ZMK Contributors +# SPDX-License-Identifier: MIT + +if SHIELD_BLUEHAND + +config ZMK_KEYBOARD_NAME + default "BlueHand" + +endif \ No newline at end of file diff --git a/app/boards/shields/bluehand/Kconfig.shield b/app/boards/shields/bluehand/Kconfig.shield new file mode 100644 index 00000000..7cfaf2cc --- /dev/null +++ b/app/boards/shields/bluehand/Kconfig.shield @@ -0,0 +1,5 @@ +# Copyright (c) 2022 The ZMK Contributors +# SPDX-License-Identifier: MIT + +config SHIELD_BLUEHAND + def_bool $(shields_list_contains,bluehand) \ No newline at end of file