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