summaryrefslogtreecommitdiff
path: root/config/corne.conf
diff options
context:
space:
mode:
Diffstat (limited to 'config/corne.conf')
-rw-r--r--config/corne.conf28
1 files changed, 25 insertions, 3 deletions
diff --git a/config/corne.conf b/config/corne.conf
index 1748389..72094c8 100644
--- a/config/corne.conf
+++ b/config/corne.conf
@@ -1,5 +1,4 @@
-# Uncomment the following line to enable deep sleep
-# CONFIG_ZMK_SLEEP=y
+CONFIG_ZMK_KEYBOARD_NAME="Jakobs Corne"
# Uncomment the following line to increase the keyboard's wireless range
CONFIG_BT_CTLR_TX_PWR_PLUS_8=y
@@ -14,4 +13,27 @@ CONFIG_BT_CTLR_TX_PWR_PLUS_8=y
CONFIG_ZMK_RGB_UNDERGLOW=n
CONFIG_ZMK_DISPLAY=n
-CONFIG_ZMK_KEYBOARD_NAME="Jakobs Corne"
+#CONFIG_ZMK_IDLE_TIMEOUT=30000
+
+# Uncomment the following line to enable deep sleep
+#CONFIG_ZMK_SLEEP=y
+#CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=3600000
+
+CONFIG_ZMK_SPLIT_BLE_CENTRAL_BATTERY_LEVEL_FETCHING=y
+CONFIG_ZMK_SPLIT_BLE_CENTRAL_BATTERY_LEVEL_PROXY=y
+
+#
+# Configure PS2 Mouse Settings
+#
+
+CONFIG_HEAP_MEM_POOL_SIZE=256
+
+# Enable additional error mitigations to prevent cursor jumps
+# Disabled by default and only recommended if using the GPIO PS2 driver
+# CONFIG_ZMK_INPUT_MOUSE_PS2_ENABLE_ERROR_MITIGATION=n
+
+CONFIG_ZMK_LOGGING_MINIMAL=y
+CONFIG_PS2_LOG_LEVEL_DBG=n
+CONFIG_UART_LOG_LEVEL_DBG=n
+CONFIG_LOG_MODE_IMMEDIATE=n
+CONFIG_LOG_PROCESS_THREAD_STARTUP_DELAY_MS=3000