mirror of
https://github.com/litruv/zmk-config.git
synced 2026-07-24 02:36:05 +10:00
20 lines
602 B
Plaintext
20 lines
602 B
Plaintext
# Configuration for Sofle Dongle (Wireless Receiver)
|
|
# 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)
|
|
|
|
# No local display
|
|
CONFIG_ZMK_DISPLAY=n
|
|
|
|
# Enable EC11 driver so encoder sensor behavior compiles & split forwarded events are handled
|
|
CONFIG_EC11=y
|
|
CONFIG_EC11_TRIGGER_GLOBAL_THREAD=y
|
|
|
|
# Power & Sleep
|
|
CONFIG_ZMK_SLEEP=y
|
|
CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=3600000
|
|
|
|
CONFIG_BT_CTLR_TX_PWR_PLUS_8=y
|
|
|
|
# No display widgets
|
|
CONFIG_ZMK_WIDGET_WPM_STATUS=n
|
|
CONFIG_ZMK_STUDIO=y |