Skip to content

Commit

Permalink
fix(docs): Update split naming system
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicell authored and petejohanson committed Sep 26, 2021
1 parent 478cf94 commit 10870b2
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions docs/docs/development/new-shield.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 10870b2

Please sign in to comment.