fix(shield): BFO9000 uses USB on right

This commit is contained in:
Nick Winans 2021-01-04 12:20:31 -06:00 committed by Pete Johanson
parent 992cee1bac
commit e5b1f1e1be
1 changed files with 6 additions and 3 deletions

View File

@ -3,12 +3,12 @@
if SHIELD_BFO9000_LEFT
config ZMK_SPLIT_BLE_ROLE_CENTRAL
default y
config ZMK_KEYBOARD_NAME
default "BFO9000 Left"
config ZMK_SPLIT_BLE_ROLE_CENTRAL
default y
endif
if SHIELD_BFO9000_RIGHT
@ -16,6 +16,9 @@ if SHIELD_BFO9000_RIGHT
config ZMK_KEYBOARD_NAME
default "BFO9000 Right"
config USB
default y
endif
if SHIELD_BFO9000_LEFT || SHIELD_BFO9000_RIGHT