diff options
| author | Victor <lucachi.victor@gmail.com> | 2024-07-18 08:47:59 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-18 08:47:59 +0300 |
| commit | 2e044d1fda095873f3f04d0c49d3e1b4e56546a3 (patch) | |
| tree | 7b562807ca99707597110944fe007c16b5fc9f6a | |
| parent | aa2a7eee025adc0f54fdfe51e8857650c73cd0d8 (diff) | |
| download | zmk-config-2e044d1fda095873f3f04d0c49d3e1b4e56546a3.tar.gz zmk-config-2e044d1fda095873f3f04d0c49d3e1b4e56546a3.zip | |
clean-up dongle conf
| -rw-r--r-- | config/boards/shields/totem/totem_dongle.conf | 15 | ||||
| -rw-r--r-- | config/totem.conf | 6 |
2 files changed, 10 insertions, 11 deletions
diff --git a/config/boards/shields/totem/totem_dongle.conf b/config/boards/shields/totem/totem_dongle.conf index 8f3fc84..db92264 100644 --- a/config/boards/shields/totem/totem_dongle.conf +++ b/config/boards/shields/totem/totem_dongle.conf @@ -1,13 +1,10 @@ CONFIG_ZMK_SPLIT_BLE_CENTRAL_PERIPHERALS=2 CONFIG_ZMK_SLEEP=n -# CONFIG_PM_DEVICE=n -CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=900000 -CONFIG_ZMK_EXT_POWER=y -CONFIG_ZMK_USB_LOGGING=y -CONFIG_LOG_MODE_IMMEDIATE=n -CONFIG_LOG_TIMESTAMP_64BIT=y -CONFIG_LOG_PROCESS_THREAD_STARTUP_DELAY_MS=2000 -CONFIG_ZMK_LOG_LEVEL_DBG=y -CONFIG_KSCAN_LOG_LEVEL_INF=y \ No newline at end of file +#CONFIG_ZMK_USB_LOGGING=y +#CONFIG_LOG_MODE_IMMEDIATE=n +#CONFIG_LOG_TIMESTAMP_64BIT=y +#CONFIG_LOG_PROCESS_THREAD_STARTUP_DELAY_MS=5000 +#CONFIG_ZMK_LOG_LEVEL_DBG=y +#CONFIG_KSCAN_LOG_LEVEL_INF=y \ No newline at end of file diff --git a/config/totem.conf b/config/totem.conf index 3ef185b..ab57e65 100644 --- a/config/totem.conf +++ b/config/totem.conf @@ -1,3 +1,5 @@ -CONFIG_ZMK_USB_LOGGING=n +CONFIG_BT_CTLR_TX_PWR_PLUS_8=y +CONFIG_ZMK_BLE_EXPERIMENTAL_CONN=y -CONFIG_BT_CTLR_TX_PWR_PLUS_8=y \ No newline at end of file +CONFIG_ZMK_SPLIT_BLE_CENTRAL_BATTERY_LEVEL_FETCHING=y +CONFIG_ZMK_SPLIT_BLE_CENTRAL_BATTERY_LEVEL_PROXY=y \ No newline at end of file |