From dcd665999a5ee04372559d56fc22b9a2d0784bf2 Mon Sep 17 00:00:00 2001 From: pbz Date: Sat, 2 Jan 2021 13:52:50 -0500 Subject: feat(shields): add bfo9000 shield PR: #472 --- app/boards/shields/bfo9000/Kconfig.defconfig | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 app/boards/shields/bfo9000/Kconfig.defconfig (limited to 'app/boards/shields/bfo9000/Kconfig.defconfig') diff --git a/app/boards/shields/bfo9000/Kconfig.defconfig b/app/boards/shields/bfo9000/Kconfig.defconfig new file mode 100644 index 0000000..e4b02e8 --- /dev/null +++ b/app/boards/shields/bfo9000/Kconfig.defconfig @@ -0,0 +1,26 @@ +# Copyright (c) 2020 The ZMK Contributors +# SPDX-License-Identifier: MIT + +if SHIELD_BFO9000_LEFT + +config ZMK_SPLIT_BLE_ROLE_CENTRAL + default y + +config ZMK_KEYBOARD_NAME + default "BFO9000 Left" + +endif + +if SHIELD_BFO9000_RIGHT + +config ZMK_KEYBOARD_NAME + default "BFO9000 Right" + +endif + +if SHIELD_BFO9000_LEFT || SHIELD_BFO9000_RIGHT + +config ZMK_SPLIT + default y + +endif \ No newline at end of file -- cgit v1.2.3