15 lines
458 B
Plaintext
15 lines
458 B
Plaintext
# Copyright (c) 2021-2022 The ZMK Contributors
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
# Encoders (Uncomment these two line to add support to your firmware)
|
|
# CONFIG_EC11=y
|
|
# CONFIG_EC11_TRIGGER_GLOBAL_THREAD=y
|
|
|
|
# RGB Underglow (Uncomment these two lines to add support to your firmware)
|
|
# RGB quickly drains battery power
|
|
CONFIG_ZMK_RGB_UNDERGLOW=y
|
|
CONFIG_WS2812_STRIP=y
|
|
|
|
# Boost the Bluetooth signal only if having connection issues
|
|
CONFIG_BT_CTLR_TX_PWR_PLUS_8=y
|