From 8b33d1796df3ae9a0bbca8c1914dfdfc7f643f30 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 3 Apr 2026 01:50:55 +0000 Subject: [PATCH 1/2] =?UTF-8?q?sync:=20=E5=90=8C=E6=AD=A5=E4=B8=8A?= =?UTF-8?q?=E6=B8=B84=E9=A1=B9=E4=BB=A3=E7=A0=81=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Agent-Logs-Url: https://github.com/DarinRowe/zmk-sofle/sessions/64a5d134-6db2-4040-abdf-8b26dce86498 Co-authored-by: DarinRowe <5706314+DarinRowe@users.noreply.github.com> --- boards/arm/eyelash_sofle/eyelash_sofle.dtsi | 21 ++++++++++----------- build.yaml | 2 +- config/eyelash_sofle.conf | 2 +- config/west.yml | 2 +- 4 files changed, 13 insertions(+), 14 deletions(-) diff --git a/boards/arm/eyelash_sofle/eyelash_sofle.dtsi b/boards/arm/eyelash_sofle/eyelash_sofle.dtsi index 2580d5fc5b..30c1c8ef37 100644 --- a/boards/arm/eyelash_sofle/eyelash_sofle.dtsi +++ b/boards/arm/eyelash_sofle/eyelash_sofle.dtsi @@ -27,20 +27,19 @@ zmk,backlight = &backlight; }; - left_encoder: encoder_left { - compatible = "alps,ec11"; - label = "LEFT_ENCODER"; - resolution = <4>; - steps = <40>; + left_encoder: encoder_left { + compatible = "alps,ec11"; a-gpios = <&gpio1 10 (GPIO_ACTIVE_HIGH | GPIO_PULL_UP)>; - b-gpios = <&gpio1 14 (GPIO_ACTIVE_HIGH | GPIO_PULL_UP)>; - status = "disabled"; - }; + b-gpios = <&gpio1 14 (GPIO_ACTIVE_HIGH | GPIO_PULL_UP)>; + steps = <40>; + status = "disabled"; + }; sensors { - compatible = "zmk,keymap-sensors"; - sensors = <&left_encoder>; - }; + compatible = "zmk,keymap-sensors"; + triggers-per-rotation = <20>; + sensors = <&left_encoder>; + }; kscan0: kscan { compatible = "zmk,kscan-gpio-matrix"; diff --git a/build.yaml b/build.yaml index 39af2f4eaa..85023152b6 100644 --- a/build.yaml +++ b/build.yaml @@ -10,5 +10,5 @@ include: snippet: studio-rpc-usb-uart cmake-args: -DCONFIG_ZMK_STUDIO=y -DCONFIG_ZMK_STUDIO_LOCKING=n artifact-name: eyelash_sofle_studio_left - - board: eyelash_sofle_left + - board: nice_nano_v2 shield: settings_reset diff --git a/config/eyelash_sofle.conf b/config/eyelash_sofle.conf index 562fe7593e..d5ff65319b 100644 --- a/config/eyelash_sofle.conf +++ b/config/eyelash_sofle.conf @@ -18,7 +18,7 @@ CONFIG_WS2812_STRIP=y CONFIG_ZMK_RGB_UNDERGLOW=y CONFIG_ZMK_RGB_UNDERGLOW_EXT_POWER=y CONFIG_ZMK_RGB_UNDERGLOW_ON_START=n -CONFIG_ZMK_RGB_UNDERGLOW_BRT_MAX=90 +CONFIG_ZMK_RGB_UNDERGLOW_BRT_MAX=60 CONFIG_ZMK_RGB_UNDERGLOW_AUTO_OFF_IDLE=y CONFIG_ZMK_RGB_UNDERGLOW_AUTO_OFF_USB=y diff --git a/config/west.yml b/config/west.yml index 0e67706466..918c40e941 100644 --- a/config/west.yml +++ b/config/west.yml @@ -17,7 +17,7 @@ manifest: revision: main - name: zmk remote: zmkfirmware - revision: main + revision: v0.3.0 import: app/west.yml self: path: boards From 955b0ae2e440a1c32b646bf193b487f5ef9b99d1 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 3 Apr 2026 01:54:08 +0000 Subject: [PATCH 2/2] =?UTF-8?q?revert:=20settings=5Freset=20=E8=BF=98?= =?UTF-8?q?=E5=8E=9F=E4=B8=BA=20eyelash=5Fsofle=5Fleft?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Agent-Logs-Url: https://github.com/DarinRowe/zmk-sofle/sessions/75978791-7b1d-42ff-901d-627abe7bc497 Co-authored-by: DarinRowe <5706314+DarinRowe@users.noreply.github.com> --- build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.yaml b/build.yaml index 85023152b6..39af2f4eaa 100644 --- a/build.yaml +++ b/build.yaml @@ -10,5 +10,5 @@ include: snippet: studio-rpc-usb-uart cmake-args: -DCONFIG_ZMK_STUDIO=y -DCONFIG_ZMK_STUDIO_LOCKING=n artifact-name: eyelash_sofle_studio_left - - board: nice_nano_v2 + - board: eyelash_sofle_left shield: settings_reset