From a9cada94047f739883e33ec30dd41e649e9d5cee Mon Sep 17 00:00:00 2001 From: Daniel Bauer <4690162+dnlbauer@users.noreply.github.com> Date: Wed, 2 Aug 2023 08:03:47 +0200 Subject: [PATCH] Update ownkb.dtsi --- config/boards/shields/ownkb/ownkb.dtsi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/boards/shields/ownkb/ownkb.dtsi b/config/boards/shields/ownkb/ownkb.dtsi index 9db3511..c180e35 100644 --- a/config/boards/shields/ownkb/ownkb.dtsi +++ b/config/boards/shields/ownkb/ownkb.dtsi @@ -30,7 +30,7 @@ RC(0,0) RC(2,0) RC(2,1) RC(2,2) RC(2,3) RC(2,4) RC(2,5) RC(2,6) label = "LEFT_ENCODER"; a-gpios = <&pro_micro 20 (GPIO_ACTIVE_HIGH | GPIO_PULL_UP)>; b-gpios = <&pro_micro 21 (GPIO_ACTIVE_HIGH | GPIO_PULL_UP)>; - resolution = <4>; + resolution = <2>; status = "disabled"; }; @@ -39,7 +39,7 @@ RC(0,0) RC(2,0) RC(2,1) RC(2,2) RC(2,3) RC(2,4) RC(2,5) RC(2,6) label = "RIGHT_ENCODER"; a-gpios = <&pro_micro 3 (GPIO_ACTIVE_HIGH | GPIO_PULL_UP)>; b-gpios = <&pro_micro 2 (GPIO_ACTIVE_HIGH | GPIO_PULL_UP)>; - resolution = <4>; + resolution = <2>; status = "disabled"; }; @@ -47,4 +47,4 @@ RC(0,0) RC(2,0) RC(2,1) RC(2,2) RC(2,3) RC(2,4) RC(2,5) RC(2,6) compatible = "zmk,keymap-sensors"; sensors = <&left_encoder &right_encoder>; }; -}; \ No newline at end of file +};