20 lines
576 B
Text
20 lines
576 B
Text
# Set sleep timeout to 30min (30*60*1000ms)
|
|
CONFIG_ZMK_SLEEP=y
|
|
CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=1800000
|
|
|
|
# Zen display tweaks, requires patches by caksoylar
|
|
CONFIG_ZMK_DISPLAY_FULL_REFRESH_PERIOD=300
|
|
CONFIG_ZMK_DISPLAY_HIDE_MOMENTARY_LAYERS=y
|
|
CONFIG_CUSTOM_WIDGET_LAYER_STATUS_HIDE_HEADING=y
|
|
|
|
# Mouse config, requires PR #778
|
|
CONFIG_ZMK_MOUSE=y
|
|
CONFIG_ZMK_MOUSE_TICK_DURATION=8
|
|
|
|
# Combo config, automated by build script
|
|
CONFIG_ZMK_COMBO_MAX_COMBOS_PER_KEY=4
|
|
CONFIG_ZMK_COMBO_MAX_KEYS_PER_COMBO=3
|
|
|
|
# Clear all bluetooth bonds on start up
|
|
# CONFIG_ZMK_BLE_CLEAR_BONDS_ON_START=y
|
|
|