From 8b70be6647221229698982f1acd34c2fa268eacc Mon Sep 17 00:00:00 2001 From: Chen Zeng Date: Mon, 15 Jul 2024 22:59:27 +0800 Subject: [PATCH] ec11 --- config/boards/arm/sofle/sofle_left.dts | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/config/boards/arm/sofle/sofle_left.dts b/config/boards/arm/sofle/sofle_left.dts index ece27d57f..4253966ac 100644 --- a/config/boards/arm/sofle/sofle_left.dts +++ b/config/boards/arm/sofle/sofle_left.dts @@ -35,12 +35,6 @@ ; }; - &left_encoder { - a-gpios = <&gpio1 10 (GPIO_ACTIVE_LOW | GPIO_PULL_DOWN)>; - b-gpios = <&gpio1 14 (GPIO_ACTIVE_LOW | GPIO_PULL_DOWN)>; - status = "okay"; - }; - ext-power { compatible = "zmk,ext-power-generic"; label = "EXT_POWER"; @@ -54,3 +48,8 @@ }; +&left_encoder { + a-gpios = <&gpio1 10 (GPIO_ACTIVE_LOW | GPIO_PULL_DOWN)>; + b-gpios = <&gpio1 14 (GPIO_ACTIVE_LOW | GPIO_PULL_DOWN)>; + status = "okay"; +}; \ No newline at end of file