zmk/app/boards/shields/zmk_uno/zmk_uno_split_left.conf
Peter Johanson b35a5e83c0 fix(shields): Don't enable passkey support on Uno.
* The ZMK Uno has no way to input the full range of digits, so skip
  that setting so it's not pulled in by BLE experimental feature flag.
2023-12-08 14:57:23 -08:00

21 lines
418 B
Plaintext

# Copyright (c) 2022 The ZMK Contributors
# SPDX-License-Identifier: MIT
CONFIG_LOG=y
CONFIG_ZMK_LOG_LEVEL_DBG=y
CONFIG_ZMK_BLE_PASSKEY_ENTRY=n
# Uncomment for Single color backlight
# CONFIG_ZMK_BACKLIGHT=y
# Uncomment for RGB
# CONFIG_ZMK_RGB_UNDERGLOW=y
# Uncomment for Display
# CONFIG_ZMK_DISPLAY=y
# Uncomment these two lines to enable encoder support
# CONFIG_EC11=y
# CONFIG_EC11_TRIGGER_GLOBAL_THREAD=y