ec11 encoders

This commit is contained in:
2025-09-30 23:05:58 +10:00
parent 354fd0d231
commit 1adf0c071e
2 changed files with 31 additions and 6 deletions

View File

@@ -1,18 +1,20 @@
# Configuration for Sofle Dongle (Wireless Receiver)
# Dongle doesn't have display or encoders
# Acts as a central node; we want encoder events processed even if dongle has no physical encoders
# (some firmware paths expect sensor count to match halves for behavior consistency)
# Disable display for dongle
# No local display
CONFIG_ZMK_DISPLAY=n
# Disable encoder for dongle
CONFIG_EC11=n
# Enable EC11 driver so encoder sensor behavior compiles & split forwarded events are handled
CONFIG_EC11=y
CONFIG_EC11_TRIGGER_GLOBAL_THREAD=y
# Keep other settings
# Power & Sleep
CONFIG_ZMK_SLEEP=y
CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=3600000
CONFIG_BT_CTLR_TX_PWR_PLUS_8=y
# Disable WPM widget since no display
# No display widgets
CONFIG_ZMK_WIDGET_WPM_STATUS=n
CONFIG_ZMK_STUDIO=y