13 lines
318 B
Text
13 lines
318 B
Text
|
# Copyright (c) 2020 The ZMK Contributors
|
||
|
# SPDX-License-Identifier: MIT
|
||
|
|
||
|
# Tune combos to allow proper ARDUX support
|
||
|
CONFIG_ZMK_COMBO_MAX_COMBOS_PER_KEY=16
|
||
|
CONFIG_ZMK_COMBO_MAX_KEYS_PER_COMBO=8
|
||
|
CONFIG_ZMK_COMBO_MAX_PRESSED_COMBOS=8
|
||
|
|
||
|
# Tune bluetooth profiles for quick select
|
||
|
CONFIG_BT_MAX_CONN=6
|
||
|
|
||
|
CONFIG_ZMK_SLEEP=y
|