diff --git a/boards/shields/charybdis-bt/charybdis_left.conf b/boards/shields/charybdis-bt/charybdis_left.conf index e69de29b..8f7c0ddb 100644 --- a/boards/shields/charybdis-bt/charybdis_left.conf +++ b/boards/shields/charybdis-bt/charybdis_left.conf @@ -0,0 +1,7 @@ +## ZMK Studio - Move this to config/charybdis.conf when dongle works with ZMK Studio +## https://zmk.dev/docs/features/studio +CONFIG_ZMK_STUDIO=y +## https://zmk.dev/docs/config/studio +CONFIG_ZMK_STUDIO_LOCKING=y +CONFIG_ZMK_STUDIO_LOCK_ON_DISCONNECT=y +CONFIG_ZMK_STUDIO_TRANSPORT_BLE_PREF_LATENCY=5 \ No newline at end of file diff --git a/boards/shields/charybdis-bt/charybdis_right.conf b/boards/shields/charybdis-bt/charybdis_right.conf index 239cf7f9..54a39820 100644 --- a/boards/shields/charybdis-bt/charybdis_right.conf +++ b/boards/shields/charybdis-bt/charybdis_right.conf @@ -2,4 +2,12 @@ ## https://zmk.dev/docs/config/system#split-keyboards CONFIG_ZMK_SPLIT_BLE_CENTRAL_PERIPHERALS=1 CONFIG_ZMK_SPLIT_BLE_CENTRAL_BATTERY_LEVEL_FETCHING=y -CONFIG_ZMK_SPLIT_BLE_CENTRAL_BATTERY_LEVEL_PROXY=y \ No newline at end of file +CONFIG_ZMK_SPLIT_BLE_CENTRAL_BATTERY_LEVEL_PROXY=y + +## ZMK Studio - Move this to config/charybdis.conf when dongle works with ZMK Studio +## https://zmk.dev/docs/features/studio +CONFIG_ZMK_STUDIO=y +## https://zmk.dev/docs/config/studio +CONFIG_ZMK_STUDIO_LOCKING=y +CONFIG_ZMK_STUDIO_LOCK_ON_DISCONNECT=y +CONFIG_ZMK_STUDIO_TRANSPORT_BLE_PREF_LATENCY=5 \ No newline at end of file diff --git a/config/charybdis.conf b/config/charybdis.conf index 230f4c7d..7a04751c 100644 --- a/config/charybdis.conf +++ b/config/charybdis.conf @@ -30,11 +30,3 @@ CONFIG_INPUT=y ## https://zmk.dev/docs/keymaps/behaviors/macros#behavior-queue-limit CONFIG_ZMK_BEHAVIORS_QUEUE_SIZE=512 - -## ZMK Studio -## https://zmk.dev/docs/features/studio -CONFIG_ZMK_STUDIO=y -## https://zmk.dev/docs/config/studio -CONFIG_ZMK_STUDIO_LOCKING=y -CONFIG_ZMK_STUDIO_LOCK_ON_DISCONNECT=y -CONFIG_ZMK_STUDIO_TRANSPORT_BLE_PREF_LATENCY=5