feat(shields): add bfo9000 shield

PR: #472
This commit is contained in:
pbz
2021-01-02 13:52:50 -05:00
committed by GitHub
parent 319ce30270
commit dcd665999a
14 changed files with 200 additions and 4 deletions

View File

@@ -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