# Copyright (c) 2020 Ryan Cross # SPDX-License-Identifier: MIT # Uncomment the following line to enable the Sofle OLED Display # CONFIG_ZMK_DISPLAY=y # Uncomment these two lines to add support for encoders # CONFIG_EC11=y # CONFIG_EC11_TRIGGER_GLOBAL_THREAD=y # CONFIG_ZMK_RGB_UNDERGLOW=y # Use the STRIP config specific to the LEDs you're using # CONFIG_WS2812_STRIP=y # Uncomment the line below to disable external power toggling by the underglow. # By default toggling the underglow on and off also toggles external power # on and off. This also causes the display to turn off. # CONFIG_ZMK_RGB_UNDERGLOW_EXT_POWER=n # Disable external power when not connected to USB # CONFIG_ZMK_EXT_POWER_USB_ONLY=y # Automatically turn off underglow when keyboard is not touched for 30s # CONFIG_ZMK_RGB_UNDERGLOW_AUTO_OFF_IDLE=y