* Add Leeloo v2 * Leeloo-Micro v1 updates to support Zephyr 3.2 * Refactored for new Encoder Configuration Co-authored-by: Cem Aksoylar <caksoylar@users.noreply.github.com>
43 lines
No EOL
1.2 KiB
Text
43 lines
No EOL
1.2 KiB
Text
# Copyright (c) 2023 The ZMK Contributors
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
# Uncomment the following line to enable the OLED Display
|
|
# CONFIG_ZMK_DISPLAY=y
|
|
|
|
# Uncomment to turn off WPM Status.
|
|
# CONFIG_ZMK_WIDGET_WPM_STATUS=n
|
|
|
|
# Uncomment to invert colour when using nice!view Displays
|
|
# CONFIG_ZMK_DISPLAY_INVERT=y
|
|
|
|
|
|
# Uncomment the following line to enable per-key lighting
|
|
# CONFIG_ZMK_RGB_UNDERGLOW=y
|
|
|
|
# Use the STRIP config specific to the LEDs you're using
|
|
# CONFIG_WS2812_STRIP=y
|
|
|
|
# Keep OLED or nice!view Displays on even when toggling off LEDs
|
|
# Change to y if you wish to toggle Displays on and off with LEDs
|
|
# CONFIG_ZMK_RGB_UNDERGLOW_EXT_POWER=n
|
|
|
|
# Turn off LEDs when idle.
|
|
# Change to n if you wish to keep LEDs on even when idle.
|
|
# CONFIG_ZMK_RGB_UNDERGLOW_AUTO_OFF_IDLE=y
|
|
|
|
# When USB is disconnected, turn off LEDs
|
|
# Change to n if you wish to keep LEDs on even when USB is unpluged.
|
|
# CONFIG_ZMK_RGB_UNDERGLOW_AUTO_OFF_USB=y
|
|
|
|
# Start LEDs off at 75%
|
|
# CONFIG_ZMK_RGB_UNDERGLOW_BRT_START=75
|
|
|
|
|
|
# Uncomment these two lines to add support for encoders
|
|
# CONFIG_EC11=y
|
|
# CONFIG_EC11_TRIGGER_GLOBAL_THREAD=y
|
|
|
|
|
|
# Uncomment if you are experiencing connectivity issues; this
|
|
# configuration item boosts the BLE transmit power.
|
|
# CONFIG_BT_CTLR_TX_PWR_PLUS_8=y |