From b1d3ed1751a55806924ee8054c0360bbd49aea71 Mon Sep 17 00:00:00 2001 From: Yoyoda75 <60847050+Yoyoda75@users.noreply.github.com> Date: Sun, 1 Dec 2024 18:12:23 +0100 Subject: [PATCH] Set stronger bluetooth --- config/corne.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config/corne.conf b/config/corne.conf index 4050948..14a6391 100644 --- a/config/corne.conf +++ b/config/corne.conf @@ -7,3 +7,9 @@ # Set deep sleep CONFIG_ZMK_SLEEP=y + +# Rename board +CONFIG_ZMK_KEYBOARD_NAME="Corne" + +# Make Bluetooth stronger +CONFIG_BT_CTLR_TX_PWR_PLUS_8=y