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 committed Mar 27, 2021
1 parent 4d98061 commit bf86f38
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 @@ -99,20 +99,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 bf86f38

Please sign in to comment.