From 90e85c9d052cd350bd985d7d6777c189286eb424 Mon Sep 17 00:00:00 2001 From: Alejandro Angulo Date: Mon, 8 Jul 2024 20:21:17 -0700 Subject: [PATCH] Added TyperActive recommended settings --- build.yaml | 4 ++-- config/corne.conf | 14 ++++++++++++++ 2 files changed, 16 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..0a79719 100644 --- a/config/corne.conf +++ b/config/corne.conf @@ -4,3 +4,17 @@ # Uncomment the following line to enable the Corne OLED Display # CONFIG_ZMK_DISPLAY=y +# +# # Uncomment the following line to enable deep sleep +# CONFIG_ZMK_SLEEP=y + +# Uncomment the following line to increase the keyboard's wireless range +CONFIG_BT_CTLR_TX_PWR_PLUS_8=y + +# Enable eager debouncing +CONFIG_ZMK_KSCAN_DEBOUNCE_PRESS_MS=1 +CONFIG_ZMK_KSCAN_DEBOUNCE_RELEASE_MS=7 + +# Uncomment the following line to enable USB logging (this increases power +# usage by a significant amount, turn it off when not in use) +# CONFIG_ZMK_USB_LOGGING=y