17 lines
345 B
Plaintext
17 lines
345 B
Plaintext
# Copyright (c) 2020 The ZMK Contributors
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
# Enable Encoders
|
|
CONFIG_EC11=y
|
|
CONFIG_EC11_TRIGGER_GLOBAL_THREAD=y
|
|
|
|
# Enable underglow
|
|
CONFIG_ZMK_RGB_UNDERGLOW=y
|
|
# Use the STRIP config specific to the LEDs you're using
|
|
CONFIG_WS2812_STRIP=y
|
|
|
|
# Display
|
|
CONFIG_ZMK_DISPLAY=y
|
|
|
|
# Number of BT Profiles
|
|
CONFIG_BT_MAX_CONN=6 |