2021-03-08 23:35:35 +00:00
|
|
|
# Copyright (c) 2021 Mike "KemoNine" Crosson
|
|
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
|
2022-04-30 17:08:42 +00:00
|
|
|
# Tune combos to allow proper ARDUX support
|
2021-03-08 23:35:35 +00:00
|
|
|
CONFIG_ZMK_COMBO_MAX_COMBOS_PER_KEY=16
|
|
|
|
CONFIG_ZMK_COMBO_MAX_KEYS_PER_COMBO=8
|
|
|
|
CONFIG_ZMK_COMBO_MAX_PRESSED_COMBOS=8
|
|
|
|
|
2021-06-08 22:27:18 +00:00
|
|
|
# Tune bluetooth profiles for quick select
|
|
|
|
CONFIG_BT_MAX_CONN=6
|
|
|
|
|
2021-03-08 23:35:35 +00:00
|
|
|
# Turn on deep sleep
|
|
|
|
CONFIG_ZMK_SLEEP=y
|
|
|
|
CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=900000
|