From 460af0795518b34b3710b2252de07bd045beee05 Mon Sep 17 00:00:00 2001 From: bullwinkle3000 <91431084+bullwinkle3000@users.noreply.github.com> Date: Thu, 10 Oct 2024 14:08:48 -0400 Subject: [PATCH] Finalizing --- .idea/workspace.xml | 29 +++++++++++----------- config/boards/shields/wyld_dm/wyld_dm.dtsi | 8 +++--- config/wyld_dm.conf | 2 +- 3 files changed, 20 insertions(+), 19 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 1615d5a..3c46175 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -9,10 +9,11 @@ - + + - - + + @@ -593,7 +594,6 @@ - @@ -618,7 +618,8 @@ - { "history": [ diff --git a/config/boards/shields/wyld_dm/wyld_dm.dtsi b/config/boards/shields/wyld_dm/wyld_dm.dtsi index 97ef553..c096da4 100644 --- a/config/boards/shields/wyld_dm/wyld_dm.dtsi +++ b/config/boards/shields/wyld_dm/wyld_dm.dtsi @@ -77,8 +77,8 @@ left_encoder: encoder_left { compatible = "alps,ec11"; label = "LEFT_ENCODER"; - a-gpios = <&gpio0 11 (GPIO_ACTIVE_HIGH | GPIO_PULL_UP)>; - b-gpios = <&gpio1 4 (GPIO_ACTIVE_HIGH | GPIO_PULL_UP)>; + a-gpios = <&gpio1 4 (GPIO_ACTIVE_HIGH | GPIO_PULL_UP)>; + b-gpios = <&gpio0 11 (GPIO_ACTIVE_HIGH | GPIO_PULL_UP)>; steps = <60>; status = "disabled"; }; @@ -86,8 +86,8 @@ right_encoder: encoder_right { compatible = "alps,ec11"; label = "RIGHT_ENCODER"; - a-gpios = <&gpio1 4 (GPIO_ACTIVE_HIGH | GPIO_PULL_UP)>; - b-gpios = <&gpio1 6 (GPIO_ACTIVE_HIGH | GPIO_PULL_UP)>; + a-gpios = <&gpio1 6 (GPIO_ACTIVE_HIGH | GPIO_PULL_UP)>; + b-gpios = <&gpio1 4 (GPIO_ACTIVE_HIGH | GPIO_PULL_UP)>; steps = <60>; status = "disabled"; }; diff --git a/config/wyld_dm.conf b/config/wyld_dm.conf index e6a1a96..daa876b 100644 --- a/config/wyld_dm.conf +++ b/config/wyld_dm.conf @@ -34,7 +34,7 @@ CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=180000 # CONFIG_BT_L2CAP_TX_BUF_COUNT=32 # CONFIG_ZMK_USB_LOGGING=y -CONFIG_LOG_PROCESS_THREAD_STARTUP_DELAY_MS=3000 +# CONFIG_LOG_PROCESS_THREAD_STARTUP_DELAY_MS=3000 CONFIG_ZMK_RGB_UNDERGLOW=y