# Go to sleep after two hours (2*60*60*1000ms) CONFIG_ZMK_SLEEP=y CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=7200000 # Disable layer status, it's too slow to be usable CONFIG_ZMK_WIDGET_LAYER_STATUS=n CONFIG_CUSTOM_WIDGET_LAYER_STATUS=n # 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