diff options
author | pbz <jasonchall@gmail.com> | 2021-01-02 13:52:50 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-02 18:52:50 +0000 |
commit | dcd665999a5ee04372559d56fc22b9a2d0784bf2 (patch) | |
tree | e1cf80682a57a23c247f8cf479f77a9bced9fdbe /app/boards/shields/bfo9000/Kconfig.defconfig | |
parent | 319ce302700eec9bf2a38b308ac1320aea548453 (diff) |
feat(shields): add bfo9000 shield
PR: #472
Diffstat (limited to 'app/boards/shields/bfo9000/Kconfig.defconfig')
-rw-r--r-- | app/boards/shields/bfo9000/Kconfig.defconfig | 26 |
1 files changed, 26 insertions, 0 deletions
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 |