From 1c04a310de1b71ff1ae4b4e0267e879a8148e112 Mon Sep 17 00:00:00 2001
From: bullwinkle3000 <91431084+bullwinkle3000@users.noreply.github.com>
Date: Sun, 7 Jan 2024 16:00:20 -0500
Subject: [PATCH] More logging
---
.idea/workspace.xml | 20 ++++++++++++++-----
config/boards/shields/wyld_dm/wyld_dm.keymap | 5 +++++
.../boards/shields/wyld_dm/wyld_dm_left.conf | 2 +-
.../shields/wyld_dm/wyld_dm_left.overlay | 9 ++++++++-
4 files changed, 29 insertions(+), 7 deletions(-)
diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 392c101..d966e10 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -9,9 +9,11 @@
-
+
+
+
@@ -70,7 +72,7 @@
-
+
@@ -360,7 +362,15 @@
1704654929693
-
+
+
+ 1704655569569
+
+
+
+ 1704655569569
+
+
@@ -370,7 +380,6 @@
-
@@ -395,6 +404,7 @@
-
+
+
\ No newline at end of file
diff --git a/config/boards/shields/wyld_dm/wyld_dm.keymap b/config/boards/shields/wyld_dm/wyld_dm.keymap
index 363bead..ae127cc 100644
--- a/config/boards/shields/wyld_dm/wyld_dm.keymap
+++ b/config/boards/shields/wyld_dm/wyld_dm.keymap
@@ -70,6 +70,11 @@
};
};
+//&trackball {
+// status = "okay";
+// irq-gpios = <&gpio0 5 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>;
+//};
+
//&led_strip {
// chain-length = <30>;
//};
diff --git a/config/boards/shields/wyld_dm/wyld_dm_left.conf b/config/boards/shields/wyld_dm/wyld_dm_left.conf
index 3753a8a..8ef4877 100644
--- a/config/boards/shields/wyld_dm/wyld_dm_left.conf
+++ b/config/boards/shields/wyld_dm/wyld_dm_left.conf
@@ -34,7 +34,7 @@ CONFIG_ZMK_MACRO_DEFAULT_WAIT_MS=0
CONFIG_ZMK_USB_LOGGING=y
CONFIG_LOG_MODE_IMMEDIATE=n
-CONFIG_LOG_PROCESS_THREAD_STARTUP_DELAY_MS=8000
+CONFIG_LOG_PROCESS_THREAD_STARTUP_DELAY_MS=2000
CONFIG_ZMK_LOG_LEVEL_DBG=y
CONFIG_KSCAN_LOG_LEVEL_INF=y
CONFIG_ZMK_BLE=y
diff --git a/config/boards/shields/wyld_dm/wyld_dm_left.overlay b/config/boards/shields/wyld_dm/wyld_dm_left.overlay
index eac5418..bfa6d77 100644
--- a/config/boards/shields/wyld_dm/wyld_dm_left.overlay
+++ b/config/boards/shields/wyld_dm/wyld_dm_left.overlay
@@ -19,6 +19,8 @@
status = "okay";
};
+
+
//&blackpill_spi {
// status = "okay";
//
@@ -70,4 +72,9 @@
scroll-layers = <1>; // optional indexes of drag scroll layers
snipe-layers = <>; // optional indexes of snipe/precision layers
};
-};
\ No newline at end of file
+};
+
+//&trackball {
+// status = "okay";
+// irq-gpios = <&gpio0 5 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>;
+//};
\ No newline at end of file