diff options
author | Nick Winans <nick@winans.codes> | 2021-02-01 14:41:53 -0600 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2021-09-25 21:17:24 -0400 |
commit | 10870b24bf30ebe9f1037695f84a9cd7b378d450 (patch) | |
tree | fcc4572ab8c03b2d11833a495015d8d42f51f78e /docs | |
parent | 478cf9437421cd14fd8a67cef3f80aff03001bb6 (diff) |
fix(docs): Update split naming system
Diffstat (limited to 'docs')
-rw-r--r-- | docs/docs/development/new-shield.md | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/docs/docs/development/new-shield.md b/docs/docs/development/new-shield.md index f29a96e..2403261 100644 --- a/docs/docs/development/new-shield.md +++ b/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 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 |