22 lines
527 B
Text
22 lines
527 B
Text
|
# Copyright (c) 2021 Mike "KemoNine" Crosson
|
||
|
# SPDX-License-Identifier: MIT
|
||
|
|
||
|
# Tune combos to allow proper ARTSEY support
|
||
|
CONFIG_ZMK_COMBO_MAX_COMBOS_PER_KEY=16
|
||
|
CONFIG_ZMK_COMBO_MAX_KEYS_PER_COMBO=8
|
||
|
CONFIG_ZMK_COMBO_MAX_PRESSED_COMBOS=8
|
||
|
|
||
|
# Enable display (layer in use is helpful)
|
||
|
CONFIG_ZMK_DISPLAY=y
|
||
|
|
||
|
# Turn on deep sleep
|
||
|
CONFIG_ZMK_SLEEP=y
|
||
|
CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=900000
|
||
|
|
||
|
# Set screen blanking to 15s instead of 30s
|
||
|
#CONFIG_ZMK_IDLE_TIMEOUT=15000
|
||
|
|
||
|
# Enable Encoders
|
||
|
#CONFIG_EC11=y
|
||
|
#CONFIG_EC11_TRIGGER_GLOBAL_THREAD=y
|