mirror of
https://github.com/litruv/zmk-config.git
synced 2026-07-24 02:36:05 +10:00
18 lines
408 B
Plaintext
18 lines
408 B
Plaintext
# Configuration for Sofle Dongle (Wireless Receiver)
|
|
# Dongle doesn't have display or encoders
|
|
|
|
# Disable display for dongle
|
|
CONFIG_ZMK_DISPLAY=n
|
|
|
|
# Disable encoder for dongle
|
|
CONFIG_EC11=n
|
|
CONFIG_EC11_TRIGGER_GLOBAL_THREAD=n
|
|
|
|
# Keep other settings
|
|
CONFIG_ZMK_SLEEP=y
|
|
CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=3600000
|
|
|
|
CONFIG_BT_CTLR_TX_PWR_PLUS_8=y
|
|
|
|
# Disable WPM widget since no display
|
|
CONFIG_ZMK_WIDGET_WPM_STATUS=n |