Browse Source

fix(shield): BFO9000 uses USB on right

xmkb
Nick Winans 4 years ago committed by Pete Johanson
parent
commit
e5b1f1e1be
  1. 9
      app/boards/shields/bfo9000/Kconfig.defconfig

9
app/boards/shields/bfo9000/Kconfig.defconfig

@ -3,12 +3,12 @@ @@ -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 @@ -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

Loading…
Cancel
Save