fix(docs): Update split naming system
This commit is contained in:
parent
478cf94374
commit
10870b24bf
1 changed files with 1 additions and 8 deletions
|
@ -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…
Add table
Reference in a new issue