Browse Source

fix(docs): Update split naming system

xmkb
Nick Winans 3 years ago committed by Pete Johanson
parent
commit
10870b24bf
  1. 9
      docs/docs/development/new-shield.md

9
docs/docs/development/new-shield.md

@ -98,20 +98,13 @@ Finally, you'll want to turn on the split option for both sides. This can all be @@ -98,20 +98,13 @@ Finally, you'll want to turn on the split option for both sides. This can all be
if SHIELD_MY_BOARD_LEFT
config ZMK_KEYBOARD_NAME
default "My Awesome Keyboard Left"
default "My Awesome Keyboard"
config ZMK_SPLIT_BLE_ROLE_CENTRAL
default y
endif
if SHIELD_MY_BOARD_RIGHT
config ZMK_KEYBOARD_NAME
default "My Awesome Keyboard Right"
endif
if SHIELD_MY_BOARD_LEFT || SHIELD_MY_BOARD_RIGHT
config ZMK_SPLIT

Loading…
Cancel
Save