forked from kofal.net/zmk
fix(shield): BFO9000 uses USB on right
This commit is contained in:
committed by
Pete Johanson
parent
992cee1bac
commit
e5b1f1e1be
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user