From aa2d3345b7169672a71969c9ca3232536f234498 Mon Sep 17 00:00:00 2001 From: IanWi Date: Sat, 14 Sep 2024 10:31:41 -0400 Subject: [PATCH] modified: build.yaml modified: config/corne.conf --- build.yaml | 4 ++-- config/corne.conf | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/build.yaml b/build.yaml index 701938e..9965519 100644 --- a/build.yaml +++ b/build.yaml @@ -19,6 +19,6 @@ --- include: - board: nice_nano_v2 - shield: corne_left + shield: corne_left nice_view_adapter nice_view - board: nice_nano_v2 - shield: corne_right + shield: corne_right nice_view_adapter nice_view diff --git a/config/corne.conf b/config/corne.conf index 974243c..e71dffd 100644 --- a/config/corne.conf +++ b/config/corne.conf @@ -4,3 +4,9 @@ # Uncomment the following line to enable the Corne OLED Display # CONFIG_ZMK_DISPLAY=y + +# Make bluetooth stronger +CONFIG_BT_CTLR_TX_PWR_PLUS_8=y + +# Change board name +CONFIG_ZMK_KEYBOARD_NAME="Casey Corne" \ No newline at end of file