From e8af9be928678b74637c6f4ecf125741b044a0a0 Mon Sep 17 00:00:00 2001 From: Pavel Date: Tue, 27 Feb 2024 13:59:35 +0300 Subject: [PATCH] fix: changed constant of connection count by BT --- config/ergonaut_one.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/ergonaut_one.conf b/config/ergonaut_one.conf index ac9038d..f27f647 100644 --- a/config/ergonaut_one.conf +++ b/config/ergonaut_one.conf @@ -1,8 +1,8 @@ # Copyright (c) 2020 The ZMK Contributors # SPDX-License-Identifier: MIT -CONFIG_BT_MAX_CONN=5 -CONFIG_BT_MAX_PAIRED=5 +CONFIG_BT_MAX_CONN=6 +CONFIG_BT_MAX_PAIRED=6 CONFIG_ZMK_IDLE_TIMEOUT=30000 CONFIG_ZMK_SLEEP=y