From 35c22ed8d1e3724365814a2ff579f7ab3cd36d82 Mon Sep 17 00:00:00 2001 From: Nick Winans Date: Sun, 3 Jan 2021 13:49:04 -0600 Subject: [PATCH] docs(shield): Remove SPLIT_BLE_ROLE_PERIPHERAL Removes CONFIG_ZMK_SPLIT_BLE_ROLE_PERIPHERAL from the new shield docs --- docs/docs/development/new-shield.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/docs/development/new-shield.md b/docs/docs/development/new-shield.md index 18f8b420..9de05b7a 100644 --- a/docs/docs/development/new-shield.md +++ b/docs/docs/development/new-shield.md @@ -278,7 +278,6 @@ CONFIG_ZMK_SPLIT_BLE_ROLE_CENTRAL=y // Peripheral Half (Usually the right side: my_awesome_split_board_right.conf) CONFIG_ZMK_SPLIT=y -CONFIG_ZMK_SPLIT_BLE_ROLE_Peripheral=y ``` Using the .conf file that affects both halves of a split board would be for adding features like deep-sleep or rotary encoders.