diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 2ce3099..03016c1 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -9,10 +9,10 @@ - + - - + + @@ -538,7 +538,6 @@ - @@ -563,6 +562,7 @@ - \ No newline at end of file diff --git a/config/boards/shields/wyld_dm/wyld_dm.dtsi b/config/boards/shields/wyld_dm/wyld_dm.dtsi index 85fc122..35766ef 100644 --- a/config/boards/shields/wyld_dm/wyld_dm.dtsi +++ b/config/boards/shields/wyld_dm/wyld_dm.dtsi @@ -121,7 +121,7 @@ RC(4,0) RC(4,1) RC(4,2) RC(4,3) RC(4,4) RC(4,5) RC(4,6) RC(4,7) RC = <&gpio1 11 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)> // PB1 / 1.11 , <&gpio0 2 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)> // PB0 / 1.09 , <&gpio1 15 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)> // PA4 / 1.11 - , <&gpio1 06 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)> // PA3 / 0.31 + , <&gpio0 9 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)> // PA3 / 0.31 , <&gpio0 31 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)> // PA2 / 1.15 , <&gpio0 29 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)> // PA1 / 0.29 ; @@ -131,7 +131,7 @@ RC(4,0) RC(4,1) RC(4,2) RC(4,3) RC(4,4) RC(4,5) RC(4,6) RC(4,7) RC left_encoder: encoder_left { compatible = "alps,ec11"; label = "LEFT_ENCODER"; - a-gpios = <&gpio0 8 (GPIO_ACTIVE_HIGH | GPIO_PULL_UP)>; + a-gpios = <&gpio0 10 (GPIO_ACTIVE_HIGH | GPIO_PULL_UP)>; b-gpios = <&gpio1 13 (GPIO_ACTIVE_HIGH | GPIO_PULL_UP)>; steps = <60>; status = "disabled"; diff --git a/config/west.yml b/config/west.yml index 5971d59..8106da0 100644 --- a/config/west.yml +++ b/config/west.yml @@ -14,8 +14,8 @@ manifest: remotes: - name: zmkfirmware url-base: https://github.com/petejohanson - - name: inorichi - url-base: https://github.com/inorichi +# - name: inorichi +# url-base: https://github.com/inorichi projects: - name: zmk remote: zmkfirmware